Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-miller committed Apr 11, 2014
1 parent bd868dd commit fed3b20
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
time-machine-sparce-bundle-fix
==============================

Time Machine Sparsebundle Fix

When Time Machine backs up to a NAS, it will often get corrupted and prompt a message saying,
“Time Machine completed a verification of your backups. To improve reliability, Time Machine must create a new backup for you.”

This script fixes that issue so that Time Machine can continue using the existing backup.

1) First mount the backup drive share so that the sparcebundle is accessible.
2) Make sure the script has execute permissions: chmod +x fix_time_machine.sh
3) Run the script:
Usage - fix_time_machine.sh /Volumes/[BackupDrive]/[SparceBundle].sparsebundle/

It is based off a guide written by Garth Gillespie at http://www.garth.org/archives/2011,08,27,169,fix-time-machine-sparsebundle-nas-based-backup-errors.html
It is also a modified version of http://pastebin.com/iw5nYFb0 - credit goes to anon.

0 comments on commit fed3b20

Please sign in to comment.