mirror of
https://github.com/octoleo/restic.git
synced 2025-02-02 11:58:26 +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
|