summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing/makerestoretest3
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-10 23:14:57 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-05-10 23:14:57 +0000
commit40fd4661d4b2a0fd2b2517408d4c5982474b2105 (patch)
tree6ab957325a74ddf7c64aebdb7424501ca7fc8a45 /rdiff-backup/testing/makerestoretest3
parent807241bc4f322edc6f95782291900362484263df (diff)
downloadrdiff-backup-40fd4661d4b2a0fd2b2517408d4c5982474b2105.tar.gz
Many changes, see changelog for 0.7.4
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@73 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing/makerestoretest3')
-rwxr-xr-xrdiff-backup/testing/makerestoretest310
1 files changed, 10 insertions, 0 deletions
diff --git a/rdiff-backup/testing/makerestoretest3 b/rdiff-backup/testing/makerestoretest3
new file mode 100755
index 0000000..4b8da83
--- /dev/null
+++ b/rdiff-backup/testing/makerestoretest3
@@ -0,0 +1,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