2021-05-31 12:34 PM
2021-06-01 02:12 AM
2021-06-01 02:02 PM
2021-06-02 06:49 AM
2021-06-02 01:29 PM
2021-06-03 01:13 AM
Erik wrote:
- The plist-file file is setup correctly (according to the PDF) but I guess somthing is wrong whit the permissions when it runs scheduled)
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>com.example.BkUpDaily</string> <!-- OR com.example.BkUpDaily_v24 --> <key>ProgramArguments</key> <array> <string>/BSBkupScripts/backupscript.sh</string> <!-- Path? v24MacServerAndManagerBkUp.sh --> </array> . . .(2) ownership is? =root?
sudo chown root:wheel "/Path/To/The/com.example.BkUpDaily_v24.plist"(3)
2021-08-11 11:22 PM
2021-08-12 02:43 AM
Erik wrote:Hi Erik,
As I have mentioned before I think there is somthing wrong whit permissions.
Has anyone got the schedule to work at Catalina or Big Sur?
2021-08-17 02:10 AM