In a nutshell, I've specified rsync, its --one-file-system option, and 3 file-systems (partitions) I want backed up. What's happening is that only '/' is being backed up. Have I done something wrong? Here are the details:
In config.pl I have the following: $Conf{RsyncArgs} including '--one-file-system' RsyncShareName = [ '/' ] $Conf{BackupFilesOnly} = { '*' => [ '/boot', '/', '/home' ] }; Since $argList is documented to be argument list, built from $Conf{RsyncArgs}, $shareName, $Conf{BackupFilesExclude} and $Conf{BackupFilesOnly} my expectation was that '/', '/boot', /and '/home' would be backed up. However only 1 partition , i.e. '/', is being backed up. Regards, David ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/