duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] Question about Using the Encrypt and Sign Keys


From: Charles Knowlton
Subject: Re: [Duplicity-talk] Question about Using the Encrypt and Sign Keys
Date: Tue, 24 Apr 2007 15:53:07 -0500

That will work with what I am trying to do. The only downside to it is when I do the full backup it is going to take awhile to upload to my off- site backup server
as I am on DSL and only have 512KB up but after that it won't be so bad.

Thank Yall for all your help!!
Regards,
Charles Knowltn


On Apr 24, 2007, at 3:45 PM, Kenneth Loafman wrote:

Gabriel Ambuehl wrote:
On Tuesday 24 April 2007 21:37:37 Charles Knowlton wrote:
But if my Keys that I use
to Sign and Encrypt are on my Home Unix Box then if a hacker broke
into my VPS Server they wouldn't be able to mess with my backups.  I
send my backups to an off-site backup server and then after that is
done I use my SFTP Program on my Home Unix Box to download the
backups from the off-site backup server.  I hope this clears up what
I am trying to do.

I think you could rsync the VPS to your machine and backup the rsynced mirror? (Tho I'm not entirely sure if that's what you want...)

That would work, and give you complete control over your passphrases, at
least until someone hacks your home system (always a downside).

$ rsync -az -e ssh --delete <vps_system:/foo> /foo
$ duplicity <opts> /foo scp://<your backup site>

All done from home.

...Ken


_______________________________________________
Duplicity-talk mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/duplicity-talk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]