Skip to content

backs up OPNSense config file to a remote server

License

Notifications You must be signed in to change notification settings

mike-seagull/quackup-opnsense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

backs up OPNSense config file to a remote server using scp and a ssh-key

files are saved on the remote server as config.${EPOCH_TIME}.xml

Required Environment Variables

  • SERVER_USER = user on remote server
  • SERVER_IP = ip to the remote server
To start a backup
quackup-opnsense /remote/backup/dir/
Example Crontab
1 2 * * * (bash -c "SERVER_USER=remoteuser SERVER_IP=your.remote.server.ip quackup-opnsense /remote/backup/dir") >> /local/log/path/quackup-opnsense.log

About

backs up OPNSense config file to a remote server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages