Pfsense Backup

Aus xinux.net
Zur Navigation springen Zur Suche springen

Command Line

Backup

  • scp -P 22 root@brian.xinux.lan:/cf/conf/config.xml .

Restore

  • scp -P 22 config.xml root@brian.xinux.lan:/cf/conf/
  • ssh -p 22 root@brian.xinux.lan

on [root@brian.xinux.lan]/root:

  • test -f /tmp/config.cache && rm /tmp/config.cache
  • /etc/rc.reload_all start