search for: prometheuslabor

Displaying 3 results from an estimated 3 matches for "prometheuslabor".

2017 Mar 03
2
How do you exclude a directory that is a symlink?
...lude" > > directive and the contents of the symlinked directory gets downloaded > > anyway. > > You don't say explicitly, is the target of the symlink inside or > outside the source directory? > > > Paul > -- Prometheus Labor Communications, Inc. http://prometheuslabor.com 413-572-1300 <(413)%20572-1300> Communicate or Die: American Labor Unions and the Internet http://communicateordie.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20170303/efe9a729/attachment.html&...
2017 Mar 03
3
How do you exclude a directory that is a symlink?
A thousand greetings, I'm trying to rsync a directory from a server to my local machine that has a symbolic link to a directory I don't want to download. I have an "exclude" option to exclude the symlink which works fine. However, if I add a --copy-links option to the command, it appears to override my "exclude" directive and the contents of the symlinked directory
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