On 01/16 11:38 , Kenneth L. Owen wrote: > Before this problem started, it was backing up with no problem. Then I > started getting errors:
If you do a 'ls -al /home' using a command shell (command line) on the machine in question does it show files, or just the usual '.' and '..' directory entries? Do you have exclude patterns set up for this backup, which might be excluding all the files actually there? What happens if you run the BackupPC dump by hand? You'll need to run as the backuppc user for this; possibly by su'ing from root with a command like 'su -s /bin/bash - backuppc'. It will allow you to watch the backup take place in more detail: /usr/share/backuppc/bin/BackupPC_dump -f -v localhost You may have to modify that to fit your environment, based on the path to BackupPC_dump and whatever you call 'localhost' in your /etc/backuppc/hosts file. -- Carl Soderstrom Systems Administrator Real-Time Enterprises www.real-time.com ------------------------------------------------------------------------------ RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/rsa-sfdev2dev2 _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
