mirror of
https://github.com/restic/restic.git
synced 2026-07-08 16:25:08 +00:00
Add method to create repository
Also disables automatic creation on open
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
set -e
|
||||
|
||||
prepare
|
||||
run khepri init
|
||||
run khepri backup "${BASE}/fake-data"
|
||||
run khepri restore "$(khepri list ref)" "${BASE}/fake-data-restore"
|
||||
dirdiff "${BASE}/fake-data" "${BASE}/fake-data-restore"
|
||||
|
||||
Reference in New Issue
Block a user