Compare commits
2 Commits
303c790d99
...
486865dae6
Author | SHA1 | Date | |
---|---|---|---|
486865dae6 | |||
e065e7c19d |
@ -4,8 +4,9 @@ Bash script to backup multiple folders and to clean up old backups based on a re
|
|||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
cd /usr/local/src
|
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
|
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
|
cp /usr/local/src/tar-multibackup/multibackup.conf ~/.multibackup.conf
|
||||||
|
|
||||||
### Configuration and usage
|
### Configuration and usage
|
||||||
|
@ -14,7 +14,7 @@ folders_to_backup=(
|
|||||||
tar_excludes=()
|
tar_excludes=()
|
||||||
|
|
||||||
# Additional tar Options
|
# Additional tar Options
|
||||||
tar_options=()
|
tar_options=""
|
||||||
|
|
||||||
# How long to you want to keep your backups (in days)
|
# How long to you want to keep your backups (in days)
|
||||||
backup_retention="+7"
|
backup_retention="+7"
|
||||||
|
Reference in New Issue
Block a user