aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanine Reimann <JReimann@git.local>2022-01-12 14:26:34 +0100
committerJanine Reimann <JReimann@git.local>2022-01-12 14:26:34 +0100
commit6111f38f478a6a284936b6bbc93e10fa3f43bbab (patch)
treea8219b4e6ff83d661906944d3304d57d267f55a3
parent7cf640070b7bf82842a23bf27bc633b782f53ec3 (diff)
downloadbitpocket-master.tar.gz
bitpocket-master.tar.bz2
bitpocket-master.zip
Copy section about checking mount points as failsafes from upstream READMEHEADmaster
-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