Backups

I'm using duplicity for backups. I'm trying to back up every single machine to milkweed, an old box with a lot of disk. So far so good.

Adding a Box

Restoring A Full System With Duplicity

KEY=/root/for_dev1_restore
FROM=dev2
TO=dev1

duplicity restore -v4 \
    --no-encryption \
    --numeric-owner \
    --scp-command "scp -i $KEY" \
    --sftp-command "sftp -o IdentityFile=$KEY" \
    --force \
    scp://$FROM@milkweed//home/backups/$FROM/duplicity \
    /mnt/$TO

Restoring a Bare-Metal Backup to Xen

Restoring a Single User's Home Dir With Duplicity

duplicity restore scp://edison2@milkweed/duplicity /home/webusrs/jdoe0001 -v4 --file-to-restore home/webusrs/jdoe0001 --no-encryption -t 2009-01-22T12:00:00-08:00 | tee restore.out

When do they do their thing?

Machine

Time

Should Be

Prngrab

11:30

11:30

C3po

11:30

11:45

Edison1

12:00

12:00

Tintin1

12:00

12:15

Tintin2

12:00

12:30

Zephir1

12:10

12:45

Dev

12:45

1:00

Edison2

1:00

1:15

Babar

1:00

1:30

Syldavia

1:15

1:45

Celeste

1:35

2:00

Arthur1

1:43

2:15

Arthur2

1:43

2:30

Marlinsp

2:00

2:45

Milkweed

????

3:00

Backups (last edited 2009-10-09 16:02:52 by dmartin)