As you can see in Automatic backups stopped AND rolled back when restoring drive image of Ubuntu-partition I had to recreate the database after restoring a drive image backup of my Ubuntu partition. But now, after Ubuntu has restarted, the daily automatic backing up has stopped. Why?
I can add that the command “ps -ef | grep -i Duplicati” in Terminal gives this:
henrik@Henrik-L570:~$ ps -ef | grep -i Duplicati
henrik 1061 1 0 okt24 ? 00:00:00 DuplicatiServer /usr/lib/duplicati/Duplicati.Server.exe
henrik 1176 1061 0 okt24 ? 00:02:42 /usr/bin/mono-sgen /usr/lib/duplicati/Duplicati.Server.exe
henrik 13187 13174 0 15:33 pts/0 00:00:00 grep --color=auto -i Duplicati
And the file “/lib/systemd/system/duplicati.service” contains this:
[Unit]
Description=Duplicati web-server
After=network.target
[Service]
Nice=19
IOSchedulingClass=idle
EnvironmentFile=-/etc/default/duplicati
ExecStart=/usr/bin/duplicati-server $DAEMON_OPTS
Restart=always
User=henrik
[Install]
WantedBy=multi-user.target
Does anyone have any idea about why the automatic daily backups stopped?