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

I could not find anything in the docs. Is it currently possible to have different crons per backend location? For example: ```yml locations: data: from: /mnt/data to: - local -...

enhancement

Running `autorestic backup -a` or `autorestic check` (for second time) gives error: ``` 1 error(s) decoding: * 'locations[storage]' has invalid keys: forgetoption Could not parse config file! ``` **Environment** -...

**Describe the bug** i am not able to create an backup with an simple autorestic.yml my autorestic.yaml file `version: 2 locations: my-locations: from: /data to: hdd backends: hdd: type: local...

In the [docker guide](https://autorestic.vercel.app/docker) there isn't an example with docker-compose, adding one will help simplify the usage even further

/location/options/forget instead of /location/forget.

**Describe the bug** Running `autorestic uninstall` returns 0 but doesn't remove binary, nor does anything else noticeable. **Expected behavior** It removes autorestic. **Environment** - OS: openSUSE Tumbleweed - Version: 20231225...

The command in the documentation was wrong and didn't run the script with elevated privileges as mentioned in #308.

Hi! To start with I just wanted to say thanks for maintaining this project, it's made managing backups with `restic` so much easier for me :smile: **Describe the bug** Even...

**Describe the bug** I'm using autorestic to backup a local mount to an S3 backend (Scaleway, not AWS). After some testing ([where `check` wouldn't work](https://github.com/cupcakearmy/autorestic/issues/194#issuecomment-1515790823)) I managed to get `check`...