Comment on @Hubzilla Support Forum Mine is running on a shared host. I have SSH and Git a

<- View Parent
pepecyb@hub.hubzilla.hu@hub.hubzilla.hu ⁨6⁩ ⁨hours⁩ ago
Well, you need to create a backup script. Either based on the snippet that @Alfred Bühler posted here, or, for example, as described in the admin manual, and name it something like hub-snapshot.sh.

Then you just need to create a cron job for it. So

crontab -E


and 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.

original
Sort:hotnewtop