Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alichtman committed Nov 15, 2018
1 parent 0315a2b commit 84a5a5a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/Troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Troubleshooting

Try removing the config file `$ rm ~/.shallow-backup` and running the program again.
**Error Reading Config**

If that doesn't work, open an issue with the error and we'll work through it.
Try removing the config file `$ rm ~/.shallow-backup` and running the program again. Config files from below version 2.0 are incompatible with the config files used after.

**Missing Files After Changing Backup Path**

Don't worry! They'll all be in the git repo, which was moved to the new path. The only exception will be any files that were not under git version control.

Try to `cd` into the backup directory and run `$ git log`. Then you can grab the last commit hash and checkout that revision. Your files will be there.

0 comments on commit 84a5a5a

Please sign in to comment.