浏览代码

Merge pull request #2110 from ThomasWaldmann/release-1.0.10rc1

release 1.0.10rc1
TW 8 年之前
父节点
当前提交
d23dbb47ba
共有 3 个文件被更改,包括 16 次插入5 次删除
  1. 6 2
      docs/usage/create.rst.inc
  2. 8 1
      docs/usage/mount.rst.inc
  3. 2 2
      docs/usage/upgrade.rst.inc

+ 6 - 2
docs/usage/create.rst.inc

@@ -84,8 +84,12 @@ Description
 ~~~~~~~~~~~
 ~~~~~~~~~~~
 
 
 This command creates a backup archive containing all files found while recursively
 This command creates a backup archive containing all files found while recursively
-traversing all paths specified. The archive will consume almost no disk space for
-files or parts of files that have already been stored in other archives.
+traversing all paths specified. When giving '-' as path, borg will read data
+from standard input and create a file 'stdin' in the created archive from that
+data.
+
+The archive will consume almost no disk space for files or parts of files that
+have already been stored in other archives.
 
 
 The archive name needs to be unique. It must not end in '.checkpoint' or
 The archive name needs to be unique. It must not end in '.checkpoint' or
 '.checkpoint.N' (with N being a number), because these names are used for
 '.checkpoint.N' (with N being a number), because these names are used for

+ 8 - 1
docs/usage/mount.rst.inc

@@ -11,7 +11,7 @@ borg mount
                       [--remote-path PATH] [-f] [-o OPTIONS]
                       [--remote-path PATH] [-f] [-o OPTIONS]
                       REPOSITORY_OR_ARCHIVE MOUNTPOINT
                       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:
     positional arguments:
       REPOSITORY_OR_ARCHIVE
       REPOSITORY_OR_ARCHIVE
@@ -54,3 +54,10 @@ supported by borg:
 - allow_damaged_files: by default damaged files (where missing chunks were
 - allow_damaged_files: by default damaged files (where missing chunks were
   replaced with runs of zeros by borg check --repair) are not readable and
   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.
   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.

+ 2 - 2
docs/usage/upgrade.rst.inc

@@ -46,7 +46,7 @@ Description
 Upgrade an existing Borg repository.
 Upgrade an existing Borg repository.
 
 
 Borg 1.x.y upgrades
 Borg 1.x.y upgrades
--------------------
++++++++++++++++++++
 
 
 Use ``borg upgrade --tam REPO`` to require manifest authentication
 Use ``borg upgrade --tam REPO`` to require manifest authentication
 introduced with Borg 1.0.9 to address security issues. This means
 introduced with Borg 1.0.9 to address security issues. This means
@@ -68,7 +68,7 @@ https://borgbackup.readthedocs.io/en/stable/changes.html#pre-1-0-9-manifest-spoo
 for details.
 for details.
 
 
 Attic and Borg 0.xx to Borg 1.x
 Attic and Borg 0.xx to Borg 1.x
--------------------------------
++++++++++++++++++++++++++++++++
 
 
 This currently supports converting an Attic repository to Borg and also
 This currently supports converting an Attic repository to Borg and also
 helps with converting Borg 0.xx to 1.0.
 helps with converting Borg 0.xx to 1.0.