Re: --link-dest but only if rsync detects differences

2008-11-14 Thread Daniel Jarboe
> > > I don't believe there is any better way than the two you have suggested: > run and delete if there were no changes, or check first with -n. Note > that with the first approach, you don't need a separate diff command; > you can just use -i and check whether the itemize output is nonempty. > >

DO NOT REPLY [Bug 5894] Incompatible library version

2008-11-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5894 [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 5894] Incompatible library version

2008-11-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5894 [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

DO NOT REPLY [Bug 5894] Incompatible library version

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

DO NOT REPLY [Bug 3925] rsync is unable to sync large (approx 4G) sparse files

2008-11-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3925 --- Comment #8 from [EMAIL PROTECTED] 2008-11-14 12:39 CST --- The vars need to be consistent. Since the callers are passing int length values, and the return must be able to either return the input length or go negative (for an error),

Re: Intermittent connection failure

2008-11-14 Thread Matt McCutchen
On Thu, 2008-11-13 at 10:29 +0100, Michael Härtl wrote: > i have sporadic connection problems with my rsync server. > > I have _no_ firewall involved and there is _no_ max connections set. > rsync on the clients is started from cron via a bash script. There's > also no permission problem. rsyncd

Re: --link-dest but only if rsync detects differences

2008-11-14 Thread Matt McCutchen
On Thu, 2008-11-13 at 16:17 -0500, Daniel Jarboe wrote: > I'm currently using rsync and --link-dest to give me something like a > poor-man's incremental snapshot to disk. But I really only want to > generate a new backup if rsync detects differences, otherwise I don't > need a new backup. > > Cur

DO NOT REPLY [Bug 5894] Incompatible library version

2008-11-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5894 --- Comment #1 from [EMAIL PROTECTED] 2008-11-14 09:53 CST --- You need to recompile rsync on one of the machines with the older libiconv. It's typical that a program compiled against one version of a shared library won't run with older

Re: don't create ~ files

2008-11-14 Thread Matt McCutchen
On Fri, 2008-11-14 at 07:19 -0800, wolfbuda wrote: > I have the follow command rsync -apbrvz to sync two local folders but rsync > creates a files with an "~" on end of file name when the file exist. How can > I stop this? The -b option is doing that. Remove it. Matt -- Please use reply-all fo

don't create ~ files

2008-11-14 Thread wolfbuda
Hi there, I have the follow command rsync -apbrvz to sync two local folders but rsync creates a files with an "~" on end of file name when the file exist. How can I stop this? Thanks. -- View this message in context: http://www.nabble.com/don%27t-create-%7E-files-tp20502359p20502359.html Sent