smbclient socket options

2013-02-22 Thread basteon
hello, How can I use smbclient -O flag for adjusts tcp timeout connection? -- 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:

[Bug 9670] New: missing substructure within partial-dir causes files to be lost or overwritten

2013-02-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=9670 Summary: missing substructure within partial-dir causes files to be lost or overwritten Product: rsync Version: 3.0.9 Platform: All OS/Version: All Status: NEW

High Speed WAN Rsync now possible!!!

2013-02-22 Thread Erich Weiler
Folks- Just wanted to plug a totally awesome software package from a group I know: UDR (UDT Enabled Rsync). For those not familiar with UDT, it is a low level network protocol based on UDP that allows for high speed transfers over high latency WAN networks: http://udt.sourceforge.net/

Re: High Speed WAN Rsync now possible!!!

2013-02-22 Thread Karl O. Pinc
On 02/22/2013 09:54:03 AM, Erich Weiler wrote: Folks- Just wanted to plug a totally awesome software package from a group I know: UDR (UDT Enabled Rsync). For those not familiar with UDT, it is a low level network protocol based on UDP that allows for high speed transfers over high

speedup is always 0.99

2013-02-22 Thread Grant
I'm syncing from a USB disk to my hard disk like this: rsync -vr /path/to/usb/disk/dir/ /path/to/hard/disk/dir/ But the speedup is always 0.99 which I think means it is just copying the files each time instead of syncing them. What could be wrong? - Grant -- Please use reply-all for most

RE: speedup is always 0.99

2013-02-22 Thread Tony Abernethy
Check the TIMESTAMPS on both source and target. (you probably want -av or such (instead of -vr) to include ...) -Original Message- From: rsync-boun...@lists.samba.org [mailto:rsync-boun...@lists.samba.org] On Behalf Of Grant Sent: Friday, February 22, 2013 3:24 PM To:

Re: speedup is always 0.99

2013-02-22 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Both of your paths are local. In that case rsync forces --whole-file. The delta transfer is only for reducing network bandwidth usage when rsync is operating over the network. On 02/22/13 16:28, Tony Abernethy wrote: Check the TIMESTAMPS on both