recommend great GUI rsync client for XP

2008-08-01 Thread Noah
Hi there, might somebody please recommend the best GUI rsync client for XP please? Cheers, Noah -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org

DO NOT REPLY [Bug 5554] File has vanished for files with foreign/unicode characters

2008-08-01 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5554 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 5647] A search through the --compare-dest dirs should stop at the first present file

2008-08-01 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5647 [EMAIL PROTECTED] changed: What|Removed |Added Severity|enhancement |minor Status|NEW

DO NOT REPLY [Bug 5615] iconv conversion not applied to symlinks

2008-08-01 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5615 [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

DO NOT REPLY [Bug 5654] Combination of --remove-sent-files, --partial, --partial-dir, --tmp-dir and --delay-updates can cause data loss

2008-08-01 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5654 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: Rsync sending files that haven't been updated.

2008-08-01 Thread Paul Slootman
On Fri 01 Aug 2008, becca23 wrote: > > Yes it does appear that I have some sort of UTC disaster on my hands. For > testing, both the Linux and Windows machine are virtual machines on a VMware > server. The current UTC time for that one is 6:39. The Linux UTC time is > listed as 5:39 which agrees w

Re: Rsync sending files that haven't been updated.

2008-08-01 Thread becca23
Yes it does appear that I have some sort of UTC disaster on my hands. For testing, both the Linux and Windows machine are virtual machines on a VMware server. The current UTC time for that one is 6:39. The Linux UTC time is listed as 5:39 which agrees with worldtimeserver.com. The windows machine

Re: how to include an explicit list of files

2008-08-01 Thread Matt McCutchen
On Fri, 2008-08-01 at 10:38 -0400, Bruce Bauman wrote: > I want to rsync files between two machines, but only a subset of the > files on the server. I want to specify the subset explicitly via a > list of files to the rsync daemon. I've tried: > > filter = + */ \ > + foo/bar/file1 \ >

how to include an explicit list of files

2008-08-01 Thread Bruce Bauman
I want to rsync files between two machines, but only a subset of the files on the server. I want to specify the subset explicitly via a list of files to the rsync daemon. I've tried: filter = + */ \ + foo/bar/file1 \ + foo/bar/file2 \ + bar/baz/file3 \ -

Re: Rsync sending files that haven't been updated.

2008-08-01 Thread Matt McCutchen
On Thu, 2008-07-31 at 14:20 -0700, becca23 wrote: > Yes, I assumed that was the problem, but I removed the -t option for a > reason. Well, to avoid resending the same files, you'll need the -t option (unless you want to use -u and count on source file mtimes never being touched to a time other tha