finlayhalliday / Pterodactyl-Auto-Backup

A simple solution to automatically backup your users data
16 stars 5 forks source link

rclone as option #2

Open IdefixRC opened 5 years ago

IdefixRC commented 5 years ago

very nice. Thanks for posting this ! Helped me a lot to get my script running !

I setup my server to use rclone to backup the tar file to google cloud. Unfortunately, I'm not very good at scripting so I only created a simple rclone script based on your example (in essence replaced the rsync command with the rclone command).

If you are keen to look into rclone as another option take a look here (instructions on how to set it up for google drive): https://www.techrepublic.com/article/how-to-sync-your-linux-gui-less-server-to-your-cloud-service-with-rclone/

Maybe you would like to expand the setup script to allow the selection and configuration of either rsync or rclone (with the option to call the rclone setup script to run the remote host configuration in-between)? :-)

finlayhalliday commented 5 years ago

I'll look into it when I get back to working with pterodactyl. Thanks for the advice!