Re: rsync or other tool

2007-01-28 Thread Peter Matulis
Le Lundi 29 Janvier 2007 00:08, Preeti Joshi a écrit : > Hi, > > I am using rsync-2.5.5 on power pc system. It is an embedded system > with very low memory few MBs. Most of the time only 4-5 MB memory is > free (as shown using free command). I have an application that > periodically (every 20 sec)

rsync or other tool

2007-01-28 Thread Preeti Joshi
Hi, I am using rsync-2.5.5 on power pc system. It is an embedded system with very low memory few MBs. Most of the time only 4-5 MB memory is free (as shown using free command). I have an application that periodically (every 20 sec) fires rsync command from system command i.e. system ("rsync..") t

RE: has this been asked about before ? multilple exclude files

2007-01-28 Thread Lancashire, Pete
thanks, swore I had tested it :( -pete .. time to read the man page (again) > -Original Message- > From: Matt McCutchen [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 28, 2007 1:12 PM > To: Lancashire, Pete > Cc: rsync@lists.samba.org > Subject: Re: has this been asked about before ? m

Re: has this been asked about before ? multilple exclude files

2007-01-28 Thread Matt McCutchen
On 1/28/07, Lancashire, Pete <[EMAIL PROTECTED]> wrote: multiple exclude-from files ? Yes, rsync supports as many exclude-from files as you want. You even guessed the correct syntax: --exclude-from=/foo/aix_base --exclude-from=/foo/sap Matt -- To unsubscribe or change options: https://li

Re: has this been asked about before ? multilple exclude files

2007-01-28 Thread Jannes Faber
One tip I got when asking for something similar is this trick: rsync -a -e "ssh -i /etc/webackup.d/ssh/id_dsa" --recursive --compress --numeric-ids --modify-window=1 --timeout=120 --files-from=- --partial --partial-dir='/webackup/host/linux/partial' --link-dest='/webackup/host/linux/2007-01-2

has this been asked about before ? multilple exclude files

2007-01-28 Thread Lancashire, Pete
I'm was wondering if this has been asked about/for multiple exclude-from files ? Where I could find this useful is say I had a common or base exclusion list for all my AIX boxes --exclude-from=/foo/aix_base Then be able to add for say all my AIX boxes that are running SAP --exclude-from=/foo/