From a5d65c00c697cdde4c13068c6b9a834b6718f3bb Mon Sep 17 00:00:00 2001 From: LightningHelper <35897350+LightningHelper@users.noreply.github.com> Date: Tue, 20 Jul 2021 23:13:28 -0400 Subject: [PATCH] diff -R to diff -r diff does not have -R, it has -r --- doc/BACKUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/BACKUP.md b/doc/BACKUP.md index d5b57477f..b1a60ad73 100644 --- a/doc/BACKUP.md +++ b/doc/BACKUP.md @@ -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