YunoHost-Apps / borg_ynh

An experimental Borg implementation for YunoHost
https://www.borgbackup.org/
GNU Affero General Public License v3.0
19 stars 23 forks source link

backup-with-borg automatically starts after server restart #60

Closed deckname closed 3 years ago

deckname commented 3 years ago

Nov 19 11:22:27 ... systemd[1]: Started Run backup borg regularly. Nov 19 11:22:30 ... systemd[1]: Starting Run backup borg... then the backup-with-borg routine starts

I restarted to confirm this happens every time: Nov 19 12:01:37 ... systemd[1]: Started Run backup borg regularly. Nov 19 12:01:40 ... systemd[1]: Starting Run backup borg... then the backup-with-borg routine starts

I have it set to backup daily. With two restarts the app will do 3 backups today.

alexAubin commented 3 years ago

ping @zamentur : could it be that it's due to https://github.com/YunoHost-Apps/borg_ynh/blob/testing/conf/systemd.service#L12 ?

zamentur commented 3 years ago

Fixed in #71