mirror of
https://github.com/octoleo/restic.git
synced 2024-11-12 08:16:37 +00:00
8 lines
186 B
Bash
Executable File
8 lines
186 B
Bash
Executable File
set -e
|
|
|
|
prepare
|
|
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
|