I went into the pc directory under each of the backuppc directories and ran the following commands:
for f in `ls`; do cd $f; cp backups.old backups ; cd .. ; done; for f in `ls`; do cd $f; rm -f backups.new ; cd .. ; done; I can now see most of the backups and download some of the files in the backups so I think this is an ok fix. I will now test incrementals to make sure these are being added to the backup set. +---------------------------------------------------------------------- |This was sent by [email protected] via Backup Central. |Forward SPAM to [email protected]. +---------------------------------------------------------------------- ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ 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/
