There are two issues right now on macOS that need some guidance:
- Macs with multiple users and SIP enabled: how to backup other users? Installing Duplicacy instance to each user is not sustainable and cumbersome (if anything due to port conflicts). Running it as root not really an option since it does not validate integrity and signatures of CLI engine it launches. What is the official guidance here?
- Macs with SIP enabled: command line Duplicacy use. Since we can’t whitelist a naked executable for full disk access — can we expect Acrosync signed app bundle wrapper for the CLI engine? Or maybe Duplicacy_web to support interactive mode where instead of launching webserver and running schedules it would take and pass command line arguments to the CLi engine?