Pfsense Backup: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=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 roo…“)
 
(kein Unterschied)

Aktuelle Version vom 26. November 2018, 15:17 Uhr

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