Skip to content

Ability to backup to more destination types #416

@saidul

Description

@saidul

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:

  • rclone - supports a lot of destination. destination configuration can be given as argument. Using rclone will probably be easiest and fastest to add support for many providers.
  • https://github.com/duna-oss/flystorage - common api for services. adapter based.
  • Independent libraries - will require more effort but provides granular control over each api.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions