I don't know if it is possible with this protocol, but we usually stream the dump from our databases towards the destination like this:
mariadb-dump | xz -6 - | rclone --s3-chunk-size 15M rcat dbdump:db20260629_dmp.xz
in this case the final destination is an s3 bucket, but I would like to use Internxt as a backend. Would it be possible to plan an rcat even for internxt?
I don't know if it is possible with this protocol, but we usually stream the dump from our databases towards the destination like this:
in this case the final destination is an s3 bucket, but I would like to use Internxt as a backend. Would it be possible to plan an rcat even for internxt?