PHP
- 2 ответа
- 0 вопросов
2
Вклад в тег
rsync \
--archive \
--delete --delete-excluded --delete-after --ignore-errors --force \
--compress \
--partial -i \
-e "ssh" \
`find /path/to/back/ -maxdepth 1 -mindepth 1 | grep -v /front` \
/path/to/front \
xxx@remote.ru:/path/to/back/