similar to: Number of files to be transferred?

Displaying 20 results from an estimated 20000 matches similar to: "Number of files to be transferred?"

2007 Jan 15
2
rsync load problem
Hi all! Can someone tell me please why rsync -avt --whole-file -O --safe-links causes huge load on receiver. As i know, the only main load causes are compression (-z) and the deltas calculating (disabled iin my case by --whole-file). -- View this message in context: http://www.nabble.com/rsync-load--problem-tf3013151.html#a8367649 Sent from the Samba - rsync mailing list archive at Nabble.com.
2007 Jan 26
6
daemon sizes
Hi everyone I'm still getting strange sizes on the daemon logs. After transferring around 1.66GB over 14 hours (256kbit link) to an absolutely empty directory, I get: 2007/01/26 04:13:43 [26441] sent 57014 bytes received 44708 bytes total size 1947222268 du reports the final size of the directory on the daemon side as 1.6 G, and the "received" bytes can't be 44708?! I know
2007 Oct 01
6
reducing file list bytes transferred
Hello, This is my first posting to the rsync list. I mirror a database containing directories which contain a very large number of files (say 30,000), and sending the file list can often take longer than transferring the new files. (Rsync ends up sending nearly the same file list on every transfer, with only the addition of a few new files.) Has the rsync team considered an rsync option
2009 May 14
3
--fuzzy question
Hi, I have a file that changes slightly in size every day and has the timestamp appended to it.. for example on the 14th may: MybackedUpFileBlabla_200905140219.bak This is transferred by rsync to another server. The next day that file is deleted and substituted by a new file on the sender.. the new file would be named for example (15th May): MybackedUpFileBlabla_200905150221.bak The new file
2007 Aug 27
3
rsync out of memory at 8 MB although ulimit is 512MB
Hello again, I encountered something amazing. First I thought there is not enough memory allowed through ulimit. ulimit is now set to (almost) 512MB but rsync still gets out fo memory at 8MB. Can anyone tell me why? That's my configuration: rsync version 2.6.2 from AIX 5.3 to SuSE Linux 9 (also has rsync 2.6.2) ulimit -a (AIX) ulimit -a AIX (source): -------------------------
2006 Jun 12
4
DO NOT REPLY [Bug 3829] New: rsync loses access ACLs on transferred files
https://bugzilla.samba.org/show_bug.cgi?id=3829 Summary: rsync loses access ACLs on transferred files Product: rsync Version: 2.6.9 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: hashproduct+rsync@gmail.com
2006 Mar 21
2
transfer files only once
hi i have a question. is there an easy way to remember transfered files to a specific destination host. little example: 1) host A: with files a, b, c 2) rsync-transfer them to host B 3) add a new file d to host A 4) delete file c from host B 5) again a rsync transfer, but file c get skipped, d get transferred maybe as a feature request: add an check for an extended attribut of the files which
2006 Apr 19
1
Logging rsync transfers
Hello I run rsync on a server and I backup our office PCs to it using cwRsync on Windows PCs. The command I use to backup these PCs is: rsync -vbalz --stats --backup-dir=/yesterday_backups/ --exclude-from="exclude_list.txt" --files-from="include_list.txt" --rsh="ssh" . username@mydomain.com:/path/to/folder On the server, I have the rsync service started at
2005 Oct 20
2
Can i prioritize my jobs with RSYNC ?
Suppose we have about 1000 files at location 'A' & 500 files at location 'B' & we want them to be transmitted to each other (not exactly synchronizing two location). RSYNC can do that, no issues on that. But i have few queries further. My first query: 1. Can we make some sort of queuing procedure alongwith or through RSYNC. Like in which we can provide priorities to
2006 Feb 22
5
Rsync help needed...
Hello, I was reading your posts about RSYNC. We have a massive Oracle schema lots of datafiles about 750 GB size. We do rsync datafiles from source to target server but everytime we cleanup the datafiles on the target server and do rsync every 2 weeks. On the target side mostly the datafiles will be same but on source we might have added few datafiles or made some changes in data and as such the
2006 Apr 03
2
rsyncd.secrets
hi all I have composed a script containing : rsync -avz -e ssh root@10.78.0.107:/var/mail/ /var/mail --password-file=/etc/rsyncd.secrets but when I try to execute il it ask me for the password. how to do to avoid this and to consider the password in the 'rsyncd.secrets' thanks in advance.
2006 Jun 06
13
DO NOT REPLY [Bug 3825] New: rsync won't delete directory with excluded files
https://bugzilla.samba.org/show_bug.cgi?id=3825 Summary: rsync won't delete directory with excluded files Product: rsync Version: 2.6.8 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: vanes002@umn.edu
2003 Apr 17
2
rsync calculating the number of files transferred
Hi, Is there anyway that rsync can report how many files it has to transfer? I am using rsync in a backup utility, and I want to display the percentage completion. If I can find out the number of files it has to transfer, I should be able to compute the percentage by just dividing that by the number of files already transferred. Maybe I am approaching this whole thing wrong. Does anybody have
2007 Aug 10
2
DO NOT REPLY [Bug 4873] New: rsync transfers stop when encountering Emacs autosave files with hash signs
https://bugzilla.samba.org/show_bug.cgi?id=4873 Summary: rsync transfers stop when encountering Emacs autosave files with hash signs Product: rsync Version: 2.6.9 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo:
2007 Sep 15
5
File changed during save....
hi! i want to use rsync for backup to central storage. from emc networker i know some nice feature - it`s telling about "changed files during save" - i.e. i know which files have changed their contents while being backed up. for example you can see if shutdown of some oracle database was forgotten and that database was backed up online accidentally. what`s the rsync equivalent to
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
2006 Mar 31
1
logging problem
Yep I tried those two options, and nothing... Even if the pre-user conf files have a log file in the same directory, which I touch before trying, messages keep going to syslog... I tried with 666 permissions on rsyncd.log too just to make sure... The following is one of the user's conf file, hope theres a clue. Thanks! log file = /home/pluto/rsyncd.log <<< This is the problem!!
2008 Apr 15
1
Number of files transferred
Hello everybody, I'm using rsync (debian 3.0.2-1) to test my pet projects for correctness; but now I've come across a bug (?) in rsync - it doesn't count transferred links, ie. "Number of files transferred:" is wrong. See: # mkdir a b # ln -s /bin/ls a/link ; touch b/link # ls -la a/* b/* lrwxrwxrwx 1 flip flip 7 15. Apr 06:53 a/link -> /bin/ls
2007 Jan 08
3
strange file sizes in log
Hello everyone, I'm getting strange module sizes in the logs. (2.6.9) This is the command: rsync -anr --delete --omit-dir-times --stats -e "ssh -i access.key -l pluto -p 22" --files-from=config\templist "/cygdrive/C/" sv_rs@192.168.10.49::Accounts After updating all the files on the "Accounts" module, the size is reported correctly on the receiver log file
2006 Apr 15
2
include and exclude file
hi i try to include and exclude file when i do a rsync #!/bin/sh # directory to backup BDIR=/home/collinm/test/home # includes file - this contains a wildcard pattern per line of files to exclude INCLUDE=include.txt # excludes file - this contains a wildcard pattern per line of files to exclude EXCLUDE=exclude.txt OPTS="-a -r -v -p -t --delete-before --exclude-from=$EXCLUDE