mirror of
https://github.com/restic/restic.git
synced 2025-12-27 10:09:45 -05: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
|