Mes scripts de backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

9 regels
256 B

#!/bin/bash
export TARGET=/opt/backups/X11952
export SOURCE=/home/tibo
export LADATE=`date +%Y%m%d`
export HIER=`date +%Y%m%d -d "1 day ago"`
export EXCLUDED_DIRS="--exclude-from /home/tibo/backups/rsync_excluded_dirs.txt"
/opt/bin/incremental_backup.sh