ZSTD Komprimierung hinzugefuegt

This commit is contained in:
Patrick Asmus 2023-09-19 17:21:13 +00:00
parent 5e35a5ee52
commit 4f88f2b61b
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@
# Autor: Patrick Asmus
# Web: https://www.media-techport.de
# Git-Reposit.: https://git.media-techport.de/scriptos/proxmox-lxc-size-changer
# Version: 1.0
# Version: 1.1
# Datum: 19.09.2023
# Modifikation: Kosmetische Anpassung
# Modifikation: ZSTD Komprimierung hinzugefuegt
#####################################################
# Variablen
@ -23,7 +23,7 @@ storage="nas02"
pct stop $containerID
# 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
e2fsck -fy "${fullLxcPath}/images/${containerID}/${diskFilename}"