Re: [BackupPC-users] BackupPC Excludes - How To

2017-06-19 Thread Craig Barratt via BackupPC-users
Akibu, The convention is to not use the trailing "/" on rsync share names. Unlike most linux utilities, in certain cases rsync will behave differently whether or not there is a trailing "/" on a directory name. So you probably want do this: $Conf{RsyncShareName} = "/cygdrive/j"; $Conf{BackupFil

Re: [BackupPC-users] BackupPC Excludes - How To

2017-06-19 Thread Akibu Flash
I "think" I understand... Thanks @mst...@chicago.us.mensa.org. So my share name i.e. $Conf{RsyncShareName} would be /cygdrive/j/ (which basically would backup everything on my j drive). And to exclude files from that backup, I would put the following in the

Re: [BackupPC-users] BackupPC Excludes - How To

2017-06-19 Thread Michael Stowe
On 2017-06-19 10:28, Akibu Flash wrote: @Craig Barratt See below. Essentially, I am trying to avoid having to list multiple shares to backup for $Conf{RsyncShareName} and to just list one and then use $Conf{BackupFilesExclude} to exclude a few folders from that one share. Thanks. $Conf{XferMe

Re: [BackupPC-users] BackupPC Excludes - How To

2017-06-19 Thread Akibu Flash
@Craig Barratt See below. Essentially, I am trying to avoid having to list multiple shares to backup for $Conf{RsyncShareName} and to just list one and then use $Conf{BackupFilesExclude} to exclude a few folders from that one share. Thanks. $Conf{XferM

Re: [BackupPC-users] Fuse filesystem to explore backups

2017-06-19 Thread Daniel Berteaud
Le 18/06/2017 à 01:10, Craig Barratt via BackupPC-users a écrit : Daniel, I updated backuppcfs.pl for 4.x. I've attached the gzip'ed new version. Unfortunately fuse creates its own inode numbers, so hardlinks won't be correctly rendered via fuse (ie: the inode numbe