Backups

Backups

235k Downloads

store in zip archive

Quetz4l opened this issue ยท 1 comments

commented

Store without archive is bad for hdd and ssd. There are so many small files...

Add storing in zip or another archive

commented

Unfortunately, storing all of the backup files in a single archive file would prevent my mod from creating incremental backups, which is the central feature of my mod. My mod uses hard links to prevent unchanged files from taking up additional space across multiple backups. Most archive formats do not support hard links, and the few that do (like tar) cannot form hard links across separate archives.

If you want a backup mod that does store everything in archive files, I suggest looking at something like FTB Backups.