Backup kernel+initrd of StandaloneVM (#213)
This commit is contained in:
parent
a09cef1027
commit
0dc4fb929e
@ -123,6 +123,7 @@ def main():
|
|||||||
files_to_backup += file_to_backup(vm.conf_file)
|
files_to_backup += file_to_backup(vm.conf_file)
|
||||||
if vm.is_updateable():
|
if vm.is_updateable():
|
||||||
files_to_backup += file_to_backup(vm.dir_path + "/apps")
|
files_to_backup += file_to_backup(vm.dir_path + "/apps")
|
||||||
|
files_to_backup += file_to_backup(vm.dir_path + "/kernels")
|
||||||
if os.path.exists (vm.firewall_conf):
|
if os.path.exists (vm.firewall_conf):
|
||||||
files_to_backup += file_to_backup(vm.firewall_conf)
|
files_to_backup += file_to_backup(vm.firewall_conf)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user