Hi
working my way through a new restic setup.
I have setup a restic lxc with rest_server working …
I have started to write scripts to do specific backups to the 1 repository
I also want to copy / backup to the cloud - looks like wasabi
I was thinking I could just copy all of my snapshots from the local repo to the cloud one.
But I read that it has to read and rewrite the entire snapshot and as i want to store some largist (?) snapshots I am concerned about the download and the re upload of the entire repo.
My aim was that I would purge locally and potentially purge remotely
I understand I should create them with the same chunk size !
Then reading through the forums that it might be better to just run to restic jobs 1 local and 1 remote. does that help - also when it comes time to prune don’t I have read all of the snapshot again ..
I thought about just rclone the restic repo - but I want my cloud to hold all of my long term backups and my local to hold a lot more - but maybe only for couple of months - the cloud maybe years or more - don’t think rclone can help with that.