snehring / zfsbackup

Quick and easy program to do one way sends of zfs datasets for backup purposes
MIT License
0 stars 1 forks source link

Fixing descendent filesystem snapshot issues #15

Closed snehring closed 4 years ago

snehring commented 4 years ago

For some reason when I originally wrote this I had the recursive flag specified for the 'zfs list' invocations for enumerating snapshots, this is not required, and breaks the assumptions this code makes regarding snapshot deletion and count. Fixes #11.

This shouldn't break anything, but I've not run any tests yet.