Initial Setup of scripts

This commit is contained in:
Eric Teunis de Boone 2019-01-20 22:09:02 +01:00
commit d348d5f616
6 changed files with 46 additions and 0 deletions

5
scripts/backup_named Normal file
View file

@ -0,0 +1,5 @@
#!/bin/bash
ARCHIVE=/backup/named/$(hostname -s)_$(date +%F)_named.tar.gz
tar -cz -C /var/named -f $ARCHIVE .