mirror of
https://github.com/octoleo/restic.git
synced 2024-11-12 08:16:37 +00:00
6 lines
165 B
Bash
6 lines
165 B
Bash
|
prepare
|
||
|
run k backup "${BASE}/fake-data"
|
||
|
run k restore "$(k list ref)" "${BASE}/fake-data-restore"
|
||
|
diff -aur "${BASE}/fake-data" "${BASE}/fake-data-restore"
|
||
|
cleanup
|