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

Bumps golang from 1.20-alpine to 1.21-alpine. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.20-alpine&new-version=1.21-alpine)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

I have a restic rest dedicated backup server that hosts multiple repositories. I am just playing around with building my first `.autorestic.yml` and it seems that anchors and aliases would...

Should the `--lean` flag perhaps silence the "an instance is already running. exiting" output? I'm running the following in cron, and I'm getting tons of logs that just say "an...

TODO: - [ ] Split internal package into multiple subpackages - [ ] Check dependencies - [ ] Code documentation - [ ] Better maintainability - [ ] Tests

### Discussed in https://github.com/cupcakearmy/autorestic/discussions/244 Originally posted by **katchy3132** October 7, 2022 I have a cronjob setup (running as root ) to run autorestic once an hour : `33 * *...

closes #256 This PR add a basic docker discovery system to autorestic. Autorestic can now connect to a docker daemon, check for volumes with a `autorestic.enable` set to `1` or...

crontab entries need a user. When copying and pasting the examples directly into my crontab, they were not running. Using a crontab checking utility, an error was generated: `Checking correctness...

**Describe the bug** The example config has this option for 'forget': `forget: prune # Or only "yes" if you don't want to prune` If I try: `forget: yes` I get...

bug

**Describe the bug** I am unable to run the container as the location to .autorestic.yml is unclear from the documentation. **Expected behavior** run container **Environment** - OS: [e.g. iOS] -...

First thanks, i'm new to restic (yesterday) even more to autorestic (today) and it really helps :) **Is your feature request related to a problem? Please describe.** I use my...