Bigsync

Tool to backup large files to a slow media
Download

Bigsync Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Egor Egorov
  • Publisher web site:
  • http://code.google.com/u/egor.egorov/
  • Operating Systems:
  • Mac OS X 10.5 or later
  • File Size:
  • 21 KB

Bigsync Tags


Bigsync Description

Tool to backup large files to a slow media Bigsync is a free and open source command line based tool to incrementally backup a big file to a slow destination (think network media or a cheap NAS). The most common cases for bigsync are disk images or virtual OSes or encrypted volumes.Bigsync will read the source file in chunks calculating checksums for each one. It will compare them with previously stored values for the destination file and overwrite changed chunks if checksums differ.This way we minimize the access to a slow target media which is the whole point of bigsync. Examples:· bigsync --source /home/egor/Documents.dmg --dest /media/backup/documents.dmg.backup· bigsync --source /home/egor/Win.vdi --dest /media/backup/virtualmachines/Bigsync vs rsyncrsync does kind of the same thing, too. But rsync does read both files to calculate checksums, which slows down the whole process a lot when working with slow media. Bigsync only reads source file, and writes only changed blocks to destination, which minimizes load and access to the destination drive. Installation: Unarchive, open a Terminal window, go to Bigsync's folder and run the following commands from the command line (afterwards run the program using its name "./bigsync"):makemake install Requirements: · Apple Xcode (to build Bigsync from source)


Bigsync Related Software