pcal43 / fastback

Fast, incremental Minecraft world backups. Powered by Git.
https://pcal43.github.io/fastback/
GNU General Public License v2.0
127 stars 19 forks source link

Why is there no garbage collection remotely? #291

Open CMJNB opened 11 months ago

CMJNB commented 11 months ago

Why is there no garbage collection remotely? There is branch pruning and garbage collection locally, and only branch pruning remotely.

Merith-TK commented 9 months ago

to my knowledge, with the nature of how git works, you basically almost (keyword almost) never need GC on the remote

CMJNB commented 9 months ago

to my knowledge, with the nature of how git works, you basically almost (keyword almost) never need GC on the remote

However, if I do not manually execute "git gc" on the remote warehouse, the remote disk space occupied will become very large, provided that I execute "remote-prune"