---
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