Re: Looking for a Backup Program
"Slainte" <[email protected]>
| Newsgroups | gmane.linux.gentoo.newbies |
|---|---|
| Organization | The Beer Centre |
| Message-ID | <002901c25ade$40f25ca0$020a0a0a@ChuckyHQ> |
I like Amanda. There are a number of scripts you can run yourself, but I find very effective because it is a wrapper for standard dumps. Any questions drop me a note. Cian ----- Original Message ----- From: "Peter Ruskin" <[email protected]> To: <[email protected]> Sent: Thursday, September 12, 2002 11:25 PM Subject: Re: [gentoo-newbies] Looking for a Backup Program > On Friday 13 Sep 2002 02:42, Kent Jantz wrote: > > I'm looking for a backup program that will do repeatable schedlued > > backups, doesn't have to be to fancy. I looked at Rdiff but I don't > > know if it's repeatable. > > > > Kent > > > tar? > > for example /etc/cron.daily/backup-peter1: > > #!/bin/bash > echo "Job started at $(date)." > echo > # Backup jobs for cron.daily... > downloadfrom="/home/peter/" > downloadto="/bak/daily/" > stub="gentoo1.4-peter-" > dirs=".kde3 OpenOffice.org1.0 Mail win" > for dir in $dirs; do > echo "Deleting stale $(date +%A) backups of $dir ..." > echo > rm -f $downloadto$(date +%a)-$stub$dir-2* > done > cd $downloadfrom > for dir in $dirs; do > echo > echo "Backing up $downloadfrom$dir to $downloadto ..." > echo "Job started at $(date)." > echo " Please be patient." > tar zcvf $downloadto$(date +%a)-$stub$dir-$(date +%Y-%m-%d-%H%M).tar.gz > $dir > done > echo > echo "All finished at $(date)." > > -- > Gentoo Linux (portage-2.0.36). KDE: 3.0.3 Qt: 3.0.5 > AMD Athlon(tm) XP 1600+ 512MB. Kernel: 2.4.19-win4lin. GCC 3.2 > Linux user #275590 (http://counter.li.org/). up 51 min. > #=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=# > > _______________________________________________ > gentoo-newbies mailing list > [email protected] > http://lists.gentoo.org/mailman/listinfo/gentoo-newbies