[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: rsync



On 18-01-2015 19:23, Vitor Hugo wrote:
existe um meio de fazer o rsync ignorar alguns direitorios e arquivos?


Boa noite Vitor,

Existe sim.

Use a opção --exclude-from.
Por exemplo:

rsync -ac --exclude-from 'nao-inclua.txt' /origem /destino

O arquivo nao-inclua.txt deve conter os diretórios e arquivos
que serão ignorados pelo rsync.
Por exemplo:

cat nao-inclua.txt

/home/junior/arquivo1.txt
/home/junior/arquivo2.txt
/home/junior/diretorio1
/home/junior/diretorio1


Sucesso,
___________________________
Francisco C Soares ( Junior )
403790c898466667cdbe5a262146de8fb93139c4

BLOG dotjunior.blogspot.com

Reply to: