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 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) and make it executable by running chmod +x ./filename.sh
  2. Edit the values in the script as needed, and setup the prerequisites noted in the script.
  3. 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 OFI: Make use of the solution proposed for issue #83 ("ssh keys?") to avoid having to maintain keys and passwords within this script.

Clone this wiki locally