mirror of
https://github.com/restic/restic.git
synced 2025-01-03 05:35:43 +00:00
Simplify test
This commit is contained in:
parent
6732938e7e
commit
333b514d7b
1 changed files with 0 additions and 9 deletions
|
@ -13,13 +13,4 @@ rm -f "${BASE}/fake-data/0/0/9/37"
|
||||||
# resume backup
|
# resume backup
|
||||||
fg
|
fg
|
||||||
|
|
||||||
# run restic restore "$(basename "$RESTIC_REPOSITORY"/snapshots/*)" "${BASE}/fake-data-restore"
|
|
||||||
# dirdiff "${BASE}/fake-data" "${BASE}/fake-data-restore/fake-data"
|
|
||||||
|
|
||||||
# SNAPSHOT=$(run restic list snapshots)
|
|
||||||
# run restic backup "${BASE}/fake-data" $SNAPSHOT
|
|
||||||
# run restic restore "$(basename "$RESTIC_REPOSITORY"/snapshots/*)" "${BASE}/fake-data-restore-incremental"
|
|
||||||
# dirdiff "${BASE}/fake-data" "${BASE}/fake-data-restore-incremental/fake-data"
|
|
||||||
|
|
||||||
# run restic fsck -o --check-data
|
|
||||||
cleanup
|
cleanup
|
||||||
|
|
Loading…
Reference in a new issue