Skip to content

Instantly share code, notes, and snippets.

@pvilas
Created August 10, 2015 17:28
Show Gist options
  • Save pvilas/115b94eead261473038f to your computer and use it in GitHub Desktop.
Save pvilas/115b94eead261473038f to your computer and use it in GitHub Desktop.
Recover a damaged firebird database
gfix -m -f -ignore Base.gdb
gbak -b -v -limbo -ignore Base.gdb Respaldo.gbk
gbak -c -r -v Respaldo.gbk Base.gdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment