Displaying 2 results from an estimated 2 matches for "aivr".
Did you mean:
air
2013 Dec 31
1
Question about rsyncing to a slightly different folder structure on target
Hi all,
Ok, if this isn't possible with some kind of wildcard, I can adjust the
target manually, but if I can just modify the command to allow for the
different folder structure on the target, I'd rather do that.
I'm incrementally rsync'ing my mailstore from the old server to the new
server, doing testing along the way.
The command I'm currently using is:
rsync
2017 Mar 03
2
How do you exclude a directory that is a symlink?
Considering you cant INCLUDE a directory that is a symlink... which would
be really handy right now for me to resolve a mapping of 103 -> meaningful_name
for backups, instead im resorting to temporary bind mounts of 103 onto
meaningful_name, and when the bind mount isnt there, the --del is emptying
meaningful_name accidentally at times.
I think both situations could benefit from a