Browse Source

readme fixed

master
Victor Giers 1 year ago
parent
commit
5b230f6179
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      README.md

+ 1
- 2
README.md View File

``` ```
backup_routine.sh backup_routine.sh
backup_filelist.txt backup_filelist.txt
log.txt
``` ```
Create the files "backup_routine.sh" and "backup_filelist.txt" in this folder. Create the files "backup_routine.sh" and "backup_filelist.txt" in this folder.
Copy the code from "backup_routine.sh" in this repository into yours. Copy the code from "backup_routine.sh" in this repository into yours.
``` ```
git show commit-id:filename.ext > path/to/restoration/filename.restored.ext git show commit-id:filename.ext > path/to/restoration/filename.restored.ext
``` ```
For example: ```git show 8f1dc7362dd5f6781ccf9ccc5a9cfdccb57ed709:ToDo.xlsx >> ToDo.restored.xlsx```
For example: ```git show 8f1dc7362dd5f6781ccf9ccc5a9cfdccb57ed709:ToDo.xlsx > ToDo.restored.xlsx```

Loading…
Cancel
Save