Rclone – Backup Your Data To Google Drive
HOW TO COPY YOUR DOWNLOAD FILES TO GOOGLE DRIVE
Setting the rclone connection
Download Rclone Authorization Script from the attachment
How to copy your files from seedbox to google drive
STEP 1
Download WinSCP then install in your desktop
STEP 2
Install it on your pc, and then login with your seedbox details.
Click login button and then Yes button
STEP 3
Download rclone script at the attachment
STEP 4
Open the script via notepad++
Change the username with your seedbox username and then make sure the “google drive” name is same with the configuration and save it.
Then, Upload the script to your seedbox home directory example /home/test
STEP 5
Open putty, and login with your seedbox details
STEP 6
Give permission to the script. Type chmod +x backup.sh and press enter
STEP 7
Run the script. Type screen -S backup and press enter
STEP 8
Run the script by type ./backup.sh
Press CTRL + A + D to detach from the backup screen, and your may close your putty
Done. Now your files are backup to your google drive.
STEP 9
To check the current backup progress. Just type tail -f backuplog.txt
Press CTRL + C to exit from backup progress.
IMPORTANT NOTES
*Only run the script 1 times only. No need to run many times as the script will spawn multiple and duplicate process.
**You may close the putty after run the script. The script will run your backup until finish copy to your google drive.
***This script will copy all your files and folder from your seedbox to your google drive.