mirror of
https://github.com/bashclub/miyagi-pbs-zfs.git
synced 2025-12-06 09:28:44 +00:00
Update pbs-zfs-daily.sh
Minor Changes
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
apt update
|
||||||
|
|
||||||
#Requirements for Myiagi ultimate Backup
|
#Requirements for Myiagi ultimate Backup
|
||||||
## Proxmox Source Host with only daily Autosnapshots, Proxmox Destination Host, Destination Public SSH Key on Source authorized-keys File, autostarting Proxmox Backupserver running on this PVE, zfs set com.sun:auto-snapshots=false on $ZFSTRGT, instaled checkzfs from https://github.com/bashclub/check-zfs-replication, check_mk Agent running on PVE
|
## Proxmox Source Host with only daily Autosnapshots, Proxmox Destination Host, Destination Public SSH Key on Source authorized-keys File, autostarting Proxmox Backupserver running on this PVE, zfs set com.sun:auto-snapshots=false on $ZFSTRGT, instaled checkzfs from https://github.com/bashclub/check-zfs-replication, check_mk Agent running on PVE
|
||||||
|
|
||||||
@@ -38,6 +40,8 @@ MAINTDAY=0
|
|||||||
|
|
||||||
#Disable ZFS Auto Snapshot on Destination
|
#Disable ZFS Auto Snapshot on Destination
|
||||||
|
|
||||||
|
# ssh root@$SOURCEHOST apt install zfs-auto-snapshot #uncomment if you did not use our Postinstaller from github.com/bashclub and modify /etc/cron.xxx zfs-auto-snapshot Scripts, especially monthly rec. 12 to 3 Month
|
||||||
|
|
||||||
zfs set com.sun:auto-snapshot=false $ZFSTRGT
|
zfs set com.sun:auto-snapshot=false $ZFSTRGT
|
||||||
|
|
||||||
#Mark Source for full Backup with Zsync
|
#Mark Source for full Backup with Zsync
|
||||||
|
|||||||
Reference in New Issue
Block a user