2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-05 04:47:51 +00:00
restic/test/test-backup.sh

9 lines
238 B
Bash
Raw Normal View History

2014-08-06 18:09:51 +00:00
set -e
2014-08-05 21:13:19 +00:00
prepare
run khepri init
2014-08-06 18:09:51 +00:00
run khepri backup "${BASE}/fake-data"
run khepri restore "$(basename "$KHEPRI_REPOSITORY"/snapshots/*)" "${BASE}/fake-data-restore"
2014-09-23 20:39:12 +00:00
dirdiff "${BASE}/fake-data" "${BASE}/fake-data-restore/fake-data"
2014-08-05 21:13:19 +00:00
cleanup