]> git.proxmox.com Git - proxmox-backup.git/commitdiff
docs: typo fixups
authorOguz Bektas <o.bektas@proxmox.com>
Wed, 7 Oct 2020 12:03:48 +0000 (14:03 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Oct 2020 12:09:41 +0000 (14:09 +0200)
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
docs/backup-client.rst
docs/calendarevents.rst
docs/command-syntax.rst
docs/epilog.rst
docs/faq.rst
docs/gui.rst
docs/installation.rst
docs/introduction.rst
docs/local-zfs.rst
docs/managing-remotes.rst
docs/storage.rst

index 97a08ed4a33d9e87ae96cfc69d4324caceefdf2d..946f38033150817f377e082b5740e73fb3501ec5 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
 
@@ -431,7 +431,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 +447,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:
 
@@ -669,7 +669,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
 ------------
index 7ec7da21a941f98f5530b4fd5f586e5e1613ec64..6f60ed18f1ee6d40b16ee318a551199572393fd5 100644 (file)
@@ -13,7 +13,7 @@ by the systemd Time and Date Specification (see `systemd.time manpage`_)
 called `calendar events` for its schedules.
 
 `Calendar events` are expressions to specify one or more points in time.
-They are mostly compatible with systemds calendar events.
+They are mostly compatible with systemd's calendar events.
 
 The general format is as follows:
 
@@ -27,7 +27,7 @@ If the weekday or date part is omitted, all (week)days are included.
 If the time part is omitted, the time 00:00:00 is implied.
 (e.g. '2020-01-01' refers to '2020-01-01 00:00:00')
 
-Weekdays are specified with the abbreviated english version:
+Weekdays are specified with the abbreviated English version:
 `mon, tue, wed, thu, fri, sat, sun`.
 
 Each field can contain multiple values in the following formats:
@@ -48,7 +48,7 @@ Value                              Syntax
 `daily`                            `*-*-* 00:00:00`
 `weekly`                           `mon *-*-* 00:00:00`
 `monthly`                          `*-*-01 00:00:00`
-`yearly` or `annualy`              `*-01-01 00:00:00`
+`yearly` or `annually`              `*-01-01 00:00:00`
 `quarterly`                        `*-01,04,07,10-01 00:00:00`
 `semiannually` or `semi-annually`  `*-01,07-01 00:00:00`
 =================================  ==============================
@@ -80,7 +80,7 @@ Differences to systemd
 
 Not all features of systemd calendar events are implemented:
 
-* no unix timestamps (e.g. `@12345`): instead use date and time to specify
+* no Unix timestamps (e.g. `@12345`): instead use date and time to specify
   a specific point in time
 * no timezone: all schedules use the set timezone on the server
 * no sub-second resolution
index d83d5fb0877994e243964c183671afb9efc2301a..b3c25d73d2f551811c71d8ec069444a163f1d7c0 100644 (file)
@@ -10,7 +10,7 @@ Command Syntax
 Catalog Shell Commands
 ~~~~~~~~~~~~~~~~~~~~~~
 
-Those command are available when you start an intercative restore shell:
+Those command are available when you start an interactive restore shell:
 
 .. code-block:: console
 
index 63620dfc92c9c3a4cdc9f2b0915ca8b7c39d07d9..644d5df24fe3c31c25fc9214f73b9b45c50b2a58 100644 (file)
@@ -1,6 +1,6 @@
 .. Epilog (included at top of each file)
    
-   We use this file to define external links and commone replacement
+   We use this file to define external links and common replacement
    patterns.
 
 .. |VERSION| replace:: 1.0
index 2180097eb76f15bf902500ce9059aa2c657f0e93..d94bfa4bf5beae4118c8017b8c1ab1a943ce6fb4 100644 (file)
@@ -34,7 +34,7 @@ How long will my Proxmox Backup Server version be supported?
 Can I copy or synchronize my datastore to another location?
 -----------------------------------------------------------
 
-Proxmox Backup Server allows you to copy or synchroize datastores to other
+Proxmox Backup Server allows you to copy or synchronize datastores to other
 locations, through the use of *Remotes* and *Sync Jobs*. *Remote* is the term
 given to a separate server, which has a datastore that can be synced to a local store.
 A *Sync Job* is the process which is used to pull the contents of a datastore from
index 8addff4e51b69a54ed87a571bfd734a636d9b534..2c8570596f3d81005d7447959da512bb24228e0b 100644 (file)
@@ -33,7 +33,7 @@ Login
   :alt: PBS login window
 
 When you connect to the web interface, you will first see the login window.
-Proxmox Backup Server supports various languages and authentication backends
+Proxmox Backup Server supports various languages and authentication back ends
 (*Realms*), both of which can be selected here.
 
 .. note:: For convenience, you can save the username on the client side, by
index 879db89857743e6ddbad4f8c8ffe1c18e5efc993..731aadf8dda111506de576ac52ac8c1dfd71ba30 100644 (file)
@@ -84,7 +84,7 @@ support, and a set of common and useful packages.
   when LVM_ or ZFS_ is used. The network configuration is completely up to you
   as well.
 
-.. note:: You can access the webinterface of the Proxmox Backup Server with
+.. note:: You can access the web interface of the Proxmox Backup Server with
   your web browser, using HTTPS on port 8007. For example at
  ``https://<ip-or-dns-name>:8007``
 
@@ -105,7 +105,7 @@ After configuring the
    still access the backups.
 
 .. note::
-  You can access the webinterface of the Proxmox Backup Server with your web
+  You can access the web interface of the Proxmox Backup Server with your web
   browser, using HTTPS on port 8007. For example at ``https://<ip-or-dns-name>:8007``
 
 Client installation
index e2953134c22a29af64a6b0a12d0a832a59c6f461..b0eccd023e5db39c703ad26e62991149eea9a509 100644 (file)
@@ -104,7 +104,7 @@ Software Stack
 
 Proxmox Backup Server consists of multiple components:
 
-* A server-daemon providing, among other things, a RESTfull API, super-fast
+* A server-daemon providing, among other things, a RESTful API, super-fast
   asynchronous tasks, lightweight usage statistic collection, scheduling
   events, strict separation of privileged and unprivileged execution
   environments
index a9e1aec3b4cc5c055812f0b4d88c55a640deb90b..f36aefe8fe45633ce32ba701593f9590b6f489f2 100644 (file)
@@ -220,7 +220,7 @@ and you can install it using `apt-get`:
   # apt-get install zfs-zed
 
 To activate the daemon it is necessary to edit `/etc/zfs/zed.d/zed.rc` with your
-favourite editor, and uncomment the `ZED_EMAIL_ADDR` setting:
+favorite editor, and uncomment the `ZED_EMAIL_ADDR` setting:
 
 .. code-block:: console
 
@@ -262,7 +262,7 @@ to an external Storage.
 
 We strongly recommend to use enough memory, so that you normally do not
 run into low memory situations. Should you need or want to add swap, it is
-preferred to create a partition on a physical disk and use it as swapdevice.
+preferred to create a partition on a physical disk and use it as swap device.
 You can leave some space free for this purpose in the advanced options of the
 installer. Additionally, you can lower the `swappiness` value. 
 A good value for servers is 10:
index 4b95643254526a4ef0ba02ef61596f7091c0e904..e8495db18a9f953f63a541919de14fba2070c7b5 100644 (file)
@@ -17,7 +17,7 @@ configuration information for remotes is stored in the file
   :align: right
   :alt: Add a remote
 
-To add a remote, you need its hostname or ip, a userid and password on the
+To add a remote, you need its hostname or IP, a userid and password on the
 remote, and its certificate fingerprint. To get the fingerprint, use the
 ``proxmox-backup-manager cert info`` command on the remote, or navigate to
 **Dashboard** in the remote's web interface and select **Show Fingerprint**.
index 3eb505a78233eed8b27494bb9d0098f53b69327e..8541237b423c265b946cac39b33c8c4a4ed71ef6 100644 (file)
@@ -89,7 +89,7 @@ display S.M.A.R.T. attributes from the web interface or by using the command:
 -----------------
 
 A datastore refers to a location at which backups are stored. The current
-implementation uses a directory inside a standard unix file system (``ext4``,
+implementation uses a directory inside a standard Unix file system (``ext4``,
 ``xfs`` or ``zfs``) to store the backup data.
 
 Datastores are identified by a simple *ID*. You can configure this