[Suggestion/Vorschlag] Add backuptime / hinzufügen von Backupzeit

Good day

I use nextcloudpi on a Raspberry and am very satisfied with it. I like all the simplifications dur ncp. It’s easy to create backups, but I’m lacking a small amount of it and that the backup runs at certain times. I think of something like an extension in the selection where I can set the time. For example, I would like to create a backup daily at midnight.

With best regards
Schmidt

Guten Tag

Ich nutze nextcloudpi auf einen Raspberry und bin damit sehr zufrieden. Mir gefallen die ganzen vereinfachungen dur ncp. Es ist einfach backups zu erstellen, nur eine kleinichkeit fehlt mir und zwar, dass das backup zu bestimmten Zeiten ausgeführt wird. Ich denke an soetwas wie eine erweiterung bei der auswahl, wo ich die Zeit einstellen kann. Sprich ich möchte zumbeispiel täglich um Mitternacht ein backup erstellen.

Mit freundlichen Grüßen
Schmidt

1 Like

You can simply edit the cron job

sudo nano /etc/cron.d/ncp-backup-auto
0 3 */1 * * root /usr/local/bin/ncp-backup-auto

Above runs daily at 3 am, change 3 to 0 and will run at midnight.