endofzero / Minecraft-Sheller

Shell script designed to allow for automation of Minecraft Server Administration.
62 stars 18 forks source link

rsync -a blah blah and cp of EXTRACTEDBIOMES #30

Closed demonspork closed 13 years ago

demonspork commented 13 years ago
  1. We don't need the -z option in the rsync for sync_offline, the -z compresses the data as it is moved, which is unneeded when copying from local directory to local directory
  2. Why does the biome) section copy the EXTRACTEDBIOMES from the world-offline into the world folder? it doubles the size of my backups and is almost completely unnecessary, considering how quickly the biome extractor runs, even from scratch, so keeping a backup copy of it is a huge waste of space.
endofzero commented 13 years ago

Yeah... The copy is left over from the first method of biome generation before switching over to rsync. Both have been corrected.