mirror of
https://github.com/octoleo/restic.git
synced 2024-11-05 04:47:51 +00:00
9 lines
238 B
Bash
Executable File
9 lines
238 B
Bash
Executable File
set -e
|
|
|
|
prepare
|
|
run khepri init
|
|
run khepri backup "${BASE}/fake-data"
|
|
run khepri restore "$(basename "$KHEPRI_REPOSITORY"/snapshots/*)" "${BASE}/fake-data-restore"
|
|
dirdiff "${BASE}/fake-data" "${BASE}/fake-data-restore/fake-data"
|
|
cleanup
|