Displaying 2 results from an estimated 2 matches for "axvh".
Did you mean:
avh
2006 Aug 02
7
DO NOT REPLY [Bug 3988] New: -a collides with --flags
...rity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: rsync@oldach.net
QAContact: rsync-qa@samba.org
On FreeBSD at least, -a --flags does not perform the intended function:
# touch f1
# chflags schg f1
# mkdir dest
# rsync -axvH --flags f1 dest
building file list ... done
f1
rsync: rename "/tmp/dest/.f1.Isi7Bm" -> "f1": Operation not permitted (1)
sent 91 bytes received 42 bytes 266.00 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files could not be transferred (code 23) at main.c(8...
2003 Feb 16
1
rsync-exclude.patch.
...idea of your rsync-exclude.patch and have thought
> about hacking it in myself. However as you already have done the work
> may I make a small suggestion...... can the name of the exclude file
> (your .rsync) be specified in the flags.... e.g.
>
> rsync --rsync-exclude=.snapshot -axvH /here /there
>
> In this way different invocations (e.g. system and personal) can exclude
> different files.
>
> Anthony R Iano-Fletcher Anthony.Iano-Fletcher@nih.gov
> http://cbel.cit.nih.gov/~arif
> CBEL,...