Re: rdup
Miek Gieben <[email protected]> Thu, 29 Dec 2005 15:03:11 +0100
| Newsgroups | gmane.comp.sysutils.backup.hdup.general |
|---|---|
| Message-ID | <[email protected]> |
--===============2139622831==
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="U3s59FfKcByyGl+j"
Content-Disposition: inline
--U3s59FfKcByyGl+j
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
[On 28 Dec, @13:55, Miek Gieben wrote in "[hdup-user] rdup ..."]
> [this is my last post about rdup to this list]
okay, this is gonna be the last one then :-)
hdup in rdup:=20
Note:
hdup uses the monthly/weekly/daily scheme, in rdup you only have full and
incremental dumps.
Full dump:
rm -f home-filelist
./rdup home-filelist /home | awk '{ print $4$5$6 }' | tar --create \
--no-recursion --gzip --file `hostname`.`date +%Y-%m-%d`.null.tar.gz \
--files-from -
This generates (at my machine):
elektron.2005-12-29.null.tar.gz
encryption:
mcrypt -k 'secret' -a blowfish --mode stream \
`hostname`.`date +%Y-%m-%d`.null.tar.gz
Note, that also in hdup this is a two step process, first the
tar is created, then it is encrypted.
Next it can be stored on a remote machine.
Incremental dumps look exactly the same and are actually better implemented
this way, because tar's incremental algorithm is taken out of the loop. That
"bug" in tar has given me headaches for a number of years now...
--
grtz,
- Miek
http://www.miek.nl http://www.nlnetlabs.nl
PGP Key ID: 3880 D0F6
fingerprint: 6A3C F450 6D4E 7C6B C23C F982 258B 85CF 3880 D0F6
--U3s59FfKcByyGl+j
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDs+yfJYuFzziA0PYRAtpBAJ488efOIu/UQ+rwNHw26IWx2TLxqACdF4nK
mmnSN5OJvUCsf5zEMTbsQ1o=
=ZOPA
-----END PGP SIGNATURE-----
--U3s59FfKcByyGl+j--
--===============2139622831==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
hdup-user mailing list
[email protected]
http://atoom.net/cgi-bin/mailman/listinfo/hdup-user
--===============2139622831==--