Skip to content

Commit

Permalink
Nits.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Aug 14, 2019
1 parent b71f424 commit e8a3a1e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
23 changes: 17 additions & 6 deletions doc/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ This can help you understand what is happening.
Delete
------

Delete an archive currently contained in the repository.
Delete an archive currently contained in the repository::

> emborg delete continuum-2018-12-05T19:23:09


.. _diff:
Expand Down Expand Up @@ -157,10 +159,10 @@ You extract a file or directory from an archive using::
emborg extract home/ken/bin

Use manifest to determine what path you should specify to identify the desired
file or directory (they will paths relative to /). Thus, the paths should look
like absolute paths with the leading slash removed. The paths may point to
directories, in which case the entire directory is extracted. It may also be
a glob pattern.
file or directory. You can specify more than one path. They will be paths that
are relative to /, thus the paths should look like absolute paths with the
leading slash removed. The paths may point to directories, in which case the
entire directory is extracted. It may also be a glob pattern.

If you do not specify an archive or date, the most recent archive is used. You
can extract the version of a file or directory that existed on a particular date
Expand Down Expand Up @@ -240,6 +242,10 @@ Log

Show the logfile from the previous run.

::

emborg log


.. _manifest:

Expand Down Expand Up @@ -274,7 +280,7 @@ would a normal read-only filesystem.

emborg mount backups

In this example, backups acts as a mount point. If it exists, it must be
In this example, *backups* acts as a mount point. If it exists, it must be
a directory. If it does not exist, it is created.

If you do not specify an archive, as above, all archives are mounted.
Expand Down Expand Up @@ -310,6 +316,11 @@ Settings
--------

This command displays all the settings that affect a backup configuration.

::

emborg settings

Add '-a' option to list out all available settings and their descriptions rather
than the specified settings and their values.

Expand Down
4 changes: 2 additions & 2 deletions doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ key. Thus, to restore your files you will need both the key and the passphrase.
With *repokey* your key is copied to the repository, so it can be used with
trusted repositories. Use *keyfile* if the remote repository is not trusted. It
does not copy the key to the repository, meaning that it is extremely important
for you export the key using 'borg key export' and keep a copy along with the
passphrase.
for you export the key using 'borg key export' and keep a copy in a safe place
along with the passphrase.


**passphrase**
Expand Down
2 changes: 1 addition & 1 deletion doc/utilities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pass before an archive is considered overdue.
*repositories* can also be specified as multi-line string::

repositories = """
HOST | NAME or PATH | MAINTAINER | MAXIMUM AGE (hours)
# HOST | NAME or PATH | MAINTAINER | MAXIMUM AGE (hours)
mercury (/) | mercury-root-root | |
venus (/) | venus-root-root | |
earth (/) | earth-root-root | |
Expand Down

0 comments on commit e8a3a1e

Please sign in to comment.