Skip to content

Backup Your UDM Backup Files to Another Server

Sam Erde edited this page Jan 2, 2021 · 6 revisions

You can create a scheduled copy of your UDM[Pro]'s backup files (*.unf) to another server like Unraid with a script.

  1. Create this script on unRAID (can be adopted on any bash shell).
  2. Edit the values in the script as needed, and setup the prerequisites noted in the script.
  3. Make the script executable by running chmod +x ./filename.sh
  4. Set the script to run daily.

This will overcome a bunch of issues, like unRAID not having some of the command-line options (SSHPASS), as well as RSA keys being wiped on reboot of UDM-Pro.


Possible OFIs

  • Make use of the solution proposed for issue #83 ("ssh keys?") to avoid having to maintain keys and passwords within this script.
  • Add instructions for how to set a script to run daily.
Clone this wiki locally