diff --git a/snapshot_create.sh b/snapshot_create.sh index 1b4df25..97795dd 100644 --- a/snapshot_create.sh +++ b/snapshot_create.sh @@ -10,7 +10,8 @@ # ssh proximax@207.180.195.181 "chmod 700 .ssh; chmod 640 .ssh/authorized_keys" # You can create a symbolic link to this script to /etc/cron.daily -# ln -s /opt/scipts/snapshot_create.sh /etc/cron.daily/snapshot_create +# chmod +x ./snapshot_create.sh +# ln -s ./snapshot_create.sh /etc/cron.daily/snapshot_create # VARS: MONITORINGSERVER="207.180.195.181"