|
From: Gary R. <gar...@ve...> - 2012-04-26 17:31:04
|
On 04/25/2012 04:24 PM, Gary Roach wrote: > On 04/25/2012 01:56 PM, Les Mikesell wrote: > >> On Wed, Apr 25, 2012 at 3:24 PM, Gary Roach<gar...@ve...> wrote: >> >> >>> >>> >>>> >>>> >>> This is the last few lines of the error log. >>> >>> var/spool/openoffice/uno_packages/cache/uno_packages.db got digests >>> 2869383bdf570b04f3f35472bf852a7e vs 2869383bdf570b04f3f35472bf852a7e >>> [ skipped 1 lines ] >>> var/spool/openoffice/uno_packages/cache/uno_packages/sltDX3 got digests >>> 43523fc0be40ec11fc068f5630166542 vs 43523fc0be40ec11fc068f5630166542 >>> [ skipped 2 lines ] >>> var/spool/openoffice/uno_packages/cache/uno_packages/sltDX3_/mailmerge.py got >>> digests 20bd79d77280680af0fef89e09eb4fff vs 20bd79d77280680af0fef89e09eb4fff >>> [ skipped 3 lines ] >>> var/www/phpinfo.php got digests 290605582ed4b1106d73793ee2d6060f vs >>> 290605582ed4b1106d73793ee2d6060f >>> [ skipped 1 lines ] >>> Finished deltaGet phase 0 >>> Finished deltaGet phase 1 >>> Done: 56344 files, 19063228986 bytes >>> >>> It looks like the same stuff with some lines missing. The server status >>> shows that this computer has 1 full run and no backups. >>> >>> >> I haven't seen anything like that. Are you maybe doing a >> BackupFilesOnly that ends up excluding everything? >> >> >> > No. The setup is exactly the same as the setup on localhost. Besides, > the backup file is about 18GB for computer 2. The errors seem to be > fallout from trying to create directories. See previous email. The > backup took a while with lots of harddrive activity, > > I seem to have penchant for screwing up installations. They never seem > to go smoothly. > > Gary R. > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > BackupPC-users mailing list > Bac...@li... > List: https://lists.sourceforge.net/lists/listinfo/backuppc-users > Wiki: http://backuppc.wiki.sourceforge.net > Project: http://backuppc.sourceforge.net/ > > OK! First, the errors showing up were due to having set the log level to 3 instead of 1. Some comments on setting up rsyncd on Debian: Dont forget to follow the instructions in the rsync README file ( in Doc directory) Restart inetd after the changes or they won't take effect. To do this, at the prompt, type "service openbsd-inetd restart" (no quotes). I hope this helps some fellow struggler. Gary R. |