Hi all,
I need some advice regarding a user situation:
The user uses Kopia (with ransomware protection enabled) to back up data to my MinIO S3 storage.
Unfortunately, their systems were breached and encrypted. They’re now trying to recover their data, but the slow internet connection makes downloading everything from S3 impractical—it would take several days.
I’d like to expedite their recovery by shipping them a hard drive with files from the Kopia repository. However:
I know that the structure of a Kopia repository differs between cloud-based and other repository types.
Kopia recommends using kopia repository sync-to for such cases but that requires me knowing their password. Is there a way to prepare the hard drive with their repository data without knowing their repository password and without requiring any additional setup or action from their side?
Any guidance or recommendations for handling this would be much appreciated!
I have tried to convert from a S3 repository to a filesystem repository by adjusting the .shards file, but Kopia still complained: ERROR error connecting to repository: repository not initialized in the provided storage
Maybe the best thing to do in your case is shipping the repository as is and let your client spin up a S3 server pointing to the repository.