add: todos

This commit is contained in:
timeshifter
2021-12-01 21:00:59 +01:00
parent 9703582e97
commit d61b958304
+6
View File
@@ -45,6 +45,12 @@ def main():
# TODO tests # TODO tests
# TODO docstrings # TODO docstrings
# TODO first backup # TODO first backup
# TODO --skip-decrypt
# TODO --skip-import
# TODO --skip-pre-backup-scrub
# TODO --skip-post-backup-scrub
# TODO print time estimation while scrub is in progress
# skip send when sender and receiver snapshots are equal
class Manager: class Manager:
def __init__(self, local_pool: Pool, external_pool: ExternalPool): def __init__(self, local_pool: Pool, external_pool: ExternalPool):