diff options
-rw-r--r-- | rpkid/tests/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rpkid/tests/Makefile b/rpkid/tests/Makefile index 78b074ae..3d8f6412 100644 --- a/rpkid/tests/Makefile +++ b/rpkid/tests/Makefile @@ -57,3 +57,8 @@ yamltest: rm -rf yamltest.dir python sql-cleaner.py python yamltest.py + +backup: + python sql-dumper.py + tar cvvzf yamltest.backup.$$(TZ='' date +%Y.%m.%d.%H.%M.%S).tgz screenlog.* yamltest.dir backup.*.sql + rm backup.*.sql |