mirror of
https://github.com/octoleo/restic.git
synced 2024-11-14 09:14:07 +00:00
10 lines
258 B
Bash
Executable File
10 lines
258 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"
|
|
run khepri fsck all
|
|
cleanup
|