-
-
Notifications
You must be signed in to change notification settings - Fork 435
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.
- Create this script on unRAID (can be adopted on any bash shell).
- Edit the values in the script as needed, and setup the prerequisites noted in the script.
- Make the script executable by running
chmod +x ./filename.sh
- 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.