mirror of
https://github.com/octoleo/restic.git
synced 2024-11-13 16:56:27 +00:00
6 lines
165 B
Bash
Executable File
6 lines
165 B
Bash
Executable File
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
|