diff options
Diffstat (limited to 'myrpki/Makefile')
-rw-r--r-- | myrpki/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/myrpki/Makefile b/myrpki/Makefile index b83745d8..6823fe07 100644 --- a/myrpki/Makefile +++ b/myrpki/Makefile @@ -42,3 +42,7 @@ graph: verify: sh verify-bpki.sh + +backup: + python sql-dumper.py + tar cvvzf test.$$(TZ='' date +%Y.%m.%d.%H.%M.%S).tgz screenlog.* test backup.*.sql |