Rsync and NFS ver 4 ACLs

2015-06-09 Thread Indu Thakur
Hi I am trying to rsync over data from one NFS 4 vol to another on a different NetApp. We have ZFS style ACLs on the source. I used the -A option but it fails to copy ACLs. The OS is Solaris 10. Is this supported -- Please use reply-all for most replies to avoid omitting the mailing list. To un

[Bug 11322] some tests use invalid command (fail)

2015-06-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11322 --- Comment #1 from alexanderlaw --- Created attachment 11136 --> https://bugzilla.samba.org/attachment.cgi?id=11136&action=edit Replace fail command with a valid one -- You are receiving this mail because: You are the QA Contact for the bug. -

[Bug 11322] New: some tests use invalid command (fail)

2015-06-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11322 Bug ID: 11322 Summary: some tests use invalid command (fail) Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: normal Prio

Re: Question on folder sync with "directory name translation"

2015-06-09 Thread Charles Marcus
Hello, I've been tasked with migrating a smallish (@90 mailboxes) company from a linux/dovecot mail server to Office 365, and after experiencing a ton of issues with Microsoft's native Imap syncing tool, I decided to use Imapsync, and it is working perfectly. It has the ability to add a simple re

Problem when excluding unreadable files via pattern and using --fake-super

2015-06-09 Thread Martin Sander
Hey, I am experiencing a problem when excluding files that are not readable by the user on the source side. rsync version is 3.1.1. on debian jessy. Here is a "minimal" example: # preparation: $ mkdir -p source/subdir $ touch source/subdir/ignored_file $ sudo chown root:root source

Re: Question on folder sync with "directory name translation"

2015-06-09 Thread Michael Johnson - MJ
Should be as long as you don't have other symlinks in the tree. On Mon, Jun 8, 2015, 15:14 Gionata Boccalini wrote: > OK , but then the solution with symlinks is equivalent, just with the > right options for rsync. > > Make the link. > Sync + exclude. > Remove the link. > > Don't have to live wi