Comment on @Hubzilla Support Forum Mine is running on a shared host. I have SSH and Git a
@𝓒𝓱𝓻𝓲𝓼 Write an appropriate shell script and add it to your crontab. Everyday admin jobs. I cannot explain it deeper in detail here.
Comment on @Hubzilla Support Forum Mine is running on a shared host. I have SSH and Git a
Then you just need to create a cron job for it. So
crontab -Eand enter the following line, for example
0 2 * * * /path/to/hub-snapshot.sh >> /var/log/hub-snapshot.log 2>&1(for a daily backup at 2 am).
You can also use https://crontab-generator.org/ to generate the correct cron job.
The FreeBSD Handbook also has a decent section on scheduling and cron here: https://docs.freebsd.org/en/books/handbook/config/#cron-periodic
(The periodic system I believe is particular to FreeBSD.)
While there's no need to be an expert to host a Hubzilla server, a bit of basic unix knowledge is very useful :)