autorestic icon indicating copy to clipboard operation
autorestic copied to clipboard

Config driven, easy backup cli for restic.

Results 82 autorestic issues
Sort by recently updated
recently updated
newest added

When running `autorestic check`, at some point, autorestic runs `restic check`. However, any option in the YAML configuration file won't be passed to `restic`. Only environment is included. The code...

bug

This PR adds the ability to use cron inside the docker image. Autorestic Cronjob would run every minute, checking for any backups due in $CRON_CONFIG_DIR Cron is only enabled if...

Hi! This PR attempts to add the feature requested in #173 fix #173 You can configure these hooks in a new `restore` node in the `location` object, for example: ```yml...

**Is your feature request related to a problem? Please describe.** A simple command to mount backups would be very useful **Describe the solution you'd like** `autorestic mount backend_name /destination` And...

**Expected behavior** When running `autorestic -v backup -a` I expect to see restic's native progress output. With autorestic currently I only see the command that is being executed, e.g. `>...

enhancement

**Describe the bug** Running `autorestic check` against a yaml adds this config option to a location: ``` forgetoption: "" ``` However this is invalid if doing another check or doing...

bug

I'd quite like to have `autorestic` packaged as a [Snap](https://snapcraft.io/docs/getting-started) so I would be able to install it using a package manager, and so I could confine it in a...

**Is your feature request related to a problem? Please describe.** Particularly when backing up databases or the like one uses hooks pre-backup to dump the database. When restoring the database...

**Is your feature request related to a problem? Please describe.** I'm using config management to deploy autorestic on multiple servers. [My ansible role](https://0xacab.org/varac-projects/ansible-role-autorestic) creates autorestic config files in a declarative...

bug

Hi, thanks for working on autorestic, it has been really helpful! I was looking to contribute to the project and noticed there are no unit tests, or there might be...