[backup] allowing to specify the Timeshift mode: rsync or btrfs

This commit is contained in:
Vinicius Moreira
2020-04-28 18:29:30 -03:00
parent f860be1b07
commit 636469215c
6 changed files with 17 additions and 6 deletions

View File

@@ -57,7 +57,8 @@ def read_config(update_file: bool = False) -> dict:
'uninstall': None,
'downgrade': None,
'upgrade': None,
'mode': 'incremental'
'mode': 'incremental',
'type': 'rsync'
}
}