]> git.proxmox.com Git - proxmox-backup.git/blobdiff - docs/backup-client.rst
implement subscription handling and api
[proxmox-backup.git] / docs / backup-client.rst
index afa56fd8f77c50ebedcd1da41b43fd3ce9878fdd..7270a37e913487103b2aa466fb12d5169c47e84b 100644 (file)
@@ -12,7 +12,7 @@ on the backup server.
 
   [[username@]server[:port]:]datastore
 
-The default value for ``username`` ist ``root@pam``.  If no server is specified,
+The default value for ``username`` is ``root@pam``.  If no server is specified,
 the default is the local host (``localhost``).
 
 You can specify a port if your backup server is only reachable on a different
@@ -138,7 +138,7 @@ After this you can execute all commands without specifying the ``--repository``
 option.
 
 One single backup is allowed to contain more than one archive. For example, if
-you want to backup two disks mounted at ``/mmt/disk1`` and ``/mnt/disk2``:
+you want to backup two disks mounted at ``/mnt/disk1`` and ``/mnt/disk2``:
 
 .. code-block:: console
 
@@ -246,6 +246,8 @@ Restoring this backup will result in:
     .  ..  file2
 
 
+.. _encryption:
+
 Encryption
 ----------
 
@@ -361,7 +363,7 @@ To set up a master key:
 .. warning:: Without their key, backed up files will be inaccessible. Thus, you should
   keep keys ordered and in a place that is separate from the contents being
   backed up. It can happen, for example, that you back up an entire system, using
-  a key on that system. If the system then becomes inaccessable for any reason
+  a key on that system. If the system then becomes inaccessible for any reason
   and needs to be restored, this will not be possible as the encryption key will be
   lost along with the broken system. In preparation for the worst case scenario,
   you should consider keeping a paper copy of this key locked away in
@@ -431,7 +433,7 @@ to use the interactive recovery shell.
   bin        boot       dev        etc        home       lib        lib32
   ...
 
-The interactive recovery shell is a minimalistic command line interface that
+The interactive recovery shell is a minimal command line interface that
 utilizes the metadata stored in the catalog to quickly list, navigate and
 search files in a file archive.
 To restore files, you can select them individually or match them with a glob
@@ -447,7 +449,7 @@ working directory and list directory contents in the archive.
 ``pwd`` shows the full path of the current working directory with respect to the
 archive root.
 
-Being able to quickly search the contents of the archive is a commmonly needed feature.
+Being able to quickly search the contents of the archive is a commonly needed feature.
 That's where the catalog is most valuable.
 For example:
 
@@ -533,7 +535,7 @@ To remove the ticket, issue a logout:
   # proxmox-backup-client logout
 
 
-.. _pruning:
+.. _backup-pruning:
 
 Pruning and Removing Backups
 ----------------------------
@@ -669,7 +671,7 @@ unused data blocks are removed.
   TASK OK
 
 
-.. todo:: howto run garbage-collection at regular intervalls (cron)
+.. todo:: howto run garbage-collection at regular intervals (cron)
 
 Benchmarking
 ------------