Automation backup between external servers

Hello,

is there a way to automate copies between external services.
Let’s say copying from Nextcloud folder to FTP or from Google Drive to FTP.

Like “every new file in the Google Drive will be copied to FTP”.

Thanks !!!

I’m going to leave here our solution so someone with the same needs can use.

You can create a script that get content from /var/www/html/data/admin/files/ and upload it to the ftp you want

If you want to copy between different services and you use them all as external storage in your account, you can just login (via webdav) and copy files directly on the server (even as a cronjob).