Re: source side

2005-06-10 Thread Juergen Busam
I've ran a "ls -altr" on the source before syncing and after it and it definitely shows that the timestamps of the source side changed after rsync has finished. The destination side gets the timestamps of the source side before the sync. Example: bevor sync: -rwxr-xr-x1 root root 57

Re: trigger for pre and post rsync

2005-06-10 Thread Wayne Davison
On Fri, Jun 10, 2005 at 10:27:26PM +0200, Christoph Biedl wrote: > However after some digging in the sources I decided that especially > postexec would not be that easy to catch. Yes, post-exec is the harder of the two to implement, especially if you want the script to be run outside the chroot()

Re: trigger for pre and post rsync

2005-06-10 Thread Christoph Biedl
Wayne Davison wrote... > On Thu, May 12, 2005 at 03:10:49PM -0300, C. P. wrote: > > I think it may be useful to add an option like lograte's prerotate and > > postrotate, that triggers server side scripts before and after rsync. > > It would help the administrator work. > > I don't think I want t

--fuzzy, enhancement idea

2005-06-10 Thread Moshe Jacobson
Hi (Wayne? Not sure who did --fuzzy), Like many people, I use rsync with hard linking to keep multiple backups of my data in a relatively small space on the server. I like the idea behind --fuzzy, but it seems that in most cases, this option doesn't help me much. Instead, I think would be nice

[Bug 2783] Random high loads during syncs (server side) / client stream errors

2005-06-10 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2783 --- Additional Comments From [EMAIL PROTECTED] 2005-06-10 12:40 --- Rsync uses a large amount of CPU on the sending side due to the fact that the rsync algorithm is trading CPU and disk I/O to reduce network I/O (and using an encryption

Re: rsync 2.6.5 'max verbosity' snafu

2005-06-10 Thread Wayne Davison
On Fri, Jun 10, 2005 at 05:21:25AM -0400, Erik Jan Tromp wrote: > If it's a question of which end to change, I would find this option > being per module much more useful. Yes, that's indeed more useful, so I just checked in a change to make the option have a per-module value. Thanks, ..wayne.. -

Re: trigger for pre and post rsync

2005-06-10 Thread Wayne Davison
On Thu, May 12, 2005 at 03:10:49PM -0300, C. P. wrote: > I think it may be useful to add an option like lograte's prerotate and > postrotate, that triggers server side scripts before and after rsync. > It would help the administrator work. I don't think I want to complicate rsync with this functio

Re: source side

2005-06-10 Thread Wayne Davison
On Fri, Jun 10, 2005 at 09:27:42AM +1000, Juergen Busam wrote: > I still have my formerly mentioned timestamp problem. IS rsync changing > the timestamps on the sourceside? No, rsync doesn't do anything on the source-side except read things (unless --remove-sent-files is specified, in which case i

Re: Does rsync copy if only perm changed?

2005-06-10 Thread Wayne Davison
On Thu, Jun 09, 2005 at 04:26:27PM -0700, CompuGenic wrote: > If only the permissions changed on the source, > will rsync unlink the file before modifying it on the destination? No. Rsync just changes the permissions/group/owner of a file if it differs. > I do "cp -ar daily.01 daily.00". Then

Re: need good wrapper

2005-06-10 Thread Anne Ramey
Cameron Simpson wrote: On 09Jun2005 15:23, Anne Ramey <[EMAIL PROTECTED]> wrote: | I'm having trouble with the rsync wrapper's I've found online: | rsync_wrapper[8458]: SSH_ORIGINAL_COMMAND environment variable | apparently not set | rsync: connection unexpectedly closed (0 bytes read so far)

Super software, swell prices, splendid service.

2005-06-10 Thread Meg
Why pay big bucks? Create your OWN website now! http://xuim.i7mflhitxs07xji.corkboardbb.com A well-balanced person has a drink in each hand. Riches cover a multitude of woes. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read

°Eric Moos/SYSTEM/FRANKFURT/BFI/BNP is out of the office.

2005-06-10 Thread eric . moos
I will be out of the office starting 10.06.2005 and will not return until 14.06.2005. I will respond to your message when I return. In urgent cases please contact Mr. Michael Klein ([EMAIL PROTECTED]) +49(0)6971936960. With kind regards, Eric Moos This message and any attachments (the "messa

problem syncing files on RAM in embedded device

2005-06-10 Thread Vijay Ram.C
Hi all, i am working on an networking product which has a 32 MB flash memory and a 64MB RAM. i need to sync a file named appl.gz which is of size 3.1MB from a unit with ip 192.168.10.1 to a unit with ip 192.168.10.2. the rsync is called from a C code which does a fork-execve operation. the c

rsync 2.6.5 'max verbosity' snafu

2005-06-10 Thread Erik Jan Tromp
Continuing with my backup script (see previous post), I've found a small oops regarding the 'max verbosity' option for rsyncd.conf In the manpage this option is listed as a module option. Poking through the source, however, shows that it's parsed as a global option (loadparm.c). If it's a quest

rsync 2.6.5 segfault using --fuzzy & --link-dest

2005-06-10 Thread Erik Jan Tromp
I've been reworking my backup script & decided to give some of the newer options a try. It would appear I've found a combination that doesn't play nice. $ rsync --archive --delete-during --fuzzy --hard-links --numeric-ids --quiet --sparse --temp-dir /backup/helium/ --link-dest /backup/hydrogen/