aboutsummaryrefslogtreecommitdiff
path: root/scripts/git-backup/README
diff options
context:
space:
mode:
authorMax Bossing <info@maxbossing.de>2025-10-02 22:06:34 +0200
committerMax Bossing <info@maxbossing.de>2025-10-02 22:06:34 +0200
commit3ba5f886414c0baeab4bb0036e9641cc5cd60c92 (patch)
tree9f5431f427d776560cd4133c9162cf950e454674 /scripts/git-backup/README
parente97191522940cb52be082aa76a4e79cef1bd9afe (diff)
backup: generalize backup script
Diffstat (limited to 'scripts/git-backup/README')
-rw-r--r--scripts/git-backup/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/git-backup/README b/scripts/git-backup/README
deleted file mode 100644
index aacf691..0000000
--- a/scripts/git-backup/README
+++ /dev/null
@@ -1,10 +0,0 @@
-* git-backup - backup script
-
-This simply copies all git repositories from my git forge (git.c41ro.win) to my local server.
-
-1. Drop this script in /opt/git-backup/ and make it executable.
-2. Create a new ssh keypair and put the private key under /opt/git-backup/ssh-key (this file needs to have 0600 permissions).
-3. Add a new cron job like this `@daily /opt/git-backup/backup.sh >> /opt/git-backup/backup.sh`.
-
-
-License: It's like 10 lines bro. MIT if you must.