Re: stalling during delta processing

2004-06-15 Thread Craig Barratt
Wallace Matthews writes: I copy the 29 Gig full backup back into fedor//test/Kibbutz and issue the command time rsync -avv --rsh=rsh --stats --block-size=181272 /test/Kibbutz/Kbup_1 fedor://test/Kibbutz and it CRAWLS during delta generation/transmittal at about 1 Megabyte per second. I have

Re: how to exclude large files from backup list.

2004-06-15 Thread Wayne Davison
On Tue, Jun 15, 2004 at 10:34:18AM +0800, Jiang Wensheng wrote: I am using a computer to back up files from another computer automatically. I want to exclude large files from backing up. How can I do that? Either create an exclude list manually before running rsync or create a transfer list

strange rsync error message from our backup script

2004-06-15 Thread Louis-David Mitterrand
Hello, I use rsync for incrmental backups in the following way: rsync \ $EXCLUDE \ -e ssh \ --archive \ --numeric-ids \ --compress \ --relative \ --one-file-system \

rsync cygwin hang

2004-06-15 Thread Martin Domeij
Hello, I'm having problems with rsync hanging on Cygwin. I read some archives of the list about this, but if I understood it correctly this problem had been solved? Mine prevails though. I'm running rsync 2.6.2 at both ends, Cygwin's version on the Windows end and backports.org's version on the

Re: How do you properly use --partial?

