diff options
author | Tafnzart <Tafnzart@web> | 2016-10-07 19:34:17 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-10-07 19:34:17 +0000 |
commit | 58808c9a7c474018ad2d83a19cfb67ad59860983 (patch) | |
tree | 1b61c6cac12bfe5bbee8dd616ad1c1669f696806 | |
parent | ffd94bd07681c7c55ab42edff6f86a153a297234 (diff) |
-rw-r--r-- | doc/forum/bup_backups_to_amazon_cloud_drive.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/bup_backups_to_amazon_cloud_drive.mdwn b/doc/forum/bup_backups_to_amazon_cloud_drive.mdwn new file mode 100644 index 000000000..04b0b6fe9 --- /dev/null +++ b/doc/forum/bup_backups_to_amazon_cloud_drive.mdwn @@ -0,0 +1,12 @@ +I have the following setup: + +1. Removable hard drive (truecrypt) +2. Removable hard drive (truecrypt) +3. Amazon Cloud drive + +I usually use bup to make backups to (1) and (2) but now I would like to add (3). I would like to take advantage of git annex to sync/pull my backups easily, however git-annex doesn't like git inside git for some reason. Git annex give me the following features: + +1. Encryption using gnupg +2. Pulling a backup is easy from remote then I run bup on the pulled backup. + +Any suggestion on how to accomplish this? |