1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
| echo -e "$RSYNC_BINAIRE \
--bwlimit="$BANDWIDTH" \
--compress \
--compress-level=$COMPRESS_LEVEL \
--delete \
--delete-before \
--delete-excluded \
--devices \
$RESSOURCES_PATH \
--force \
--group \
--ignore-errors \
--links \
--log-file="\"$LOGFILE\"" \
--log-file-format='%t %p %o %B %G %U %l %M %n CRC=%c' \
--human-readable \
--out-format='%t %p %o %B %G %U %l %M %n CRC=%c' \
--owner \
--perms \
$PROGRESS \
--recursive \
--relative \
--rsh="\"ssh -l $USER_DESTINATION\"" \
--specials \
--stats \
--times \
--perms \
${OPTIONS_RSYNC[*]} \
$SOURCE_SAVE $HOST_DESTINATION:$DIRECTORY_DESTINATION \
$FILES_FROM" > $(pwd)/r5.exe
. $(pwd)/r5.exe |