search for: bavzwr

Displaying 1 result from an estimated 1 matches for "bavzwr".

Did you mean: bavzr
2005 May 18
1
problem to exclude
...subdirs of 'packages' and others at the root of the server called 'NetBSD-release-1-5' and 'NetBSD-1.5.3'. I want to avoid to sync them. The command I use to sync is: - - - - - - - - - - - #!/bin/zsh [...snip stuff...] OPT=(--exclude-from="netbsd-selection.txt" -bavzWr --progress --delete) CMD=(rsync ${OPTS}) $CMD rsync://rsync.fr.NetBSD.org/NetBSD/ ${LL}netbsd-ftp/ - - - - - - - - - - I still use verbose mode to debug it, and the content of netbsd-selection.txt is: - - - - - - - - - - - /NetBSD-release-1-5/** - /packages/1.5** - - - - - - - - - - But the o...