Unifi download backup file
How do I manually backup my UniFi controller? Category: personal finance life insurance. Users can generate a new UniFi backup file. How do you adopt UniFi AP managed by others? How do I read an UNF file? How do I move to the cloud key? How do I reset my UniFi controller? How do I update UniFi controller software? Where is UniFi base? How do I move my UniFi controller cloud key? How do I adopt a UniFi switch? How do I restore UniFi cloud key from backup? What is UniFi cloud key? How do I uninstall UniFi controller?
How do I backup my UniFi video? Star 1. New issue. Jump to bottom. Copy link. Host operating system Synology DSM 6. What do you expect to happen? Automatic backups are not running even though they are enabled A message appears that says the backup fails when I click Download backup An error is logged in the system. NullPointerException at com. Sign up for free to join this conversation on GitHub. Go straight to the BackiFi review or start with the Rclone method:. So we start with the manual way to backup our Unifi Controller to the cloud or other location.
Rclone is a command-line program that helps you with managing files in cloud storage locations. With Rclone we will make the connection to the storage of our choice and set up the sync between the backups created by our Unifi Controller and our cloud storage. Rclone is completely opensource and free to use. Login to your controller over SSH. Use the IP Address of your controller and the login credentials to connect. We can now connect our cloud storage in Rclone. I am going to use Dropbox in the example.
First we open the rclone config and then add a new N storage provider. All supported storage providers are listed. Enter the number of the storage provider you like to add. So leave everything blank and skip the configs.
If you are using another storage provider, then check these manuals for the instructions to authenticate it. We need to complete the Dropbox authorization on our computer. Download Rclone here for your PC. Unzip the folder and extract the files. Navigate to the extracted files. Next, we are going to authorize Dropbox.
Click on Sign-in and Allow Rclone to access your files and folders. You will see a success screen, we can close the window and go back to our Rclone config on our computer. We need to copy this code to our Rclone config on the Unifi Controller.
To past in SSH, simply right click again. Press Y to save it. So before we are going to sync our Unifi Controller backup files, we need to create a folder in Dropbox to store them. We can now start the sync of our backup files. Run the following command to sync the files. We are using the sync function from Rclone and not the copy.
If you would use copy, then your Dropbox will run full with backups, they will never get deleted. Sync will also remove old files, it keeps the Dropbox folder in sync with the backups listed in your Unifi Controller.
Keep in mind that Dropbox has day file retention, so if something goes wrong you can always restore the files in Dropbox. If you want to keep the files indefinitly use rclone copy instead of rclone sync.
If you get a permission error, that for example can happen on a Raspberry PI, then we need to add your user to the Unifi group. So we need to create a Cronjob for this. That is all. Your Unifi Controller backups will now be copied everynight to your Dropbox storage.
You can always restore your controller from an backup.
0コメント