Skip to content

Commit

Permalink
diff -R to diff -r
Browse files Browse the repository at this point in the history
diff does not have -R, it has -r
  • Loading branch information
manreo authored and rustyrussell committed Jul 23, 2021
1 parent 60edf14 commit a5d65c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/BACKUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ stop your Lightning node and back up all files before doing the below.
* Copy the contents of the `$LIGHTNINGDIR` to the BTRFS mount point.
* Copy the entire directory, then `chown -R` the copy to the user who will
run the `lightningd`.
* If you are paranoid, run `diff -R` on both copies to check.
* If you are paranoid, run `diff -r` on both copies to check.
* Remove the existing `$LIGHTNINGDIR`.
* `ln -s ${BTRFSMOUNTPOINT}/lightningdirname ${LIGHTNINGDIR}`.
* Make sure the `$LIGHTNINGDIR` has the same structure as what you
Expand Down

0 comments on commit a5d65c0

Please sign in to comment.