瀏覽代碼

ran build_usage

Thomas Waldmann 8 年之前
父節點
當前提交
e19537ff6f
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      docs/usage/mount.rst.inc

+ 7 - 0
docs/usage/mount.rst.inc

@@ -61,3 +61,10 @@ The BORG_MOUNT_DATA_CACHE_ENTRIES environment variable is meant for advanced use
 to tweak the performance. It sets the number of cached data chunks; additional
 memory usage can be up to ~8 MiB times this number. The default is the number
 of CPU cores.
+
+When the daemonized process receives a signal or crashes, it does not unmount.
+Unmounting in these cases could cause an active rsync or similar process
+to unintentionally delete data.
+
+When running in the foreground ^C/SIGINT unmounts cleanly, but other
+signals or crashes do not.