make backup script more verbose -> logging/debugging purpose

This commit is contained in:
rick
2020-02-01 02:10:08 +01:00
parent 4f2df5f023
commit 2212e77d77

View File

@@ -1,6 +1,6 @@
#!/bin/bash
#this script makes a copy of each container and backups afterwards the copies
#set -x
set -x
backuppath='/srv/backUP/lxc/'
backupuser='rick-monitoring'