How to block this fiel name from being transfered via rsync?

2010-07-20 Thread dwhs


1272574453.H315376P30969.dwhs38.dwhs.net,S=1859

I tried 

*.*.dwhs38.dwhs.net,*
*.*.dwhs38.dwhs.net

But it still transfers.

Also if there is a tutorial on blocking rsync files please let me know.

Thanks,

Charles
www.ezlinuxadmin.com

-
Chaze
http://www.charlesyarbrough.com My Blog  | DWHS  http://www.dwhs.net Web
Hosting 
-- 
View this message in context: 
http://old.nabble.com/How-to-block-this-fiel-name-from-being-transfered-via-rsync--tp29221007p29221007.html
Sent from the Samba - rsync mailing list archive at Nabble.com.

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


I have a rsync question about excluding files

2010-01-24 Thread dwhs

I am running rsync for back ups on a server but some files I do not want
backed up.

The files very in name so I need to do a * option to handle the variables.

Here is a example of the files I want to not transfer.

username/homedir/mail/new/1256216636.H494497P14252.dwhs250.dwhs.net,S=4830
username/homedir/mail/new/1256216988.H787800P16131.dwhs250.dwhs.net,S=3177
username/homedir/mail/new/1256217099.H219581P16933.dwhs250.dwhs.net,S=970

I have this code in a exclude file now but the files still get through:

*.*.dwhs250.dwhs.net
*.*.dwhs250.dwhs.net:2,
*.*.dwhs250.dwhs.net,*
*.*.dwhs250.dwhs.net,*,*
*.msg
core.*
*.*.mbox:2,

then I have this rsync code running:

rsync --delete -vae ssh 12.123.123.123:/backup/cpbackup/daily
/home2/dwhs250/ --exclude '/root/exclude.txt'

Thanks!

Charley

-
Chaze
http://www.charlesyarbrough.com My Blog  | DWHS  http://www.dwhs.net Web
Hosting 
-- 
View this message in context: 
http://old.nabble.com/I-have-a-rsync-question-about-excluding-files-tp27300204p27300204.html
Sent from the Samba - rsync mailing list archive at Nabble.com.

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html