0 votes

Help with Amazon Glacier (original) data retrieval

Hi folks. I'm in way over my head with an AWS problem. Mainly because I don't understand how to use AWS at all, but in 2013 I used a tool called FastGlacier to backup my data (including baby picture and videos) to Amazon Glacier. I also had them on a local drive and a HDD I gave to a friend. Alas, my drive failed a few years ago, and he lost the other in a move.

Anyway, I'm not a coder, and AWS baffles me. I'd like to retrieve these data but don't know where to start. Would anybody well versed in AWS be willing to walk me through the process? The AWS guidance is over my head.

Many thanks in advance.

1 comment

  1. Weldawadyathink
    Link
    It seems like the idea would be to restore the files you want to download, which makes them accessible through standard s3, and then you can download them with an s3 client like rclone. Take a...

    It seems like the idea would be to restore the files you want to download, which makes them accessible through standard s3, and then you can download them with an s3 client like rclone. Take a look at the “AWS console” section on the linked help page.

    1 vote