search for: avxr

Displaying 2 results from an estimated 2 matches for "avxr".

Did you mean: avx
2017 Jul 20
0
[Bug 12920] New: Invalid path from sender
...s is free software, and you are welcome to redistribute it under certain conditions. See the GNU General Public Licence for details. How to reproduce: cd /tmp mkdir -p a/a a/b a/c rsync -axR /tmp/a /tmp/b # This works fine rsync --no-inc-recursive -avxR a /tmp/b /tmp/c # This works fine at this moment mkdir a/a/a mkdir a/a/b rsync --no-inc-recursive -avxR a /tmp/b /tmp/c # Same command fails after creating new directories building file list ... done ABORTING due to invalid path from sender: a/b rsync error: protocol incompatibili...
2004 Apr 07
2
Q: --one-file-system and nested file systems
Greetings rsync gurus! I'm trying to run rsync from machine A to backup files on machine B. I want the files to be copied into a directory -- /backups/B -- on machine A and mimic the directory structure on machine B. Machine B has the following file systems (and some NFS mounts I don't want): / /boot /usr /usr/local /usr/local/apache The problem comes when I run rsync with