From 96b5b9dbd60e1a6bb4a1b10d7cd7954d5a49ad68 Mon Sep 17 00:00:00 2001 From: Max Bossing Date: Sun, 5 Oct 2025 02:24:11 +0200 Subject: markdownisation --- scripts/backup/README | 11 ----------- scripts/backup/README.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 scripts/backup/README create mode 100644 scripts/backup/README.md diff --git a/scripts/backup/README b/scripts/backup/README deleted file mode 100644 index 4a245a6..0000000 --- a/scripts/backup/README +++ /dev/null @@ -1,11 +0,0 @@ -# backup.sh - -This simply copies a remote directory's contents to a local directory. - -1. Drop this script in your home and make it executable. -2. Create a new ssh keypair and put the private key somewhere only you have access to (this file needs to have 0600 permissions). -3. For every thing you want to backup, create a bash script that sets the REMOTE_LOCATION and BACKUP_DIR variable. -3. Add a new cron job like this `@daily BASH_ENV=$HOME/environment.sh $HOME/backup.sh >> $HOME/backup.log`. - - -License: It's like 10 lines bro. MIT if you must. diff --git a/scripts/backup/README.md b/scripts/backup/README.md new file mode 100644 index 0000000..4a245a6 --- /dev/null +++ b/scripts/backup/README.md @@ -0,0 +1,11 @@ +# backup.sh + +This simply copies a remote directory's contents to a local directory. + +1. Drop this script in your home and make it executable. +2. Create a new ssh keypair and put the private key somewhere only you have access to (this file needs to have 0600 permissions). +3. For every thing you want to backup, create a bash script that sets the REMOTE_LOCATION and BACKUP_DIR variable. +3. Add a new cron job like this `@daily BASH_ENV=$HOME/environment.sh $HOME/backup.sh >> $HOME/backup.log`. + + +License: It's like 10 lines bro. MIT if you must. -- cgit v1.0