asepsis
asepsis copied to clipboard
migrate in ignores [root], only looks in home folder
$ asepsisctl migratein /Volumes/compartment-d
migrating all .DS_Store files from /Users/daniel into /usr/local/.dscage
no .DS_Store files found, nothing to do
Also, when rake install
ing:
> chmod 777 "/usr/local/.dscage"
chmod: changing permissions of '/usr/local/.dscage': Operation not permitted
failed with code pid 27739 exit 1
This makes the installation fail with an error, but it's still properly installed. I chowned the folder to daniel:staff
and re-ran which makes it complete.
However, also-also: asepsisctl isn't in PATH, so I have to manually link it somewhere in PATH. You do do
> sudo ln -Fs "/Library/Application Support/Asepsis/ctl/asepsisctl" "/usr/local/bin/asepsisctl"
but at least on my installation, this isn't in my PATH.
Anyway, the real prob here is the migratein
issue :)
Thanks
This project has been inactive since 2019. You may like to check out one of its forks (also no longer actively maintained, I believe, but supported up to macOS Big Sur), called Odourless, here: https://github.com/xiaozhuai/odourless