mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-13 22:47:12 +03:00
wip
This commit is contained in:
parent
dd1476331b
commit
823616d455
@ -262,7 +262,11 @@ class ExecuteNode:
|
|||||||
|
|
||||||
|
|
||||||
class ZfsDataset():
|
class ZfsDataset():
|
||||||
"""a zfs dataset (filesystem/volume/snapshot/clone)"""
|
"""a zfs dataset (filesystem/volume/snapshot/clone)
|
||||||
|
Note that a dataset doesnt have to actually exist (yet/anymore)
|
||||||
|
Also most properties are cached for performance-reasons, but also to allow --test to function correctly.
|
||||||
|
|
||||||
|
"""
|
||||||
|
|
||||||
def __init__(self, zfs_node, name):
|
def __init__(self, zfs_node, name):
|
||||||
"""name: full path of the zfs dataset"""
|
"""name: full path of the zfs dataset"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user