backup: mark 'encryption' option as deprecated - all backups are encrypted
QubesOS/qubes-issues#971
This commit is contained in:
parent
51b66208f3
commit
49e718cf57
@ -376,7 +376,9 @@ class Backup(object):
|
|||||||
|
|
||||||
self.log = logging.getLogger('qubes.backup')
|
self.log = logging.getLogger('qubes.backup')
|
||||||
|
|
||||||
self.compression_filter = DEFAULT_COMPRESSION_FILTER
|
if not self.encrypted:
|
||||||
|
self.log.warning('\'encrypted\' option is ignored, backup is '
|
||||||
|
'always encrypted')
|
||||||
|
|
||||||
if exclude_list is None:
|
if exclude_list is None:
|
||||||
exclude_list = []
|
exclude_list = []
|
||||||
|
Loading…
Reference in New Issue
Block a user