From ca9bdfbd6599c3b5eb33f8aeafbbf803c6539232 Mon Sep 17 00:00:00 2001 From: Patrick Hamers Date: Mon, 5 Jul 2021 13:02:01 +0200 Subject: [PATCH] Add cron info --- snapshot_create.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snapshot_create.sh b/snapshot_create.sh index 85b016c..1b4df25 100644 --- a/snapshot_create.sh +++ b/snapshot_create.sh @@ -9,6 +9,9 @@ # cat /root/.ssh/id_rsa.pub | ssh proximax@207.180.195.181 'cat >> .ssh/authorized_keys' # 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 + # VARS: MONITORINGSERVER="207.180.195.181" NODEFOLDER="/mnt/proximax/public-mainnet-peer-package-01"