In order for the configuration process to go smoothly, you need to prepare the following:
A dedicated Google Drive account for data backup
Install Rclone and get Google Drive Token
On Windows
Download the 64bit or 32bit Rclone software to your computer at https://rclone.org/downloads/ Then extract the downloaded zip file above we have the rclone.exe file, assuming it is located in the D:\Rclone\rclone.exe
Open CMD application folder of your computer. Windows (Run-CMD) and then run the following command:
D:\Rclone\rclone.exe authorize "drive"
Don't forget to change D:\Rclone\rclone.exe
to the corresponding path on your computer! A browser will open, go to step 3
On Linux/macOS/BSD
Open the terminal application and then run the command to install (note the sudo password):
curl https://rclone.org/install.sh -o rclone.sh;sudo bash rclone.sh;rm rclone.sh rclone authorize "drive"
A browser will open, go to step 3
Select the Google account to back up to:
Allow connection to your account:
Go back to terminal/cmd in step 2, you will see a piece of code as shown below, please copy this code again:
Go to the server management page and select the server to backup, then click the "Backup" tab
Select Google Drive
In the memo box, enter a description to make a note, in the second box is "Backup Google Drive Code", enter the code copied in step 5
Click save to finish.
In order for the configuration process to go smoothly, you need to prepare the following:
A dedicated Microsoft OneDrive account for data backup
Install Rclone and get OneDrive Token
On Windows
Download the 64bit or 32bit Rclone software to your computer at https://rclone.org/downloads/ Then extract the downloaded zip file above we have the rclone.exe file, assuming it is located in the D:\Rclone\rclone.exe
Open CMD application folder of your computer. Windows (Run-CMD) and then run the following command:
D:\Rclone\rclone.exe authorize "onedrive"
Don't forget to change D:\Rclone\rclone.exe
to the corresponding path on your computer! A browser will open, go to step 3
On Linux/macOS/BSD
Open the terminal application and then run the command to install (note the sudo password):
curl https://rclone.org/install.sh -o rclone.sh;sudo bash rclone.sh;rm rclone.sh rclone authorize "onedrive"
A browser will open, go to step 3
Sign in to your Microsoft account (skip if you're already signed in)
Allow connection to your account by clicking Yes or Yes:
Go back to terminal/cmd in step 2, you will see a piece of code as shown below, please copy this code again:
The code in between Paste the following into your remote machine --->
and <---End paste
okay!
Go to the server management page and select the server to backup, then click the "Backup" tab
Choose OneDrive
In the memo box, enter a description to make a note, in the second box is "Backup OneDrive Code", enter the code copied in step 5
Click save to finish.
In order for the configuration process to go smoothly, you need to prepare the following:
A dedicated Dropbox account for data backup
Install Rclone and get Dropbox Token
On Windows
Download the 64bit or 32bit Rclone software to your computer at https://rclone.org/downloads/ Then extract the downloaded zip file above we have the rclone.exe file, assuming it is located in the D:\Rclone\rclone.exe
Open CMD application folder of your computer. Windows (Run-CMD) and then run the following command:
D:\Rclone\rclone.exe authorize "dropbox"
Don't forget to change D:\Rclone\rclone.exe
to the corresponding path on your computer! A browser will open, go to step 3
On Linux/macOS/BSD
Open the terminal application and then run the command to install (note the sudo password):
curl https://rclone.org/install.sh -o rclone.sh;sudo bash rclone.sh;rm rclone.sh rclone authorize "dropbox"
A browser will open, go to step 3
Sign in to your Dropbox account (skip if you're already signed in)
Allow connection to your account by clicking "Agree" or "Allow":
Go back to terminal/cmd in step 2, you will see a piece of code as shown below, please copy this code again:
The code in between Paste the following into your remote machine --->
and <---End paste
okay!
Go to the server management page and select the server to backup, then click the "Backup" tab
Choose Dropbox
In the memo box, enter a description to make a note, in the second box is "Backup Dropbox Code", enter the code copied in step 5
Click save to finish.