Re: Rsync deletion issue on failure

2009-11-25 Thread 夏凯
do you have the --partial options on? this is in the manual, and i usually use -P. --partial keep partially transferred files On Thu, Nov 26, 2009 at 14:03, Adam Gordon wrote: > I didn't see this in the man page or after a cursory Google search. > > I'm rsync-ing a file from compute

Re: Rsync deletion issue on failure

2009-11-25 Thread Adam Gordon
Wow, it is in there. Sorry. I kept looking for "delete." It never occurred to look for the word "partial." Thanks a bunch. --adam On Wed, Nov 25, 2009 at 23:06, Matt McCutchen wrote: > On Wed, 2009-11-25 at 23:03 -0700, Adam Gordon wrote: > > I didn't see this in the man page or after a curs

Re: something about filter rules of rsync

2009-11-25 Thread 夏凯
thank you very much, i think i have made a mistake on understanding the manual.now i understand. On Thu, Nov 26, 2009 at 03:20, Matt McCutchen wrote: > On Wed, 2009-11-25 at 21:20 +0800, 夏凯 wrote: >> i want rsync to include all the *.dat files(and the *.dat files in the >> subdirectory), and excl

Re: Rsync deletion issue on failure

2009-11-25 Thread Matt McCutchen
On Wed, 2009-11-25 at 23:03 -0700, Adam Gordon wrote: > I didn't see this in the man page or after a cursory Google search. > > I'm rsync-ing a file from computer A to computer B and the file does > not exist yet on computer B. My problem is that on a shoddy Internet > connection, if rsync fails

Rsync deletion issue on failure

2009-11-25 Thread Adam Gordon
I didn't see this in the man page or after a cursory Google search. I'm rsync-ing a file from computer A to computer B and the file does not exist yet on computer B. My problem is that on a shoddy Internet connection, if rsync fails due to a connection error, the dot file it creates on computer B

Re: rsyncing large sized folder

2009-11-25 Thread love.wadhwa
Hi I am running the following command to rsync the same. rsync -avz "folder to be rsynced" usern...@hostname::module Nature of OS is linux and folders are rsynced by running the rsync daemon. Also would like to know if it would take the same time or very less time for rsync to sync the sa

DO NOT REPLY [Bug 6916] Avoid bundling a modified zlib

2009-11-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6916 --- Comment #1 from way...@samba.org 2009-11-25 19:54 CST --- The only thing for rsync to potentially do is to have a build option for using a compatible, shared zlib. The redhat bug has links to rsync's needed changes. If fedora patch

Re: something about filter rules of rsync

2009-11-25 Thread Matt McCutchen
On Wed, 2009-11-25 at 21:20 +0800, 夏凯 wrote: > i want rsync to include all the *.dat files(and the *.dat files in the > subdirectory), and exclude all other files. how can i write the filter > rules? i have read the man rsync, but i still got no idea to do it. > for example, the result of find -pri

How to install and configure cwRsync on a Windows Platform (Addendum)

2009-11-25 Thread Alan C. Bonnici
Hi, At http://www.alanbonnici.com/videos/cwrsync2.asp is a short video containing corrections and answers of those who saw the original footage http://www.alanbonnici.com/videos/cwrsync.asp. I big thank you to all those who contributed. Regards, Alan C. Bonnici -- Please use reply-all for mos

something about filter rules of rsync

2009-11-25 Thread 夏凯
i want rsync to include all the *.dat files(and the *.dat files in the subdirectory), and exclude all other files. how can i write the filter rules? i have read the man rsync, but i still got no idea to do it. for example, the result of find -printf "%y %p\n" is below: d . d ./1 d ./1/a f ./1/a/a.c

Re: rsyncing large sized folder

2009-11-25 Thread Eliot Moss
love.wadhwa wrote: Hi I have to rsync a folder say 0. This folder inside it contains sub folders [0-999]. Inside this subfolders i have further subfolders [0-999]. so my directory structure is: /0/0/0/file /0/0/1/file /0/0/2/file | |

rsyncing large sized folder

2009-11-25 Thread love.wadhwa
Hi I have to rsync a folder say 0. This folder inside it contains sub folders [0-999]. Inside this subfolders i have further subfolders [0-999]. so my directory structure is: /0/0/0/file /0/0/1/file /0/0/2/file | | /0/0/999/file

RE: rsync of STDIN to a file.

2009-11-25 Thread Mark Young
Hi Matt, I believe the rdiff man page is still not correct, even with your submitted changes. It states "In every case where a filename must be specified, - may be used instead to mean either standard input or standard output as appropriate.". I've not found that to be the case. For instance: