resticprofile icon indicating copy to clipboard operation
resticprofile copied to clipboard

Configuration profiles manager and scheduler for restic backup

Results 97 resticprofile issues
Sort by recently updated
recently updated
newest added

# Proposal for an updated configuration file format ## Introduction The current file format was decided at the time resticprofile was only using the `toml` format. Nesting pieces of configuration...

feedback

Implements #103 - [x] Dictionary of `restic` commands and options (with descriptions, defaults, type etc.) - [ ] Config info API (descriptions, defaults, restic(profile) option, etc.) - [x] JSON schema...

enhancement

**Is there a [JSON Schema](https://json-schema.org) for restic(profile) configuration files?** I see a JSON Schema especially useful if the [editor supports it](https://json-schema.org/implementations.html#editors) (e.g. [VS Code](https://code.visualstudio.com)), because the editing of a supported...

documentation

This PR attempts to create DEB, RPM and APK packages to simplify deployment on Linux. It is an early draft at the moment and requires more work and probably some...

enhancement

According to [the restic documentation](https://restic.readthedocs.io/en/latest/070_encryption.html), when I run `key add`, I should be prompted multiple times when creating a new key. When I run this through the resticprofile wrapper, it...

bug

Continuation from https://github.com/restic/restic/issues/2408 and [restic/docs/examples#backing_up_system_without_running_restic_as_root](https://restic.readthedocs.io/en/latest/080_examples.html#backing-up-your-system-without-running-restic-as-root) It'd be nice if there was a similar example with resticprofile. noping edit: I can /assign self, but due date I can promise would be...

documentation

Today, all the backup operations are initiated by the client (push). What if you would want a backup server asking for files from the clients? (pull). I'm opening this issue...

feedback

https://github.com/restic/restic/issues/2353 tldr there are 4 states of metered based on - did the system detect the state - metered or not resulting in metered-confirmed, metered-guess, unmetered-confirmed, unmetered-unconfirmed (default, very common)...

feedback

Add "default-command" from `global` also to the profile sections. This allows to create profiles (and group of such profiles) for special cases, e.g. like `check` or `prune`: ```yaml groups: prune-all:...

Hi, I started writing my own restic wrapping for running restic via systemd. After that I found `resticprofile`. I am currently in the process of replacing my systemd units with...

feedback