diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnAvbXOnK57sqgvZvxkbG74NUKBDwKDcuk <Tim@web> | 2013-06-27 13:14:43 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-06-27 13:14:43 +0000 |
commit | 08cca2a3ccb6ec86f87f804d74530cce09f80c12 (patch) | |
tree | e66b9253525f3029b5ebbb8c43f468750c821b4e | |
parent | 88e6ed49bbb0792cb4eaf925852734182f159138 (diff) |
Added a comment: Backups
-rw-r--r-- | doc/design/assistant/blog/day_288__success_stories/comment_8_72be9307e75eb120451f3d6ab7c8165e._comment | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_288__success_stories/comment_8_72be9307e75eb120451f3d6ab7c8165e._comment b/doc/design/assistant/blog/day_288__success_stories/comment_8_72be9307e75eb120451f3d6ab7c8165e._comment new file mode 100644 index 000000000..ab482d179 --- /dev/null +++ b/doc/design/assistant/blog/day_288__success_stories/comment_8_72be9307e75eb120451f3d6ab7c8165e._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnAvbXOnK57sqgvZvxkbG74NUKBDwKDcuk" + nickname="Tim" + subject="Backups" + date="2013-06-27T13:14:43Z" + content=""" +We use rsync and tar to backup to a server on the local network, and since we discoverd git-annex, we use this mechanism to automatically put all this data in both a local bup repo and a remote one. This gives us a daily full backup, with history available, both locally and off-site. Thanks to bup our 4T of data gets deduplicated to about 270G, only a couple of megs get transferred every night, and thanks to git-annex everything just works, like it should! +"""]] |