implement multi-backup
This commit is contained in:
parent
67cc3b7b96
commit
b9698550f0
@ -60,7 +60,10 @@ then
|
||||
fi
|
||||
###END: generic tool checker
|
||||
|
||||
source /etc/remote-backup.conf
|
||||
for config in /etc/remote-backup/*/config
|
||||
do
|
||||
source /etc/remote-backup/defaults.conf
|
||||
source "$config"
|
||||
|
||||
echo "Debut de backup de ${REMOTE_LOCATION} vers ${SNAPSHOT_RW}/${DEST}/ a $(date)"
|
||||
|
||||
@ -139,3 +142,5 @@ then
|
||||
fi
|
||||
|
||||
echo "Fin de backup de ${REMOTE_LOCATION} vers ${SNAPSHOT_RW}/${DEST}/ a $(date)"
|
||||
echo '-----------------------------------------------------------------------'
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user