1,760
edits
Changes
→Backup Script
tarball_file=$(date +%Y%M%D)-${type}.tar
tar cvf ${tarball_file} -T ${filelist}
</pre>
To create a tar ball file on the Primary DNS server, you can run the following command:
<pre>
backup.sh pri-dns-file-list master
</pre>