|
@@ -11,7 +11,7 @@ borg mount
|
|
|
[--remote-path PATH] [-f] [-o OPTIONS]
|
|
|
REPOSITORY_OR_ARCHIVE MOUNTPOINT
|
|
|
|
|
|
- Mount archive or an entire repository as a FUSE fileystem
|
|
|
+ Mount archive or an entire repository as a FUSE filesystem
|
|
|
|
|
|
positional arguments:
|
|
|
REPOSITORY_OR_ARCHIVE
|
|
@@ -54,3 +54,10 @@ supported by borg:
|
|
|
- allow_damaged_files: by default damaged files (where missing chunks were
|
|
|
replaced with runs of zeros by borg check --repair) are not readable and
|
|
|
return EIO (I/O error). Set this option to read such files.
|
|
|
+
|
|
|
+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.
|