ZSTD Komprimierung hinzugefuegt

This commit is contained in:
Patrick Asmus 2023-09-19 17:21:13 +00:00
parent 5e35a5ee52
commit 4f88f2b61b

View File

@ -6,9 +6,9 @@
# Autor: Patrick Asmus # Autor: Patrick Asmus
# Web: https://www.media-techport.de # Web: https://www.media-techport.de
# Git-Reposit.: https://git.media-techport.de/scriptos/proxmox-lxc-size-changer # Git-Reposit.: https://git.media-techport.de/scriptos/proxmox-lxc-size-changer
# Version: 1.0 # Version: 1.1
# Datum: 19.09.2023 # Datum: 19.09.2023
# Modifikation: Kosmetische Anpassung # Modifikation: ZSTD Komprimierung hinzugefuegt
##################################################### #####################################################
# Variablen # Variablen
@ -23,7 +23,7 @@ storage="nas02"
pct stop $containerID pct stop $containerID
# Backup erstellen # Backup erstellen
vzdump $containerID --remove 0 --mode stop --notes-template 'Backup vor Groessenaenderung durch Script' --storage $storage vzdump $containerID --remove 0 --mode stop --notes-template 'Backup vor Groessenaenderung durch Script' --storage $storage --compress zstd
# Dateisystemprüfung # Dateisystemprüfung
e2fsck -fy "${fullLxcPath}/images/${containerID}/${diskFilename}" e2fsck -fy "${fullLxcPath}/images/${containerID}/${diskFilename}"