All of lore.kernel.org
 help / color / mirror / Atom feed
* Incremental Backup of repositories using Git
@ 2025-05-05 14:35 Akash S
  2025-05-05 16:18 ` Justin Tobler
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Akash S @ 2025-05-05 14:35 UTC (permalink / raw)
  To: git@vger.kernel.org; +Cc: Adithya Urugudige, Abhishek Dalmia

Hi,

Currently we are backing up repositories using the "git clone -bare" command and save it to disk. If we want to restore, we just run git push -mirror from the repo that was saved during the backup.

Currently we are running full backups (run git clone -bare) everyday, which is taking a lot of disk space and time.

Are there any possible ways to backup only the incremental changes of a repository? And somehow construct the whole repository when we want to do a restore from the incremental backups?

Thanks,
Akash

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-05-27 22:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-05 14:35 Incremental Backup of repositories using Git Akash S
2025-05-05 16:18 ` Justin Tobler
2025-05-06 12:44   ` Abhishek Dalmia
2025-05-06 20:46     ` Justin Tobler
2025-05-08 10:24       ` Abhishek Dalmia
2025-05-08 18:39         ` Jeff King
2025-05-27 22:21           ` Abhishek Dalmia
2025-05-08 18:47 ` Michal Suchánek
2025-05-08 19:47   ` Jeff King
2025-05-08 20:06     ` rsbecker
2025-05-08 20:20       ` Jeff King
2025-05-09  9:08     ` Michal Suchánek
2025-05-09 11:13 ` Michal Suchánek
2025-05-09 11:22   ` Michal Suchánek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.