Replicate Cloudron backup to a second (and third) datacenter
-
Dear all,
at the moment Cloudron does not offer ability to do multiple location bakcup.
What can be a best practice to replicate a backup on one or more different datacenters?
Thank's a lot!
-
@p44
The only way I know of is doing a local backup and pushing it with e.g. restic to different locations -
@necrevistonnezr Ok I'll take a look but for me is a little bit complicated
-
@girish said in Replicate Cloudron backup to a second (and third) datacenter:
@p44 I guess you can write a script to download/copy the backups. My backups are at home, I simply do a manual copy of the latest backup into another hard drive every month or so. I understand this is not ideal
Thank's Girish but idea is to keep a second copy on a different datacenter so in case of restore/recovery can be faster than upload all data from a DSL connection.
-
Googling I found this: https://www.multcloud.com/product.
Their forum seems to be active: http://forum.multcloud.com (but with broken ssl...).
What do you think?
-
@necrevistonnezr said in Replicate Cloudron backup to a second (and third) datacenter:
pushing it with e.g. restic to different locations
Another tool for this use case would be rclone.
-
@fbartels Thank's a lot, I'll take a look.
Rclone can «Mirror cloud data to other cloud services or locally». So I can «Mount multiple, encrypted, cached or diverse cloud storage as a disk», as described.
Eg. on a third Cloudron I can mount Storage A (source) and Storage B (destination) and use Rclone to move data.
Can be a good solution?