-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS Monterey? #78
Comments
It doesn't seem to work.
|
@stevegrunwell Do you still use this on Monterey? If you've a minute could you please take a look. |
Unfortunately, I don't have access to a machine running Monterey to test; apparently, the new OS dropped support for pre-2015 MacBook Pros, so my late 2013 will be stuck on Big Sur for the foreseeable future 🙁 Fortunately, the script itself should still work just fine as it doesn't rely on the Homebrew installation path; instead, the plist file will need adjustment when running on Monterey. It looks like Homebrew itself may have updated the formula, so I'd recommend uninstalling and reinstalling Asimov on your system: $ brew update && brew reinstall asimov Once that completes, you should be able to enable the daily schedule: $ sudo brew services start asimov Please report back with your findings! |
It would be great to know if this is still working on Monterey. Maybe this is easy for you to give it a go, @sandrodz ? @stevegrunwell Is the plist modification (for the new And are there any risks of messing up time machine and rendering it non-operational if something goes wrong? Additionally I'd love to know how easy is to create new rules: For example for Thanks, and I cross fingers it all works well on Monterey, as currently my backups take very long for all dependencies and virtual environments created daily. 😊 |
Starting the service doesn't seem to work for me even after reinstalling on Monterey:
|
I just installed, i will share results. |
@Jamesking56 You need to run |
seems to be working |
@carakas I have same issue, how did you fixed it? when I run manually can you please let me know thanks |
I believe that a brew service is unnecessary to make this tool function. The
This code will execute the asimov script at 22:00 every day. Although it's not perfect, it's enough for this case. |
You can use Running |
Hi, I wonder if this is still current on Monterey, as Homebrew installs now on
/opt/homebrew
rather than/usr/bin
.It would be great if it did, because I don't want to send to my NAS all node_modules and virtual environments!
Thanks!
The text was updated successfully, but these errors were encountered: