From e065e7c19df8b88d56c9f40ed0b89d88d396d8bb Mon Sep 17 00:00:00 2001 From: Patrick Niebeling Date: Sat, 4 Jan 2025 22:15:04 +0100 Subject: [PATCH] Adjust git clone Signed-off-by: Patrick Niebeling --- README.md | 3 ++- multibackup.conf | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fc311c..745345c 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ Bash script to backup multiple folders and to clean up old backups based on a re ### Installation cd /usr/local/src - git clone https://github.com/frdmn/tar-multibackup.git + git clone https://gitea.gnilebein.de/gnilebein/tar-multibackup.git ln -sf /usr/local/src/tar-multibackup/multibackup /usr/local/bin/multibackup + chmod +x multibackup cp /usr/local/src/tar-multibackup/multibackup.conf ~/.multibackup.conf ### Configuration and usage diff --git a/multibackup.conf b/multibackup.conf index 57bab9d..62b98b5 100644 --- a/multibackup.conf +++ b/multibackup.conf @@ -14,7 +14,7 @@ folders_to_backup=( tar_excludes=() # Additional tar Options -tar_options=() +tar_options="" # How long to you want to keep your backups (in days) backup_retention="+7"