norgbackup/docs/static/other/command_line.txt

24 lines
922 B
Text
Raw Normal View History

2025-01-02 19:16:23 +01:00
Norg -- v0.1.15
A portable borg backup and restic orchestration tool.
2024-09-03 12:42:49 +02:00
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.
2025-01-02 19:16:23 +01:00
-u, --update Checks for a Norg update and attempts to install it.
2024-09-03 12:42:49 +02:00