I have setup gitea server within LAN (on premise gitea server on desktop).
I want to have a back up gitea repository including users/roles etc so that in case of a failure, I can retrieve latest gitea content and setup the server again quickly without causing any disruption to gitea clients connecting from PCs within the LAN.
I see that there are basically 2 ways of doing this (Context: Windows PC) - What is the best way of both? Pls suggest.
Copying gitea/data directory content on incremental basis or daily basis (say using robocopy command).
Running gitea dump command everyday so that the dump zip file is placed in backup path.
Thank you in advance,