~rickylinden/public-inbox

scripts backup-home: test commit v1 PROPOSED

birdinspace: 1
 test commit

 2 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~rickylinden/public-inbox/patches/27423/mbox | git am -3
Learn more about email & git

[PATCH scripts backup-home] test commit Export this patch

---
 README.md                     | 2 +-
 backup-home.sh => backup-home | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename backup-home.sh => backup-home (100%)

diff --git a/README.md b/README.md
index e1b63e7..5aa4cd5 100755
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Random scripts
Scripts I have either found, found and edited or written myself.

## [backup-home.sh](backup-home.sh)
## [backup-home](backup-home)
Clone home folder to external hard drive using rsync. Will make an exact copy, i.e. if you delete a file in your home folder you backed up previously, on new backup it will delete that file on the external drive.

## [bsc.sh](bsc.sh)
diff --git a/backup-home.sh b/backup-home
similarity index 100%
rename from backup-home.sh
rename to backup-home
-- 
2.25.1