del: outdated docstring

This commit is contained in:
timeshifter
2021-12-04 21:05:30 +01:00
parent 5fd53479a0
commit bfb1f4bb7c
-6
View File
@@ -30,12 +30,6 @@ SAME_DATASET = "Cannot send incremental snapshots if start and end snapshot are
DISK_BY_UUID = Path("/dev/disk/by-uuid")
MAPPER_PATH = Path("/dev/mapper")
# noinspection SpellCheckingInspection
"""
Erstes Backup muss für alle notwendigen Datasets durchgeführt werden mit
# zfs send -Rv rpool/ROOT@zfs-auto-snap_daily-2018-06-14-1648 | zfs receive -dvF backup1
"""
def main():
verify_running_as_root()