Re: Ignoring permission differences...

2013-12-22 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Correct. Also, you can always --dry-run to be sure. On 12/22/2013 03:09 PM, Charles Marcus wrote: > On 2013-12-22 2:58 PM, Charles Marcus > wrote: >> rsync -rltgovDHP --delete --exclude-from >> '/home/user/excludes.txt' /mnt/example.com/ >> /var/vma

Re: Ignoring permission differences...

2013-12-22 Thread Charles Marcus
On 2013-12-22 2:58 PM, Charles Marcus wrote: rsync -rltgovDHP --delete --exclude-from '/home/user/excludes.txt' /mnt/example.com/ /var/vmail/example.com/ Also... being the paranoid schizophrenic that I am, adding the --delete option makes me nervous. There is no way that the above command c

Re: Ignoring permission differences...

2013-12-22 Thread Charles Marcus
Which is what the command at the bottom is... I was just asking for confirmation that I was thinking right about it... On 2013-12-22 3:01 PM, Kevin Korb wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 That would be -a except for the -p part. On 12/22/2013 02:58 PM, Charles Marcus wrote:

Re: Ignoring permission differences...

2013-12-22 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 That would be -a except for the -p part. On 12/22/2013 02:58 PM, Charles Marcus wrote: > Hi all, > > Ok, since 3.1 still isn't in stable, I'm curious if I can just find > the equivalent of: > > rsync -avHP --delete --exclude-from '/home/user/exclude

Ignoring permission differences...

2013-12-22 Thread Charles Marcus
Hi all, Ok, since 3.1 still isn't in stable, I'm curious if I can just find the equivalent of: rsync -avHP --delete --exclude-from '/home/user/excludes.txt' /mnt/example.com/ /var/vmail/example.com/ But that will ignore differences in permissions - ie, won't recopy everything, just because

Rsync OSX to FreeBSD

2013-12-22 Thread Andrew
Hello. I'm using rsync as a backup solution, from: Mac OS X 10.8 HFS+, rsync 3.0.9 to: FreeBSD 9.2 ZFS, rsync 3.1.0 Is using FreeBSD and ZFS as backup storage even possible considering ZFS doesn't understand HFS extended attributes like the resource fork? If it is, what command line options sho