commit 71157215171b3c9ab6207242f744ea8258e51188
parent 211a17ac573e36f915b4ca9679b9f648d03cdc90
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Fri, 28 Nov 2025 23:40:56 +0100
feat(intel): fix snapshot lxc path
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian_postinstall.sh b/debian_postinstall.sh
@@ -179,7 +179,7 @@ for c in "${ctx[@]}"; do
lxc-copy --name $c --newname $snap_name --allowrunning -o-
# Create tar archive in BACKUP_PATH with unix timestamp
- tar -cjf "$BACKUP_PATH/${c}_$(date +%s).tar.bz2" "/srv/lxc/$snap_name"
+ tar -cjf "$BACKUP_PATH/${c}_$(date +%s).tar.bz2" "/var/lib/lxc/$snap_name"
# Cleanup the clone
lxc-destroy $snap_name