Displaying 1 result from an estimated 1 matches for "_customers".
Did you mean:
customers
2009 Nov 11
1
Does files-from work with --delete?
...s in the source), I
get this:
$ find src dst -print
src
src/a
src/b
src/c
src/c/d
src/c/a
src/p
dst
dst/a
dst/b
dst/c
dst/c/d
dst/c/a
dst/c/p
$ cat list
/p
/c/p
$ ./rsync-3.0.6/rsync -av -S --delete --files-from=list -n src/ dst/
building file list ... rsync: link_stat
"/home/ppokorny/_work/_customers/_ga/_rsync_test/src/c/p" failed: No
such file or directory (2)
done
p
sent 61 bytes received 15 bytes 152.00 bytes/sec
total size is 0 speedup is 0.00 (DRY RUN)
rsync error: some files/attrs were not transferred (see previous errors)
(code 23) at main.c(1039) [sender=3.0.6]
I am curious...