summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/makerestoretest3
blob: c9cd13aa1cb7907b08396ea00b8e4313b1201929 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# This script will create the testing/restoretest3 directory as it
# needs to be for one of the tests in restoretest.py to work.

rm -rf testfiles/restoretest3
../rdiff-backup --current-time 10000 testfiles/increment1 testfiles/restoretest3
../rdiff-backup --current-time 20000 testfiles/increment2 testfiles/restoretest3
../rdiff-backup --current-time 30000 testfiles/increment3 testfiles/restoretest3
../rdiff-backup --current-time 40000 testfiles/increment4 testfiles/restoretest3