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

Change backup time schedule #59

Open Thatoo opened 3 years ago

Thatoo commented 3 years ago

Hello,

I'm wondering how we can check and then change the backup time schedule? I think I set it up to weekly but I would like to be sure and if I set it up to monthly then I'd like to change it. How can we do that?

Regards,

Thatoo commented 3 years ago

I guess it can be done with a command like sudo yunohost app setting borg on_calendar -v "weekly"

If someone could confirm, this issue could be closed

zamentur commented 3 years ago

No it's not enough to make it work. You need to change the borg.timer in /etc/systemd/system .

xoddark commented 2 years ago

Now you also can change Frequency in borg config-panel.

But it's seems there is a bug to apply cf https://github.com/YunoHost-Apps/borg_ynh/issues/119

olberger commented 2 years ago

Just in case, systemctl status borg.timer can help, FWIW