...
--ignoremodules
Pas this option along with restoreto skip those modules from restore process. Multiple modules are allowed here separated by commas
e.g.: fwconsole backup --restore ./restorefile-15323456.tar.gz --ignoremodules=certman,backup--skipbindport
Pass this option along with restore command to preserver the bindport
e.g.: fwconsole backup --restore ./restorefile-15323456.tar.gz --skipbindport--skipdns
Pass this option along with restore command to preserve DNS settings
e.g.: fwconsole backup --restore ./restorefile-15323456.tar.gz --skipdns--skipremotenat
Pass this option along with restore command to preserve NAT settings
e.g.: fwconsole backup --restore ./restorefile-15323456.tar.gz --skipremotenat--skiptrunksandroutes
Pass this option along with restore command to preserve existing trunk AND outbound route settings and not overwrite with restored settings.
e.g.: fwconsole backup --restore ./restorefile-15323456.tar.gz --skiptrunkandroutes--skiprestorehooks
Pass this option along with restore command to skip post-hooks to be restored
e.g. fwconsole backup --restore 20230110-113623-1673372183-13.0.197.28-386235780.tgz --skiprestorehooks--restorelegacycdr
Pass this option along with restore command to restore CDR from legacy backup file,
e.g: fwconsole backup --restore 20230110-113623-1673372183-13.0.197.28-386235780.tgz --restorelegacycdr--restoresingle
Pass this option to select the module to restore
e.g. fwconsole backup --restore 20230110-113623-1673372183-13.0.197.28-386235780.tgz --restoresingle=endpoint--modules
Pass this option along with restore command to specify modules to restore, separated by commas
e.g. fwconsole backup --restore 20230110-113623-1673372183-13.0.197.28-386235780.tgz --modules core,restapps--useinfiledb
Pass this option along with restore command to restore Legacy backup using file based sqlite. By default system uses inmemory
e.g. fwconsole backup --restore 20230110-113623-1673372183-13.0.197.28-386235780.tgz --useinfiledb--skipchansipexts ( Only for Freepbx 17+)
Pass this option along with the restore command to skip legacy chan_sip extensions restore.
e.g.: fwconsole backup --restore ./restorefile-15323456.tar.gz --skipchansipexts
--convertchansipexts2pjsip ( Only for Freepbx 17+)
Pass this option along with the restore command to convert chan_sip extensions to pjsip extensions during the restore process.
e.g.: fwconsole backup --restore ./restorefile-15323456.tar.gz --convertchansipexts2pjsip
--skipchansiptrunks ( Only for Freepbx 17+)
Pass this option along with the restore command to skip legacy chan_sip trunks during the restore process.
e.g.: fwconsole backup --restore ./restorefile-15323456.tar.gz --skipchansiptrunks
--convertchansiptrunks2pjsip ( Only for Freepbx 17+)
Pass this option along with the restore command to convert chan_sip trunks to pjsip trunks during the restore process
e.g.: fwconsole backup --restore ./restorefile-15323456.tar.gz --convertchansiptrunks2pjsip
Note that all of the above flags can be used simultaneously when executing the restore command.
...