aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar ericm <ericm@web>2018-01-30 08:26:08 +0000
committerGravatar admin <admin@branchable.com>2018-01-30 08:26:08 +0000
commitb39a4e4881589b99ba82542a96914b6f9f39d939 (patch)
tree74da710c5d64076d83bd1cb46a6a9ac6d29fe8d3
parent029f42ff8fa2e67df15edbec18aa4138484202ce (diff)
-rw-r--r--doc/forum/offsite_repo.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/offsite_repo.mdwn b/doc/forum/offsite_repo.mdwn
new file mode 100644
index 000000000..0b950a95e
--- /dev/null
+++ b/doc/forum/offsite_repo.mdwn
@@ -0,0 +1,8 @@
+Hi there,
+
+Let's say I have a Pictures repo in my laptop. I want to have a local copy in an external backup drive and an offsite copy in google-drive. I set numcopies to 3. Is it possible to require that files in a repository have a copy in an offsite repo e.g. a google-drive special remote? So that when I run e.g. git annex fsck, I will be reminded that some local files are not yet backed up in an offsite repo. Probably via .git/config, I can declare a remote repo as an "offsite" repo. Something like:
+
+ remote.repo_name.offsite = true
+
+
+Eric