Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. --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

  2. --skipbindport
    Pass this option along with restore command to preserver the bindport
    e.g.: fwconsole backup --restore ./restorefile-15323456.tar.gz --skipbindport

  3. --skipdns
    Pass this option along with restore command to preserve DNS settings
    e.g.: fwconsole backup --restore ./restorefile-15323456.tar.gz --skipdns

  4. --skipremotenat
    Pass this option along with restore command to preserve NAT settings
    e.g.: fwconsole backup --restore ./restorefile-15323456.tar.gz --skipremotenat

  5. --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

  6. --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

  7. --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

  8. --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

  9. --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

  10. --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

  11. --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

  1. --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

  1. --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

  2. --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.

...