M michabbs Active Member May 5, 2020 138 20 38 Jan 4, 2021 #1 Code: proxmox-backup-client backup disk1.pxar:/path/on/zfs Does backup client create automatically a snapshot of zfs dataset? (Are the backups "atomic"?)
Code: proxmox-backup-client backup disk1.pxar:/path/on/zfs Does backup client create automatically a snapshot of zfs dataset? (Are the backups "atomic"?)
Stefan_R Proxmox Retired Staff Retired Staff Jun 4, 2019 1,300 311 88 Vienna Jan 5, 2021 #2 No, the backup is code is independent of the underlying file system and as such can't use ZFS features directly. You can of course always write a script to take a snapshot, mount it somewhere, and then back that up.
No, the backup is code is independent of the underlying file system and as such can't use ZFS features directly. You can of course always write a script to take a snapshot, mount it somewhere, and then back that up.
M michabbs Active Member May 5, 2020 138 20 38 Jan 8, 2021 #3 Have fun: https://github.com/michabbs/proxmox-backup-atomic Reactions: Stefan_R