From 6111f38f478a6a284936b6bbc93e10fa3f43bbab Mon Sep 17 00:00:00 2001 From: Janine Reimann Date: Wed, 12 Jan 2022 14:26:34 +0100 Subject: Copy section about checking mount points as failsafes from upstream README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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/ -- cgit v1.2.3