🚀 Any chance to get it working on MacOS and Windows? #47
-
Hi! I'm wondering how hard would be to make this work on MacOS as well 🚀. I don't know much about that, and I think Mac does not use systemd but another init system. Anyway, I'm so happy with the triad "restic / Backblaze / this script" that I'd love ❤️ to have it working on MacOS, so we can have a single "universal" backup solution for both Linux and MacOS. I guess it should be feasible and probably not so complicated in the case that Mac init system offers similar capabilities than systemd. What do you all think? Anyone has ideas or prior background? Cheers! P.S. My use case is to backup homedir only, but I don't think this is much of important. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello,
To answer your question, to get it to work on Mac/win: it already does! Most effort would be to document this nicely in the repo, and figure out how to structure and separate this. Should the Makefile have different targets like I could get this done, not right now, but a bit later when I have more time. Are you on Mac & Windows as well? In that case I could need someone help in testing it out! |
Beta Was this translation helpful? Give feedback.
Hello,
LaunchAgent
for this though as documented here. It does not seem hard to do.ScheduledTasks
. See here: https://github.com/erikw/dotfiles/tree/personal/bin/restic-windowsTo answer your question, to get it to work on Mac/win: it already does!
Most effort would be to document this nicely in the repo, and figur…