On 6/17/18, Thomas Levine <_...@thomaslevine.com> wrote:
> As content is added to a fossil repository, files in the corresponding
> deconstructed repository never change; they are only added. Most backup
> software will track changes to the deconstructed repository with great
> efficiency.
>
> I should thus take my backups of the deconstructed repositories, yes?

Fossil itself tracks changes with great efficiency.  The best backup
of a fossil repository is a clone.

The self-hosting Fossil repo at https://fossil-scm.org/ is backed up
by two clones, one at https://www2.fossil-scm.org/ and the other at
https://www3.fossil-scm.org/site.cgi.  Each of these clones is in a
separate data center in a different part of the world.  The second
clone uses a different ISP (DigitalOcean instead of Linode).  Both
clones sync to the master hourly via a cron job.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to