История изменений
Исправление
nexfwall,
(текущая версия)
:
"--filter=merge some.filter"
#!/bin/bash
RSYNC_PARAMS="-avh --delete"
RSYNC_FILTERS='"--filter=merge some.filter"'
echo rsync $RSYNC_PARAMS $RSYNC_FILTERS source/ destination/
rsync $RSYNC_PARAMS $RSYNC_FILTERS source/ destination/
Исправление
nexfwall,
:
"--filter=merge some.filter"
#!/bin/bash
RSYNC_PARAMS="-avh --delete"
RSYNC_FILTERS='"--filter=merge some.filter"'
echo rsync $RSYNC_PARAMS $RSYNC_FILTERS source/ destination/
rsync $RSYNC_PARAMS $RSYNC_FILTERS source/ destination/
Исходная версия
nexfwall,
:
"--filter=merge some.filter"