On Dienstag, 6. Mai 2008, David wrote:
>  Hi,
>
>    I was thinking on making regular backup of my gentoo partition. I'm not
>  interested in incremental backups, just a mirror image of the root
>  filesystem. I've prepared some scripts using dd for the first copy and
>  rsync to keep it updated. How do you make your backups?
>  Any improvements?.
>
>  Thanks in advance


tar -c -b 128 / --exclude=/proc --exclude=/dev --exclude=/sys | mbuffer -m 
800M -p 95 -s 65536 -D 32G -A "mtx -f /dev/sg2 next" -f -o /dev/st0
-- 
gentoo-user@lists.gentoo.org mailing list

Reply via email to