Comment on Automating Restic backups
InnerScientist@lemmy.world 1 week ago
The problem seems to be that when you run restic with systemctl start, it passen on your user environment including the information of where your rclone.conf lies. When the systemd service runs on its own it doesn’t have this. You need to either tell restic the path to your rclone config or set the home environment such that the systemd service checks the right location.
gedaliyah@lemmy.world 1 week ago
my Files look like this:
I’m running the systemd commands from a root terminal and the permissions on restic-env and restic-password are 007