mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 12:04:15 +02:00
[backup] allowing to specify the Timeshift mode: rsync or btrfs
This commit is contained in:
@@ -57,7 +57,8 @@ def read_config(update_file: bool = False) -> dict:
|
||||
'uninstall': None,
|
||||
'downgrade': None,
|
||||
'upgrade': None,
|
||||
'mode': 'incremental'
|
||||
'mode': 'incremental',
|
||||
'type': 'rsync'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user