From 01c2ab16f9acbeb99fa0da416a3f971c35d89bdc Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Fri, 17 Mar 2017 11:46:53 +0100 Subject: [PATCH] Updated todo --- src/main.rs | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/main.rs b/src/main.rs index 31def03..9482388 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,18 +20,20 @@ mod repository; mod cli; // TODO: Seperate remote folder -// TODO: Copy backup files to remote folder -// TODO: Keep meta bundles also locally +// TODO: - Copy/move backup files to remote folder +// TODO: - Keep meta bundles also locally +// TODO: - Load and compare remote bundles to bundle map +// TODO: - Write backup files there as well +// TODO: Store list of hashes in bundle // TODO: Remove backups/subtrees +// TODO: Recompress & combine bundles // TODO: Prune backups (based on age like attic) // TODO: Backup files tree structure -// TODO: Recompress & combine bundles -// TODO: Check backup integrity +// TODO: Check backup integrity too // TODO: Encryption // TODO: list --tree // TODO: Partial backups -// TODO: Load and compare remote bundles to bundle map -// TODO: Import remote backup +// TODO: Import repository from remote folder // TODO: Continue on errors fn main() {