[Borgbackup] Crontab

Alberto Luaces borgbackup at aluaces.fastmail.com
Thu Jun 1 07:53:36 EDT 2023


Ralf Fechner via Borgbackup <borgbackup at python.org> writes:

> Now I have created a new SSH key to access the server. I no longer have this Key in the .ssh directory, but I load this key into the ssh agend using KeepassXC.

You can run «ssh-add -L» from your cron script and inspect the logs.

My bet is that the environment variables the ssh agent exports are not
available when running the script through cron, thus ssh cannot reach
the key.


More information about the Borgbackup mailing list