You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
backupIDFlag:=flag.String("backup-id", "", "Backup ID (optional - if not specified, the hostname is used as the default)")
72
-
backupDEVFlag:=flag.String("backupdev", "", "Backup device file ( On windows it can be \\\\.\\PhysicalDriveN , in that case VSS will be leveraged to take consistent snapshot), on linux can be /dev/sdX or whatever but not consistent for now unless it being an LVM snapshot or ZFS")
87
+
backupTypeFlag:=flag.String("type", "", "host|vm , vm will allow to restore as VM inside proxmox VE (Physical to Virtual), also it enables to use file restore feature, use numeric backupid")
88
+
flag.Var(&backupdevs, "backupdev", "Can be specified multiple times,Backup device file ( On windows it can be \\\\.\\PhysicalDriveN , in that case VSS will be leveraged to take consistent snapshot), on linux can be /dev/sdX or whatever but not consistent for now unless it being an LVM snapshot or ZFS")
73
89
sysTrayFlag:=flag.Bool("systray", false, "Enable systray( Note it can cause issues when running with no user logged in )")
74
90
mailHostFlag:=flag.String("mail-host", "", "mail notification system: mail server host(optional)")
75
91
mailPortFlag:=flag.String("mail-port", "", "mail notification system: mail server port(optional)")
0 commit comments