rsync compiling question

2009-03-13 Thread Mag Gam
Hello all, Is it possible to compile rsync to be self contained. Meaning, I want to have 1 binary which will have all its libraries compiled into it and ofcourse rsync in it. I want to have a self contained version of rsync. TIA -- Please use reply-all for most replies to avoid omitting the mai

Re: rsync flags freebsd

2009-03-13 Thread Steven Hartland
Its an option when you install the port. Regards Steve - Original Message - From: "alexus" To: Sent: Friday, March 13, 2009 2:12 AM Subject: rsync flags freebsd is there a way to save special flags in freebsd when using rsync? for example dd# ls -lo init -r-xr-xr-x 1 root

--log-file-format seems to be ignored?

2009-03-13 Thread Jake Wilson
I'm using Rsync 3.0.5 between two Debian boxes. I have an rsync script setup that uses --log-file=mylogfile.log and also I have specified --log-file-format=whatever. But I can't seem to get the --log-file-format to be recognized. I don't get any sort of errors, but the log format that I get is j

DO NOT REPLY [Bug 6183] rsync error file too large (27)

2009-03-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6183 --- Comment #2 from way...@samba.org 2009-03-13 12:11 CST --- "File too large" is an OS error, so you need to figure out why your OS is returning that. I'd imagine that rsync was not compiled with large-file support. If so, let me know

DO NOT REPLY [Bug 6120] Default exclude file

2009-03-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6120 way...@samba.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: --log-file-format seems to be ignored?

2009-03-13 Thread Paul Slootman
On Fri 13 Mar 2009, Jake Wilson wrote: > I'm using Rsync 3.0.5 between two Debian boxes. I have an rsync > script setup that uses --log-file=mylogfile.log and also I have > specified --log-file-format=whatever. But I can't seem to get the > --log-file-format to be recognized. I don't get any so

Bugs list?

2009-03-13 Thread lewis butler
Is there a way to be subscribed to this list and NOT get the posts from samba-b...@samba.org? According to https://lists.samba.org/mailman/options/rsync/lbutler+rs...@covisp.net I am only subscribed to this list. -- The Steve is seen, rightly or wrongly, as the visionary, the leade

Re: rsync flags freebsd

2009-03-13 Thread Wayne Davison
On Thu, Mar 12, 2009 at 10:35:45PM -0400, Matt McCutchen wrote: > The rsync 3.0.5 version of this patch is at: > > http://rsync.samba.org/ftp/rsync/patches/fileflags.diff I've just revised how patches are stored so that I can have patches for 3.0.x as well as 3.1.0dev. Thus, the link you cited i

Re: rsync flags freebsd

2009-03-13 Thread Matt McCutchen
On Fri, 2009-03-13 at 14:39 -0700, Wayne Davison wrote: > On Thu, Mar 12, 2009 at 10:35:45PM -0400, Matt McCutchen wrote: > > The rsync 3.0.5 version of this patch is at: > > > > http://rsync.samba.org/ftp/rsync/patches/fileflags.diff > > I've just revised how patches are stored so that I can hav

Re: rsync flags freebsd

2009-03-13 Thread Wayne Davison
On Fri, Mar 13, 2009 at 06:57:15PM -0400, Matt McCutchen wrote: > I would have thought it more natural to have branches "patches-master" > and "patches-3.0.x" in the main repository. Is there any reason you > made a separate repository? Yes, this way the branch names match and I can tag releases.

Rsync Over SSH (Windows XP)

2009-03-13 Thread henri
Firstly, if this the wrong place to ask this question or if this question is inappropriate then please accept my sincere apologies. I am seeking advice regarding the backup of an Windows XP machine. I have used rsync for years and believe it to be an absolutely amazing tool on *NIX systems.

dynamic bandwidth allocation

2009-03-13 Thread Felipe Alvarez
Hi list I was wondering if this is (or could be) possible with rsync. I was wondering if there was a way to change the bandwidth limit (--bwlimit=KBPS) dynamically while rsync is running? Could this be possible maybe with signals like USR1 add 5KBPS and USR2 subtracts 5KBPS? I'm not a programmer,