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

It would be nice to have a (very simple) webui for autorestic. Maybe this features should be available: - Configure a new backup / edit existing ones. - Explore a...

When using paths for exclusion then the path itself is not properly escaped in the resulting restic call. E.g. ```yaml locations: hdd: from: - /Users to: - myBackupTarget options: backup:...

**Describe the bug** My goal is to have my key in a separate file. I am following https://autorestic.vercel.app/backend/env to do that. However, since I elide the `key` field in the...

Hi, I was trying to implement #256 and was thinking that it could be a good idea to make some refactoring to the code base to maintain it more easily....

fix #191 Hi, Sorry for the new PR :), you will have a lot of work to review all of them I tried to solve the problem mentioned in the...

When using autorestic to backup docker volumes and containers, it would be a great feature to discover what to backup via docker labels. I first thought about a tool to...

Just a tiny addon to be able to customize the install path during installation.

fix #252 This PR just add the required line to combine the exec command with backend options.

**Describe the bug** I am using mTLS to connect to my backend server so I need to use the `tls-client-cert` with the path to my bundle file. My config looks...