Replies: 1 comment 3 replies
-
|
Or something like https://github.com/cupcakearmy/autorestic is better suited for my use case? (Or maybe even https://github.com/rustic-rs/rustic?) I noticed restic forum admin to recommend at resticprofile couple of times and it has a mention here; so that was definitely an encouragement :) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is how I backed up and maintained using
resticon my last Mac (Catalina) in this very crude way.And use these for scheduling.
I was hoping whether I could simplify all this using
resticprofileon my new Mac (Sonoma) keeping same:restic.envfile that I'd load when using and preferably unload after using)RESTIC_INCLUDE_FILEfile. I can move it directly to YAML if needed.Basically start appending to the same remote b2 bucket; only diff; and not a fresh backup. I already have all the local files I had in source set on my Mac.
I can start at https://creativeprojects.github.io/resticprofile/configuration/examples/ but before that I wanted to see whether the communicaty has some more closer examples or tutorial/blogs for what I want to achieve.
Beta Was this translation helpful? Give feedback.
All reactions