[plug] backups
Peter F Bradshaw
pfb at exadios.com
Fri Apr 21 11:53:21 WST 2006
Hi Bill;
On Fri, 21 Apr 2006, W.Kenworthy wrote:
> Whats a good way to do a whole disk backup ready for a partial restore
> (hunt and pick). My thoughts are to scp / down a pipe into a tar.bz2 on
> a server with room. Or alternatively, dd it into a compressed loop
> mounted file (how to create such a beast?). This might be more
> convenient.
For my regular backups I run a script which uses constructs like:
tar -cvpf - -X backup.exclude / | nice bzip2 -cv | ssh backup-machine " cat > full-system.backup.tar.bz2"
This script runs in a "signed enviroment" (see ssh-agent, ssh-add) but
that's not necessary if you do not mind typing the pass phase every time
ssh is run.
>
> My laptop is dying looks like being replaced, and rather than the
> config/work area backups I am running with on a day to day basis, I am
> looking to do a full one 'just in case' I have missed something
> important.
>
> BillK
>
Cheers
--
Peter F Bradshaw, http://www.exadios.com, ICQ 75431157 (exadios).
Public key at www.exadios.com/pfb.pgp.key and www.exadios.com/pfb.gpg.key
Personal site: http://personal.exadios.com.
"I love truth, and the way the government still uses it occasionally to
keep us guessing." - Sam Kekovich.
More information about the plug
mailing list