Skip to content

Releases: JavaScriptDude/zfslib

New ign_xattrdir flag for get_diffs()

Choose a tag to compare

@JavaScriptDude JavaScriptDude released this 28 May 15:25
1b76992

New ign_xattrdir flag for get_diffs() and fix \0040 issue for path_new as well as path.

Bug fix for new 'move' feature

Choose a tag to compare

@JavaScriptDude JavaScriptDude released this 28 May 02:33
a5f1fd5
0.13.1

Bug fix for new move feature

Fix \0040 diff bug and add move flag

Choose a tag to compare

@JavaScriptDude JavaScriptDude released this 28 May 01:10
48f17d8

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

Choose a tag to compare

@JavaScriptDude JavaScriptDude released this 27 Feb 18:09
d7649f5

Cleanup of find_dataset_for_path() function.

Automatic Parsing of Int Properties

Choose a tag to compare

@JavaScriptDude JavaScriptDude released this 14 Feb 01:54
6ce7331
0.11.0

Parse Int Properties Where Possible

0.10.0 - zpool Properties and Updated API

Choose a tag to compare

@JavaScriptDude JavaScriptDude released this 06 Oct 16:31
50bf74b
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

Choose a tag to compare

@JavaScriptDude JavaScriptDude released this 06 Oct 00:20
6329927
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()

Choose a tag to compare

@JavaScriptDude JavaScriptDude released this 01 Jun 01:33
5bb37bb

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

Choose a tag to compare

@JavaScriptDude JavaScriptDude released this 04 May 23:15
89a6f97
  • 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