This is an old revision of the document!
RSYNC
Сделать копию
#RSYNC # Reception PUB rsync -rlptgoPv --exclude '!trash' --exclude 'frontend_test' /mnt/frontend/ root@10.59.0.80:/mnt/frontend/ # Reception Store rsync -rlptgoPv /mnt/backend/www/pdn_store/ root@10.59.0.81:/mnt/backend/www/pdn_store/
Проверить каталоги на предмет изменение содержания
rsync -a --itemize-changes --dry-run /var/www/dokuwiki/data/pages/ /opt/docker-dokuwiki/www/data/pages/