aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index baf66eb..b827db1 100644
--- a/README.md
+++ b/README.md
@@ -252,6 +252,17 @@ You can show tray icon during long sync with
SLOW_SYNC_STOP_CMD='kill `cat .bitpocket/traytor.pid`'
+### Failsafes
+
+You can add a remote mount point check to ensure a remote path is available
+prior to the sync running. If the folder is not mounted on the remote server,
+then the sync will be aborted. The path must be an absolute path which is
+expected to be a mountpoint on the remote server. Add or change this lines in
+your _.bitpocket/config_ file:
+
+ # REMOTE_MOUNTPOINT=/
+
+
## Authors
* Marcin Kulik | @sickill | https://github.com/sickill | http://ku1ik.com/

© 2014-2024 Faster IT GmbH | imprint | privacy policy