Hello,
I set up my ubuntu 9.04 install to be backed up to my Netgear READYNAS by sharing "/" with read/write permission to the IP address of the NAS. Then I set up a backup job in the NAS with the source as the NFS share of my root filesystem and the backup destination as a folder in my backup share on the NAS. I'm getting the following error message:
Code:
Error encountered copying data from remote source path 192.168.1.108:/ ==> /backup/Gaspar/ubuntu due to permission denial on one or more files.
cp: cannot access '/job_001/./var/spool/cron/atspool': Permission denied
cp: cannot access '/job_001/./var/spool/cron/crontabs': Permission denied
cp: cannot access '/job_001/./var/spool/cron/atjobs': Permission denied
cp: cannot access '/job_001/./var/spool/cups': Permission denied
cp: cannot open '/job_001/./var/spool/anacron/cron.daily' for reading: Permission denied
cp: cannot open '/job_001/./var/spool/anacron/cron.monthly' for reading: Permission denied
cp: cannot open '/job_001/./var/spool/anacron/cron.weekly' for reading: Permission denied
cp: cannot open '/job_001/./var/spool/openoffice/uno_packages/cache/uno_packages/aUQOGn' for reading: Permission denied
cp: cannot open '/job_001/./var/log/mail.err' for reading: Permission denied
cp: cannot open '/job_001/./var/log/debug.0' for reading: Permission denied
cp: cannot open '/job_001/./var/log/user.log.0' for reading: Permission denied
cp: cannot open '/job_001/./var/log/news/news.err' for reading: Permission denied
cp: cannot open '/job_001/./var/log/news/news.crit' for reading: Permission denied
cp: cannot open '/job_001/./var/log/news/news.notice' for reading: Permission denied
cp: cannot open '/job_001/./var/log/kern.log' for reading: Permission denied
cp: cannot open '/job_001/./var/log/kern.log.0' for reading: Permission denied
cp: cannot open '/job_001/./var/log/fsck/checkfs' for reading: Permission denied
cp: cannot open '/job_001/./var/log/fsck/checkroot' for reading: Permission denied
cp: cannot open '/job_001/./var/log/auth.log.0' for reading: Permission denied
cp: cannot open '/job_001/./var/log/dmesg.0' for reading: Permission denied
cp: cannot open '/job_001/./var/log/auth.log' for reading: Permission denied
cp: cannot open '/job_001/./var/log/syslog' for reading: Permission denied
cp: cannot open '/job_001/./var/log/apt/term.log' for reading: Permission denied
cp: cannot open '/job_001/./var/log/boot' for reading: Permission denied
There's more of the same. I figured this was a representative sample. The whole "/job_001/." part is just what the NAS is callig its backup job. I assume the reason the backup is failing on those files is because they are owned by root and maybe the share is owned by another user.
Do I even need to back up my entire install? It would be nice to get a Norton Ghost-like diskimage to back up instead of copying an NFS share.
Any suggestions?