22 lines
826 B
Text
22 lines
826 B
Text
Norg -- v0.1.10
|
|
A portable borg backup wrapper utility.
|
|
|
|
Usage:
|
|
[options] [command] [further_args ...]
|
|
|
|
Arguments:
|
|
[command] The command to run, defaults to 'create' which will perform a backup. (default: create)
|
|
[further_args ...]
|
|
Any further arguments to send onto borg or restic.
|
|
|
|
Options:
|
|
-h, --help
|
|
-c, --config=CONFIG Config file to use.
|
|
-d, --destination=DESTINATION
|
|
Destination when extracting backup,
|
|
-r, --repository=REPOSITORY
|
|
Define an explicit repository to work on by either label or path.
|
|
-a, --archive=ARCHIVE The archive or snapshot to operate on.
|
|
-s, --stats Provides statistics at the end of a backup (Borg only).
|
|
-v, --version Shows the current norg version.
|
|
|