On a Linux box, I have the various passwords, etc. required for a backup stored in the keyring. I have scripted my backup operation and the script works as expected when invoked manually (with no prompts for passwords or other credentials). However, when I attempt to run it via cron, I get the following failure:
Failed to get the value from the keyring: keyring/dbus: Error connecting to dbus session, not registering SecretService provider: dbus: DBUS_SESSION_BUS_ADDRESS not set ssh_key_file is not found in Keychain/Keyring
What am I missing please?