Skip to content

Conversation

jockel-mge
Copy link

No description provided.

Copy link
Collaborator

@sebschlo sebschlo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for taking forever to take a look, thanks for sending this in! Just have a couple of questions

RUN apt update
RUN apt install -y --no-install-recommends tarsnap

RUN pip install tarsnapper awscli
RUN pip install tarsnapper awscli --break-system-packages
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how come this is necessary?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we make a virtual env instead?

$ tarsnap --keyfile tarsnap.key -r -f your-app-backup/some-archive-name > restore.tar

(Note: A `bin/restore` script does exist in the Heroku app to simplify this, but unfortunately `heroku run` mangles stdout so we can't get a tarball.)
See gitbook.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

which gitbook?

@@ -1,23 +0,0 @@
#!/bin/bash
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you removing because of @bfirsh 's comment that this script is not working?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants