mirror of
https://github.com/restic/restic.git
synced 2026-01-23 23:33:03 -05:00
8 lines
202 B
Bash
Executable file
8 lines
202 B
Bash
Executable file
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"
|
|
cleanup
|