Table des matières

Rsync

rsync only certain files

eg rsync only php + html files src: http://www.aota.net/forums/showthread.php?t=22517

rsync --dry-run --archive \
--include '*/' \
--include '*.html' --include '*.php' \
--exclude '*' \
user@servername:\path\to\source \

Cakephp

 
info/rsync.txt · Dernière modification: 2011/05/25 12:49 (modification externe)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki