Displaying 1 result from an estimated 1 matches for "customer3".
Did you mean:
customers
2015 May 15
0
feature request: rsync dereference symlinks on cmdline
...maps.
For eg openVZ names their containers with ID#s which isnt very condusive to
careful handling/recognition:
100/ 101/ 102/ 103/
etc
Id like to create a dir of symlinks, a map (I think this would work on the
target too?)
customer1 -> ../production/100
customer2 -> ../production/101
customer3 -> ../production/102
and have rsync write dirs
customer1/ customer2/ customer3/
in the target.
Obviously I could do this by iterating over the source's 100 101 102 adnd
point at custom target names, etc, but that gets tedious and requires manually
updating the script to get any new sour...