Re: Local --fake-super restore failing(?) and creating local directories instead

2023-07-15 Thread Zachary Vance via rsync
On 2023-07-15 6:15 am, Zachary Vance via rsync wrote: I am on rsync version 3.2.7 protocol version 31, currently on an Arch Linux. The following seems I would expect to copy the contents of 'a' to 'c', based on my understanding of the the advice of `man rsync`: - mkdir a b c touch

Local --fake-super restore failing(?) and creating local directories instead

2023-07-15 Thread Zachary Vance via rsync
I am on rsync version 3.2.7 protocol version 31, currently on an Arch Linux. The following seems I would expect to copy the contents of 'a' to 'c', based on my understanding of the the advice of `man rsync`: - mkdir a b c touch a/hello rsync -M--fake-super -a a/ b/ rsync --super