Re: Rysnc Schedule

2007-07-19 Thread Rick Romero
/usr/bin/find /var/backup/* -mtime +30 -exec rm -rf {} \; Anything older than 30 days gets deleted from /var/backup/ On Thu, 2007-07-19 at 05:46 -0700, sparty2809 wrote: > I guess I should have been clearer. I know how to delete files/directories. > I am just not sure how to delete say the 31s

Re: Rysnc Schedule

2007-07-19 Thread Rick Romero
On Thu, 2007-07-19 at 09:30 -0400, Matt McCutchen wrote: > On 7/19/07, Rick Romero <[EMAIL PROTECTED]> wrote: > > /usr/bin/find /var/backup/* -mtime +30 -exec rm -rf {} \; > > > > Anything older than 30 days gets deleted from /var/backup/ > > That's no

Re: Rysnc Schedule

2007-07-19 Thread Rick Romero
About 4 hours after my reply I had a functional rsnapshot install - what took me so long (besides having 'real' work to do ;) was trying to figure out how to split up my vpopmail/domains directories so the rsync wouldn't take so long (because of so many files/directories). I ended up usin

Rsync / Cygwin : Cannot Allocate Memory

2006-03-24 Thread Rick Romero
Hi, I'm running the latest cygwin, with rsync 2.6.6 protocol 26. My command is: c:\cygwin\bin\rsync -vrtz --delete /cygdrive/e [EMAIL PROTECTED] etc I get the following error when trying to rsync 500,000 files: rsync: fork failed in do_recv: Cannot allocate memory (12) rsync error: error in

Re: Rsync / Cygwin : Cannot Allocate Memory

2006-03-24 Thread Rick Romero
Wayne Davison wrote: On Fri, Mar 24, 2006 at 08:20:18AM -0600, Rick Romero wrote: rsync: fork failed in do_recv: Cannot allocate memory (12) This error is happening on the receiving side, and you seem to have only mentioned the OS and memory for the sending system (I assume -- you

Re: Rsync / Cygwin : Cannot Allocate Memory

2006-03-24 Thread Rick Romero
Rick Romero wrote: Wayne Davison wrote: On Fri, Mar 24, 2006 at 08:20:18AM -0600, Rick Romero wrote: rsync: fork failed in do_recv: Cannot allocate memory (12) This error is happening on the receiving side, and you seem to have only mentioned the OS and memory for the sending system