Mes scripts de backup
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

9 lines
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