From c5252584f0aef58efdfd290485dac5cac0af50e3 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 3 May 2023 14:56:29 -0500 Subject: [PATCH] Enabling backups and swapping timeservers to time.cloudflare.com. --- config-parts/service.sh | 2 +- config-parts/system.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config-parts/service.sh b/config-parts/service.sh index 6b40dff..16c0936 100644 --- a/config-parts/service.sh +++ b/config-parts/service.sh @@ -7,7 +7,7 @@ set service ntp allow-client address '10.0.0.0/8' set service ntp allow-client address '172.16.0.0/12' set service ntp allow-client address '192.168.0.0/16' delete service ntp server -set service ntp server north-america.pool.ntp.org +set service ntp server time.cloudflare.com # SSH server set service ssh disable-password-authentication diff --git a/config-parts/system.sh b/config-parts/system.sh index be283f1..641fea7 100644 --- a/config-parts/system.sh +++ b/config-parts/system.sh @@ -18,7 +18,7 @@ set system sysctl parameter kernel.pty.max value '24000' # set system syslog host 10.45.0.2 port '6001' # Custom backup -# set system task-scheduler task backup-config crontab-spec '30 0 * * *' -# set system task-scheduler task backup-config executable path '/config/scripts/custom-config-backup.sh' +set system task-scheduler task backup-config crontab-spec '30 0 * * *' +set system task-scheduler task backup-config executable path '/config/scripts/custom-config-backup.sh' set system time-zone 'America/Chicago'