Re: Backup scheme

2004-01-22 Thread Kevin Old
Ned, Here's a great script I use that is written in Perl. Might be a good starting point or might save you a ton of work. http://freshmeat.net/redir/ibackup/44196/url_homepage/ibackup HTH, Kevin On Thu, 2004-01-22 at 12:18, Ned Cunningham wrote: > Hi, > > I have a script that runs and zips a

Backup scheme

2004-01-22 Thread Ned Cunningham
Hi, I have a script that runs and zips a file, then copies it to another directory on another system. It also goes through and renames each file so that it keeps 14 files. The script I am using is just using system renames and I would like to truly do this in Perl. So I have started new. Here