2004-06-15 Thread Rami Addady
Is there a way to make rsync keep partially (down|up)loaded files, but keep them separate from the actual end dir until they are finished? Not As far as I know :( - Original Message - From: Jason Haar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 3:22 AM

Re: trigger command on successful upload?

2004-06-15 Thread PEnright
Robert, I think this would be a useful feature. I can think of how I could use a feature like that. If you are successful let me know. Thanks, Paul Enright Robert Helmer

Re: trigger command on successful upload?

2004-06-15 Thread Eberhard Moenkeberg
Hi, On Tue, 15 Jun 2004 [EMAIL PROTECTED] wrote: I think this would be a useful feature. I can think of how I could use a feature like that. If you are successful let me know. rsync has wonderful precise return codes. man rsync will tell. You can already do somehing like this: rsync

Re: trigger command on successful upload?

2004-06-15 Thread Tim Conway
If you're rsyncing over an external transport, I can't imagine what the issue is in running a postprocessing command over the same transport. But, if what you're looking for is a way to do this over rsync internal transport, and want to get rid of the remote shell, perhaps for security

Rsync security

2004-06-15 Thread ww m-pubsyssamba
Hello list, I have a requirement to script a sync from a server to a UNIX workstation (Mac OS X) users desktop and profile related data at logon and logoff. Rsync looks like it may be appropriate, but I am concerned about making a sufficiently secure connection between the server and

Re: I need help rsyncing Local Disks

2004-06-15 Thread Dan Pritts
On Mon, Jun 14, 2004 at 09:39:04AM -0700, Marshall28 wrote: spare disk but need some help understanding the coding, as well as knowing if this script will provide me with another spare disk that is a replica of the primary. From what I can make of this script it doesn't mirror the drive, it

Re: strange rsync error message from our backup script

2004-06-15 Thread Wayne Davison
On Tue, Jun 15, 2004 at 10:00:56AM +0200, Louis-David Mitterrand wrote: make_bak_dir mkdir /backup/naxos.premier-lnc.com/2004-06-09/home/ddegrolard/profile/Local Settings/Application Data failed: File exists This is a bug that is currently fixed in the CVS version. If you click on the

Re: rsync cygwin hang

2004-06-15 Thread Martin Domeij
Yes, I am running the latest version of cygwin, I just upgraded it. /Martin On Tue, 15 Jun 2004, Dan Pritts wrote: I don't remember the details but i recall that some of the cygwin problems required an update to cygwin, not an update to rsync. are you running all the latest cygwin? On Tue, Jun

Re: Rsync security

2004-06-15 Thread Dan Pritts
quite uncomfortable about using this across hundreds of workstations to provide the sync functionality I'm looking for. Specifically my fear is if someone gains administrative access to their workstation and can access the ssh private key ssh server key they will be able to access any data

Re: how to exclude large files from backup list.

2004-06-15 Thread Wayne Davison
On Tue, Jun 15, 2004 at 12:05:09AM -0700, Wayne Davison wrote: Adding an option to make rsync do this wouldn't be very hard I've whipped up a patch and checked-in the diff to the patches dir. If you either checkout CVS or snag the latest nightly file from the rsync web server you can apply the

Re: trigger command on successful upload?

2004-06-15 Thread Robert Helmer
Hi Tim, On Tue, Jun 15, 2004 at 10:22:14AM -0400, Tim Conway wrote: If you're rsyncing over an external transport, I can't imagine what the issue is in running a postprocessing command over the same transport. But, if what you're looking for is a way to do this over rsync internal

Re: trigger command on successful upload?

2004-06-15 Thread Wayne Davison
On Tue, Jun 15, 2004 at 11:56:12AM -0700, Robert Helmer wrote: It is a potential security problem Yup, I was thinking the same thing. One way to make your feature safer would be to turn it into a config-file setting (and leave the script outside the download/upload area). Since a non-daemon

Re: how to exclude large files from backup list.

2004-06-15 Thread Chris Shoemaker
On Tue, Jun 15, 2004 at 12:05:09AM -0700, Wayne Davison wrote: On Tue, Jun 15, 2004 at 10:34:18AM +0800, Jiang Wensheng wrote: I am using a computer to back up files from another computer automatically. I want to exclude large files from backing up. How can I do that? Either create an

Re: Rsync security

2004-06-15 Thread Chris Shoemaker
On Tue, Jun 15, 2004 at 03:37:21PM +0100, ww m-pubsyssamba wrote: Hello list, I have a requirement to script a sync from a server to a UNIX workstation (Mac OS X) users desktop and profile related data at logon and logoff. Rsync looks like it may be appropriate, but I am concerned

[Bug 1442] rsync sender appears to hang when receiver recounters an error

2004-06-15 Thread samba-bugs
I like the ZyWALL firewalls, which will give you these features and a few more. The ZyWALL 10II or 10W (wireless) run around $250US. Still pretty inexpensive. ZyXEL makes all of the Netgear stuff, if I'm not mistaken. Check out the following forums if you want to do a bit more research: ZyXEL:

[OT] CVS update

2004-06-15 Thread Chris Shoemaker
Um, I don't remember the exact checkout command line I used, but it was probably something like the instructions on the web page: cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot rsync anyway, how do I update? I tried: [EMAIL PROTECTED] rsync]$ cvs update -d -P cvs [update aborted]: connect to

Re: [OT] CVS update

2004-06-15 Thread Robert Helmer
I don't think it's just you, looks like the pserver process is not running on the server (hence the connection refused). I get the same thing from here. On Tue, Jun 15, 2004 at 03:51:14PM -0400, Chris Shoemaker wrote: Um, I don't remember the exact checkout command line I used, but it

Re: Problem with transfering files between Solaris and HPUX 11.00

2004-06-15 Thread Paula A. LeBlanc
Rsync version 2.6.0 on a HP B.11.00 Rsync version 2.4.6 on Solaris 8 - Original Message - From: Tomasz Ciolek [EMAIL PROTECTED] To: leblancei [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, June 13, 2004 11:05 PM Subject: Re: Problem with

Re: trigger command on successful upload?

2004-06-15 Thread Jason Haar
On Tue, Jun 15, 2004 at 12:56:39PM -0700, Wayne Davison wrote: On Tue, Jun 15, 2004 at 11:56:12AM -0700, Robert Helmer wrote: It is a potential security problem Yup, I was thinking the same thing. One way to make your feature safer would be to turn it into a config-file setting (and leave

CVS update: rsync/patches

2004-06-15 Thread Wayne Davison
Date: Tue Jun 15 15:37:47 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv6817/patches Added Files: max-size.diff Log Message: Add a --max-size option. Revisions: max-size.diff NONE = 1.1