tabernarious / f5-automated-backup-iapp

F5 iApp for automated backups to the local device and to network locations.
35 stars 26 forks source link

script did not successfully complete #13

Closed hubdows closed 6 years ago

hubdows commented 6 years ago

Receiving this error while trying to create a backup with v3.1.3. My destination is github.com using SCP with a public/private key combo. I have tried with all of the filename formats.

script did not successfully complete: (can't read "::destination_parameters__pruning_mode": no such variable while executing "if { $::destination_parameters__pruning_mode eq "Only Prune iApp-Generated Archives" } { set pruning_suffix $::destination_par..." invoked from within "if { $freq != "Disable" } { Ensure a default $filename_format is set if { $::destination_parameters__filenam..." line:44)

hubdows commented 6 years ago

Changing line 54 to this will fix the issue:

if { [info exists ::destination_parameters__pruning_mode] && ($::destination_parameters__pruning_mode eq "Only Prune iApp-Generated Archives") } {