search for: copy_dest

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

2016 Jul 25
2
[Bug 12036] New: Multiple --link-dest, --copy-dest, or --compare-dest flags produce incorrect behavior
...ckuehl at ocf.berkeley.edu QA Contact: rsync-qa at samba.org Created attachment 12288 --> https://bugzilla.samba.org/attachment.cgi?id=12288&action=edit reproduction We have observed what seems like incorrect behavior when using a command like this: rsync -avc --link-dest=../copy_dest/good --link-dest=../copy_dest/bad src/ dest with a directory stucture that looks like this: . ├── copy_dest │   ├── bad │   │   └── file # contains different content from src, but same attributes (e.g. mtime) │   └── good │   └── file # contains same conten...
2005 Nov 01
2
request: add TCP buffer options to rsync CLI?
Dear rsync folks, I'd like to request/suggest that cli options to set TCP send/receive buffers be added to rsync client-side. Summary: I'm aware that a daemon's config-file can set socket options for the server side (e.g. SO_SNDBUF, SO_RCVBUF). That is useful. But when trying to get high-throughput rsync over long paths (i.e. large bandwidth*delay product), since
2007 Sep 22
0
rsync build on IA64 using icc
...19: external declaration in primary source file extern char *basis_dir[]; ^ generator.c(76): remark #1419: external declaration in primary source file extern int compare_dest; ^ generator.c(77): remark #1419: external declaration in primary source file extern int copy_dest; ^ generator.c(78): remark #1419: external declaration in primary source file extern int link_dest; ^ generator.c(79): remark #1419: external declaration in primary source file extern int whole_file; ^ generator.c(80): remark #1419: external declaration...