norgbackup/docs/static/other/command_line.txt

23 lines
826 B
Text
Raw Permalink Normal View History

2024-09-03 16:21:42 +02:00
Norg -- v0.1.10
2024-09-03 12:42:49 +02:00
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.