mirror of
https://github.com/restic/restic.git
synced 2025-01-22 23:38:37 +00:00
7 lines
186 B
Bash
Executable file
7 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
|