PDA

View Full Version : An error occurred during the backup



lanat be sabzha
02-20-2010, 11:26 AM
hi

After getting backup , this error showen:




Error Compressing the backup file /home/XXXXX/backups/backup/home.tar.gz : /bin/tar: Error in writing to standard output
/bin/tar: Error is not recoverable: exiting now

Error Compressing the backup file backup-Feb-18-2010-1.tar.gz : /bin/tar: domains/XXXXX.com/logs: Cannot savedir: Permission denied
/bin/tar: Error exit delayed from previous errors



Help me . sorry for my bad english:)

Danny
02-23-2010, 02:19 PM
connect you at server by ssh

cd ..
cd /home/XXXX/domains/XXXX/
chown -R usernamedirectadmin:usernamedirectadmin logs


usernamedirectadmin is a user that control the domain...

then

chmod 777 logs

Solved ;)