mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-06-13 02:12:07 +03:00
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,
|
ssh_to=self.args.ssh_source, readonly=self.args.test,
|
||||||
debug_output=self.args.debug_output, description=description, thinner=source_thinner)
|
debug_output=self.args.debug_output, description=description, thinner=source_thinner)
|
||||||
source_node.verbose(
|
source_node.verbose(
|
||||||
"Selects all datasets that have property 'autobackup:{}=true' (or children of datasets that have "
|
"Selecting dataset property: 'autobackup:{}'".format(
|
||||||
"'autobackup:{}=child')".format(
|
|
||||||
self.args.backup_name, self.args.backup_name))
|
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
|
################# select source datasets
|
||||||
self.set_title("Selecting")
|
self.set_title("Selecting")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user