Releases: JavaScriptDude/zfslib
Releases · JavaScriptDude/zfslib
New ign_xattrdir flag for get_diffs()
New ign_xattrdir flag for get_diffs() and fix \0040 issue for path_new as well as path.
Bug fix for new 'move' feature
0.13.1 Bug fix for new move feature
Fix \0040 diff bug and add move flag
zfs diff has an issue that spaces in file names are replaced with \0040. Added patch to correct this condition. Also added feature to have a move flag for diffs (V). By default zfs diff returns R for Rename and Move but new flag on get_diffs allows for distinction between rename (R) and move (V).
Minor updates
Cleanup of find_dataset_for_path() function.
Automatic Parsing of Int Properties
0.11.0 Parse Int Properties Where Possible
0.10.0 - zpool Properties and Updated API
Enumerate zpool Properties. API Updated Updated to automatically enumerate `zpool` properties as well as allowing specifying other non-defaulted parameters. API of methods have changed. Updating to 0.10.0 to clearly flag new API.
Change timedelta Characters
Alter Time Delta Codes to Match Usage in ISO 8601 - Update TimeDelta code from y to Y (year), m to M (month) etc. to be more intuitive - Patch bug with bad data showing up in diff output - Cleanup of print statements
New Tool - removeDuplicateSnapshotsByDate()
New tool to remove duplicate snapshots from list of snapshots based on snapshot date. Note: This does not actually touch the filesystem but rather is used to manipulate a python list.
General Updates
- Test updates
- Add index option to get_all_snapshots()
- find_snapshots - Removing check for path existing in current FS
- get_diffs():
- Add checks for stdout / stderr and return code
- Remove Python2 supports
- add name_full property to snapshot