Re: backup compress on the fly
From: Alvin Oga (aoga_at_mail.Linux-Consulting.com)
Date: 09/30/05
- Previous message: Matt Price: "Re: GRUB woes (install to hde)"
- In reply to: Joe Mc Cool: "backup compress on the fly"
- Next in thread: Mike McCarty: "Re: backup compress on the fly"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Sep 2005 07:03:16 -0700 (PDT) To: Joe Mc Cool <joe@benburb.demon.co.uk>
On Fri, 30 Sep 2005, Joe Mc Cool wrote:
> my ancient, but reliable, backup script is essentially:
>
> find /my_dir | cpio -ov > /dev/st0
find /my_dir \( -type f -o -type l \) | tar zcvf /dev/st0 -T -
- grep out stuff you don't want before tar
> I also need to know how to restore.
cd /
tar zxvfp /dev/st0
c ya
alvin
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Matt Price: "Re: GRUB woes (install to hde)"
- In reply to: Joe Mc Cool: "backup compress on the fly"
- Next in thread: Mike McCarty: "Re: backup compress on the fly"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|