1
0
mirror of https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS synced 2024-11-09 04:11:33 -05:00

Create 00-zfs-snapshot

Signed-off-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com>
This commit is contained in:
wj25czxj47bu6q 2023-09-04 09:16:10 +00:00 committed by GitHub
parent c3ffa198ab
commit f28d39751d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,2 @@
# Create a ZFS snapshot before invoking dpkg
DPkg::Pre-Invoke { "zfs snapshot zroot/ROOT/ubuntu@apt_$(date -u +%Y-%m-%dT%H:%M:%SZ)"; };