Re: Delete files using no recursion

2007-12-06 Thread Matt McCutchen
On Thu, 2007-12-06 at 19:23 -0200, Rivanor P. Soares wrote: > I'm running rsync (2.6.2) That's pretty old. You might want to upgrade to the latest stable version, 2.6.9. > I want to sync all .fle files from dir1 to the dir2 and also remove > files from the destination which were removed from the

Re: remote logging non-daemon mode

2007-12-06 Thread Matt McCutchen
On Thu, 2007-12-06 at 09:55 -0500, Doug Lochart wrote: > Each client creates its own SSH tunnel via port forwarding. The > rsync client then sets the target to localhost and the local port of > the tunnel. The remote end is port 873 of the rsync server machine > with a daemon running. Each user

Delete files using no recursion

2007-12-06 Thread Rivanor P. Soares
Hi all, I'm running rsync (2.6.2) this way (which do not remove files from the destination side which were removed from the sending side): rsync -vbu --backup-dir=/bkp --stats /dir1/*.fle /dir2 I want to sync all .fle files from dir1 to the dir2 and also remove files from the destinatio

remote logging non-daemon mode

2007-12-06 Thread Doug Lochart
On Dec 6, 2007 12:52 AM, Matt McCutchen <[EMAIL PROTECTED]> wrote: > On Wed, 2007-12-05 at 23:21 -0500, Doug Lochart wrote: > > Now I am having another issue and that is passing a log format in the > > rsync-path. I can see it is coming over but for some reason a defauly > > --log-format=%o is ap

DO NOT REPLY [Bug 5124] Lessons to learn from other tools, better use of resources, speed gains

2007-12-06 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5124 --- Comment #1 from [EMAIL PROTECTED] 2007-12-06 07:02 CST --- How does the feature you want differ from the incremental recursion mode that is being added to rsync 3.0.0? -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi

DO NOT REPLY [Bug 5124] New: Lessons to learn from other tools, better use of resources, speed gains

2007-12-06 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5124 Summary: Lessons to learn from other tools, better use of resources, speed gains Product: rsync Version: 3.0.0 Platform: All OS/Version: All Status: NEW Seve