search for: avvu

Displaying 4 results from an estimated 4 matches for "avvu".

Did you mean: avv
2015 Nov 24
2
why rsync update large directory so slow?
...h 16 connections according to 16 directories(0~f) for %%i in (0 1 2 3 4 5 6) do ( setlocal enabledelayedexpansion set log_file=%log_dir%/%date:~3,4%%date:~8,2%%date:~11,2%%time:~0,2%%time:~3,2%%time:~6,2%_%%i.txt :: Remove space in log_file set "log_file=!log_file: =!" start cmd /c rsync -avvu --delete %src_dir%/Files/%%i %dst_dir%/Files --password-file=%pwd_file% --log-file=!log_file! --log-file-format="" ) ------------------------------------------------------------------------------------------------------ In order to make backup faster, I created many rsync intances wit...
2005 Aug 21
1
Rsync 2.6.3 does not show to be deleted files. Bug?
...ff read only = no I have an entry in my ~root/.ssh/authorized_keys which says: command="rsync --server --daemon .",no-port-forwarding,no-X11- forwarding,no-agent-forwarding ssh-dss [key deleted] gerben@hermione- a.rna.nl Now, when I run: rsync --dry-run --progress --delete -avvu -e "ssh -l root -i $ {HOME}/.ssh/id_rsync" gerben@hedwig::src-rw/ /usr/local/src I get stuff like deleting in ... deleting libpng-1.2.8/%makefile deleting i-Packages/tex/tex-perf-results.html but when I run it the other way around: rsync --dry-run --progress --delete -avvu -e "s...
2004 Jan 12
1
Performance problem
...out problems related to huge file lists, however I had the same problem. Is this a known problem? Am I missing something really obvious? I have tried testing drive performance in each machine and have found it to be acceptable. The line that I am using to do the rsync is the following: rsync -avvu --exclude-from=/root/sync_list.exclude --delete -e ssh --stats /data/ dest:/data/ Any idea? -Andrew -- Andrew E. Boyce-Lewis Conduit-IT Phone: 800 493-5045 x 210 Fax: (814) 867-8248 Cell: (814) 360-6868 GPG key available at http://dev.conduit-it.com/~aboyce/aboyce.gpg Please AVOID sending...
2015 Nov 25
0
Slow backup
>>> I have a large directory with about 0 Milillion files in it to backup by network. Server and client both windows. >>> >>>In order to make backup faster, I created many rsync intances with "-avvu" options. It seems worked, and only take about 5 hours to complete backup job. >>>When I restarted the client bat script, and expect very little time to complete backup, but it still cost about 3 hours. >>>It seems that concurrence makes no effect, I can not figure out what...