prevent newer file from being written on

2007-09-04 Thread OOzy Pal
Hello, I am using this to sync two dir rsync -a -v -r orig/ new \ --exclude d.zip \ --exclude a1 Now, how can I prevent files in the orig dir from overwriting newer file in the new dir? -- OOzy Ubuntu-Feisty -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync

Re: Recommended way for initial backup before rsync calls

2007-09-04 Thread Sven . Hartrumpf
Mon, 3 Sep 2007 20:00:06 -0400, hashproduct+rsync wrote: On 9/3/07, Sven.Hartrumpf wrote: What can you recommend to create the initial backup of a partition before calling rsync (under Linux, 100 GB, 10M files, only normal files and some soft links)? If you're copying an entire

Re: prevent newer file from being written on

2007-09-04 Thread Paul Slootman
On Tue 04 Sep 2007, OOzy Pal wrote: I am using this to sync two dir rsync -a -v -r orig/ new \ --exclude d.zip \ --exclude a1 Now, how can I prevent files in the orig dir from overwriting newer file in the new dir? A simple search for newer in the manpage shows as first hit: -u,

Re: rsync replaces symlinks on destination

2007-09-04 Thread Matt McCutchen
On 9/4/07, aaa aaa aaa aaa [EMAIL PROTECTED] wrote: I keep local mirrors of slackware-current and slackware-12.0 for personal use (Slackware Linux is one of the oldest Linux distributions). My big issue is the lack of hdd free space. At the moment of the release the directory trees are

[U] Rsync Errors

2007-09-04 Thread Peter, Theresa M Ms CONT USAAC
UNCLASSIFIED I am seeing the following errors occasionally when doing an rsync between servers (Solaris 9) at the local and remote site. Has anyone seen these errors before or know what they are? rsync error: error in rsync protocol data stream (code 12) at io.c(1122) [sender=2.6.9] rsync

(CYGWIN) Rsync Stalling Upon first file transfer.

2007-09-04 Thread Jonathan Hurd
Rsync will recieve the file list, and discover the files to consider, and then stalls out on the first actual file transfered. 0 bytes 0kB/s. On the recieving server, the DLGDiagv504f.exe file is named .dlgdiagv504.f.exe.7dd0oa and is only 512 kb. The rsync process still runs after this, like

DO NOT REPLY [Bug 4621] -p option to simulate mkdir -p for rsync

2007-09-04 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4621 --- Comment #1 from [EMAIL PROTECTED] 2007-09-04 13:32 CST --- Hi, I would like to add that I've created a wrapper for rsync to implemented this functionality in the mean time, if/when it will be available via rsync itself. Bash:

Re: (CYGWIN) Rsync Stalling Upon first file transfer.

2007-09-04 Thread Matt McCutchen
On 9/4/07, Jonathan Hurd [EMAIL PROTECTED] wrote: Rsync will recieve the file list, and discover the files to consider, and then stalls out on the first actual file transfered. This is a well-known problem caused by bugginess in the Cygwin pipe/socket code. It is being tracked in this rsync

Re: [U] Rsync Errors

2007-09-04 Thread Matt McCutchen
On 9/4/07, Peter, Theresa M Ms CONT USAAC [EMAIL PROTECTED] wrote: I am seeing the following errors occasionally when doing an rsync between servers (Solaris 9) at the local and remote site. Has anyone seen these errors before or know what they are? rsync error: error in rsync protocol data

Re: CVE-2007-4091

2007-09-04 Thread Dan Pritts
for the record, in case anyone else is looking, Redhat claims that their systems are not vulnerable. https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2007-4091#c1 On Thu, Aug 30, 2007 at 11:12:08AM +0200, Paul Slootman wrote: On Thu 30 Aug 2007, [EMAIL PROTECTED] wrote: Thu, 30 Aug 2007

[U] RE: Rsync Errors

2007-09-04 Thread Peter, Theresa M Ms CONT USAAC
UNCLASSIFIED I am still trying to figure out whether or not we have that savetransfer option already on the box. It may take me a bit to get a new package installed due to software cycle that we have to go through before putting it on the box. Looking into this more... The following errors

Re: [U] RE: Rsync Errors

2007-09-04 Thread Wayne Davison
On Tue, Sep 04, 2007 at 05:56:11PM -0400, Peter, Theresa M Ms CONT USAAC wrote: Invalid checksum length 39976960 [sender] Invalid remainder length 39976960 [sender] Invalid file index: 2046101527 (count=1730) [sender] These are all symptoms of the same problem -- the binary data

DO NOT REPLY [Bug 3444] Deal with case-insensitive file-systems better (perhaps by adding an option)

2007-09-04 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3444 --- Comment #9 from [EMAIL PROTECTED] 2007-09-04 17:36 CST --- looks like a patch is already there PLEASE consider this in the next build! this will help both windows - windows and linux - windows!

rsync directories that match a string

2007-09-04 Thread Jason Lewis
Hi, I am trying to rsync the new folder for all my mail users from the old server to the new server we have. Basically I want to copy all files from oldserver/home/$USERS/Maildir/new to newserver/home/$USERS/Maildir/new where the $USERS represents all the user's home folders. this is what I

Re: rsync directories that match a string

2007-09-04 Thread Matt McCutchen
On 9/4/07, Jason Lewis [EMAIL PROTECTED] wrote: Basically I want to copy all files from oldserver/home/$USERS/Maildir/new to newserver/home/$USERS/Maildir/new where the $USERS represents all the user's home folders. this is what I have tried but its not working: rsync --dry-run -vaxuHS

CVS update: rsync

2007-09-04 Thread Wayne Davison
Date: Tue Sep 4 06:52:52 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv32244 Modified Files: rsync.h Log Message: Changed HLINK_BUMP() to look for either FLAG_HLINKED or FLAG_HLINK_DONE. Revisions: rsync.h 1.359 = 1.360

CVS update: rsync

2007-09-04 Thread Wayne Davison
Date: Tue Sep 4 06:58:19 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv1097 Modified Files: OLDNEWS Log Message: Improved a sentence. Revisions: OLDNEWS 1.39 = 1.40

CVS update: rsync

2007-09-04 Thread Wayne Davison
Date: Tue Sep 4 07:13:01 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv8027 Modified Files: flist.c Log Message: Fixed two flist-files[first_hlink_ndx] references. Revisions: flist.c 1.440 = 1.441

CVS update: rsync

2007-09-04 Thread Wayne Davison
Date: Tue Sep 4 20:10:56 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv16310 Modified Files: rsync.yo rsync.1 Log Message: Clarified something in the new --hard-links text. Revisions: rsync.yo1.422 = 1.423