Sentora Support Forums

Full Version: [ASK] Backups All domian + Databases to Google Drive
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Sir,,, do you know how to backup all domain accounts + database in sentora directly sent to google drive account?
You can use rclone to upload your backup files to Google Drive (I suppose you will make 2 tar archives: first with databases, second with your public_html files).
(11-08-2016, 01:51 AM)Bobses Wrote: [ -> ]You can use rclone to upload your backup files to Google Drive (I suppose you will make 2 tar archives: first with databases, second with your public_html files).
how to use sir? I do not understand in the tutorial?
I think the documentation is very clear: http://rclone.org/drive/
You must run this command first, then follow the steps:
Code:
rclone config
There is also

https://github.com/TurboGit/hubicfuse

Notice you can also rsync over FTP using :

http://lftp.tech/
I think is a good idea to use only FTPS.

Trimis de pe al meu Orange Reyo folosind Tapatalk
I've tried a manual backup in multcloud, pretty easy to just create FTP accounts tp I expect automatic backup process run Sad anyone ever tried something similar?
You have to mount your FTP file system and use curlftpfs.
I don't have time to translate now, but you can read something similar here (use Google Translate): http://www.bobses.eu/2016/10/28/cum-se-f...cu-ubuntu/

Atention: don't use FTP, use FTPS (FTP Secure)!