Re: In House Incremental Backup System - bash script

2006-08-26 Thread Andreas Rippl
On Fri, Aug 25, 2006 at 11:29:55AM +0200, Gilles Mocellin wrote: > Le vendredi 25 août 2006 10:50, Hagakure a écrit : > > Hi, > > > > I've got to upgrade our backup system (bash script) that currently uses > > rsync to backup two sites to a storage server. > > > > Currently rsync is used to do an i

Re: In House Incremental Backup System - bash script

2006-08-25 Thread CJ van den Berg
On Fri, Aug 25, 2006 at 09:50:53AM +0100, Hagakure wrote: > Hi, > > I've got to upgrade our backup system (bash script) that currently uses > rsync to backup two sites to a storage server. > > Currently rsync is used to do an incremental copy of the data and then > we archive it using tar. Unfort

Re: In House Incremental Backup System - bash script

2006-08-25 Thread Gilles Mocellin
Le vendredi 25 août 2006 10:50, Hagakure a écrit : > Hi, > > I've got to upgrade our backup system (bash script) that currently uses > rsync to backup two sites to a storage server. > > Currently rsync is used to do an incremental copy of the data and then > we archive it using tar. Unfortunately,

In House Incremental Backup System - bash script

2006-08-25 Thread Hagakure
Hi, I've got to upgrade our backup system (bash script) that currently uses rsync to backup two sites to a storage server. Currently rsync is used to do an incremental copy of the data and then we archive it using tar. Unfortunately, the archives are now taking up a huge amount of hdd space. Wha