Dokploy / dokploy

Open Source Alternative to Vercel, Netlify and Heroku.
https://dokploy.com/
Other
9.33k stars 459 forks source link

Ability to backup to more destination types #416

Open saidul opened 2 months ago

saidul commented 2 months ago

What problem will this feature address?

Can not backup to FTP, SFTP, Google Drive other storage solutions.

Describe the solution you'd like

Add support for other destination types like Google Drive, One Drive, FTP, SFTP etc.

Describe alternatives you've considered

During backup destination creation, we can select destination types and their credentials accordingly. This can later be used in upload phase of backup process. Following can be used for uploading the data:

Additional context

No response

Siumauricio commented 2 months ago

Sounds like a good idea, it is in my plans to come up with a way to support multiple destination sources also for backups and more, I think rclone looks like a very good suggestion as it supports many ways, I will add to the roadmap

Siumauricio commented 2 months ago

Partially closed by #469, we need to adjust a little bit the code in order to support more providers, but we are using RCLONE for now for S3

kerimovok commented 2 weeks ago

Hello, are there any updates on this?