forked from alichtman/shallow-backup
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |