search for: bdest

Displaying 2 results from an estimated 2 matches for "bdest".

Did you mean: dest
2002 Feb 07
1
Latest version of the batch mode cleanup patch
...same data to every host individually\&. +.PP +Example: +.PP .RS -$ rsync --write-batch [other rsync options here] \e -.br -/somewhere/src_dir /somewhere/target_dir +.nf +$ rsync --write_batch=pfx -a /source/dir/ /adest/dir/ +$ rcp pfx.rsync_* remote: +$ rsh remote rsync --read_batch=pfx -a /bdest/dir/ +# or even +$ rsh remote ./pfx.rsync_argvs /bdest/dir/ +.fi .RE +.PP +In this example, rsync is used to update /adest/dir/ with /source/dir/ +and the information to repeat this operation is stored in the files +pfx.rsync_{argvs,flist,csums,delta}\&. These files are then copied to +the ma...
2006 Feb 08
2
RSYNC via pipe/socket ?
Hello ! I`m trying to find a way to use lzo compression for the data being transferred by rsync. rsync only supports gzip (or maybe ssh -c, which is also zlib), which gives cpu intensive workload - and this cannot be exchanged by a commandline param like we have with tar (--use-compress-program=....) i like to use lzo because it does much faster compression than gzip. I read the following in