summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawncBlzaDI248OZGjKQMXrLVQIx4XrZrzFo <Perttu@web>2012-07-06 08:10:00 +0000
committerGravatar admin <admin@branchable.com>2012-07-06 08:10:00 +0000
commit4104785bcbc26ebc8976fb4c44246f3539a067d9 (patch)
tree7509c05eea3956363455809af45aff1caff957d1
parentc944f50fc103107fb1082355dc804fb3255fe9a9 (diff)
-rw-r--r--doc/forum/Wishlist:_mark_remotes_offline.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/Wishlist:_mark_remotes_offline.mdwn b/doc/forum/Wishlist:_mark_remotes_offline.mdwn
new file mode 100644
index 000000000..046c62210
--- /dev/null
+++ b/doc/forum/Wishlist:_mark_remotes_offline.mdwn
@@ -0,0 +1,12 @@
+I have several remotes which are not always accessible. For example they can
+be on hosts only accessible by LAN or on a portable hard drive which is not
+plugged in. When running sync these remotes are checked as well, leading to
+unnecessary error messages and possibly git-annex waiting for a few minutes
+on each remote for a timeout.
+
+In this situation it would be useful to mark some remotes as offline
+(`git annex offline <remotename>`), so that git-annex would not even attempt
+to contact them. Then, I could configure my system to automatically, for example,
+mark a portable hard disk remote online when plugging it in, and offline when
+unplugging it, and similarly marking remotes offline and online depending on
+whether I have an internet connection or a connection to a specific network.