mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-22 14:49:03 -04:00
ran build_usage
This commit is contained in:
parent
b3133f6394
commit
3550b24ed9
3 changed files with 19 additions and 6 deletions
|
|
@ -35,3 +35,12 @@ Description
|
|||
~~~~~~~~~~~
|
||||
|
||||
This command displays some detailed information about the specified archive.
|
||||
|
||||
Please note that the deduplicated sizes of the individual archives do not add
|
||||
up to the deduplicated size of the repository ("all archives"), because the two
|
||||
are meaning different things:
|
||||
|
||||
This archive / deduplicated size = amount of data stored ONLY for this archive
|
||||
= unique chunks of this archive.
|
||||
All archives / deduplicated size = amount of data stored in the repo
|
||||
= all chunks in the repository.
|
||||
|
|
|
|||
|
|
@ -42,14 +42,14 @@ If repository encryption is used, the repository is inaccessible
|
|||
without the key. This command allows to backup this essential key.
|
||||
|
||||
There are two backup formats. The normal backup format is suitable for
|
||||
digital storage as a file. The ``--paper`` backup format is optimized for
|
||||
print out and later type-in, with per line checks to reduce problems
|
||||
with manual input.
|
||||
digital storage as a file. The ``--paper`` backup format is optimized
|
||||
for printing and typing in while importing, with per line checks to
|
||||
reduce problems with manual input.
|
||||
|
||||
For repositories using keyfile encryption the key is saved locally
|
||||
on the system that is capable of doing backups. To guard against loss
|
||||
of this key the key needs to be backed up independent of the main data
|
||||
backup.
|
||||
of this key, the key needs to be backed up independently of the main
|
||||
data backup.
|
||||
|
||||
For repositories using the repokey encryption the key is saved in the
|
||||
repository in the config file. A backup is thus not strictly needed,
|
||||
|
|
|
|||
|
|
@ -29,7 +29,11 @@ borg serve
|
|||
--umask M set umask to M (local and remote, default: 0077)
|
||||
--remote-path PATH set remote path to executable (default: "borg")
|
||||
--restrict-to-path PATH
|
||||
restrict repository access to PATH
|
||||
restrict repository access to PATH. Can be specified
|
||||
multiple times to allow the client access to several
|
||||
directories. Access to all sub-directories is granted
|
||||
implicitly; PATH doesn't need to directly point to a
|
||||
repository.
|
||||
--append-only only allow appending to repository segment files
|
||||
|
||||
Description
|
||||
|
|
|
|||
Loading…
Reference in a new issue