On 2015-10-29 12:31, Dave Sill wrote: > I've got a customer who'd like me to implement some kind of automatic > spot-checking of their BackupPC backups. E.g., pick a random system, > pick a few random files, pull them from BackupPC and compare them > (e.g., md5) to the files on the system. > > Is there any reasonable way to do this? Is there an API for BackupPC? > I googled and couldn't find anything. We're using 3.3.0. > > Thanks, > > -Dave
I do something similar using one of the fuse filesystems (while there are a couple of files in particular that I check, it's nothing more complex than a shell script executing a hash on two files and confirming a match.) ------------------------------------------------------------------------------ _______________________________________________ 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/
