-- Leo's gemini proxy

-- Connecting to republic.circumlunar.space:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

Restoring a backup with Duplicity


See the last post for how I back up my important files to a remote server. To restore them I do this:


duplicity --file-to-restore path/to/file.txt
   scp://user@example.com//home/example/bkp/home/andy/Maildir file.txt

and enter the passphrase when prompted.


Note that I can restore this backup even if I lose my entire home hard drive because it doesn't rely on any key file - just my passphrase. This is less secure than using a private key file, but where do you back up your key file to? You know it will be lost when you need it ... safer just to write down your passphrase somewhere, I reckon.


Originally posted at 2007-05-02 22:38:00+00:00. Automatically generated from the original post : apologies for the errors introduced.


original post

-- Response ended

-- Page fetched on Sun May 19 04:23:00 2024