mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-10-31 18:54:12 +01:00
463 B
463 B
Exec
autorestic exec [-b, --backend] [-a, --all] <command> -- [native options]
This is avery handy command which enables you to run any native restic command on desired backends. An example would be listing all the snapshots of all your backends:
autorestic exec -a -- snapshots
With exec
you can basically run every cli command that you would be able to run with the restic cli. It only prefillst path, key, etc.
:ToCPrevNext