Backup automatico script del 2026-09-04 07:00

This commit is contained in:
daniele committed 2026-09-04 07:00:02 +02:00
1 parent 795a15a7b6
commit aab8502e27
10 files changed
+1001 -5

No files matched your search

+5 -1
View File
@@ -17,8 +17,12 @@ vrrp_instance VI_1 {
interface eth0
virtual_router_id 51
priority 101
advert_int 1
advert_int 2
preempt_delay 30
unicast_src_ip 192.168.128.80
unicast_peer {
192.168.128.81
}
authentication {
auth_type PASS
auth_pass @Dedelove1
+5 -1
View File
@@ -17,8 +17,12 @@ vrrp_instance VI_1 {
interface eth0
virtual_router_id 51
priority 100
advert_int 1
advert_int 2
preempt_delay 30
unicast_src_ip 192.168.128.81
unicast_peer {
192.168.128.80
}
authentication {
auth_type PASS
auth_pass @Dedelove1
+2
View File
@@ -5,3 +5,5 @@
# Cron consigliato: 0 4 * * 6 (nessun conflitto irrigazione, che gira su Pi2)
# Immagini locali escluse da Watchtower via DOCKER_IGNORE_IMAGES nello script:
# turni-app:live-latest
# Dopo Watchtower: pull registry da rete/compose/failover anche senza container.
# Override: FAILOVER_COMPOSE_DIR=...
+2
View File
@@ -6,3 +6,5 @@
# Cron consigliato: 40 0 * * 6 (tra irrigazione serale ~19:30 e notturna ~02:30)
# Immagini locali escluse da Watchtower via DOCKER_IGNORE_IMAGES nello script:
# irrigazione, turni-app:beta/alpha, meteo-alert, loogle-casa, ewelink_smart_home
# Dopo Watchtower: pull registry da rete/compose/failover (Paperless, VW, Stalwart, …)
# anche senza container. Override: FAILOVER_COMPOSE_DIR=...