mirror of
https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS
synced 2024-11-14 06:31:33 -05:00
3 lines
136 B
Plaintext
3 lines
136 B
Plaintext
|
# Create a ZFS snapshot before invoking dpkg
|
||
|
DPkg::Pre-Invoke { "zfs snapshot zroot/ROOT/ubuntu@apt_$(date -u +%Y-%m-%dT%H:%M:%SZ)"; };
|