-
-
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 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) and make it executable by running
chmod +x ./filename.sh
- Edit the values in the script as needed, and setup the prerequisites noted in the script.
- 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.