forked from third-party-mirrors/zfs_autobackup
preparations for #87
This commit is contained in:
parent
7325e1e351
commit
66e123849b
@ -476,10 +476,15 @@ class ZfsAutobackup:
|
||||
ssh_to=self.args.ssh_source, readonly=self.args.test,
|
||||
debug_output=self.args.debug_output, description=description, thinner=source_thinner)
|
||||
source_node.verbose(
|
||||
"Selects all datasets that have property 'autobackup:{}=true' (or children of datasets that have "
|
||||
"'autobackup:{}=child')".format(
|
||||
"Selecting dataset property: 'autobackup:{}'".format(
|
||||
self.args.backup_name, self.args.backup_name))
|
||||
|
||||
source_node.verbose("Snapshot prefix : '{}-'".format(self.args.backup_name))
|
||||
|
||||
if not self.args.no_holds:
|
||||
source_node.verbose("Hold name : '{}'".format("zfs_autobackup:" + self.args.backup_name))
|
||||
|
||||
|
||||
################# select source datasets
|
||||
self.set_title("Selecting")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user