Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] [TLUG] Rsync exclusion question
- Date: Wed, 10 Jun 2009 14:14:15 +0100
- From: Josh Glover <jmglov@example.com>
- Subject: Re: [tlug] [TLUG] Rsync exclusion question
- References: <956ae5a90906100208k6ec1aeebnebb17f7534b8183a@example.com> <11380cb60906100242w7a13b869j5b4d3315a4125f53@example.com> <956ae5a90906100308l215adc81m1dcfbb54dc826472@example.com> <d8fcc0800906100527p59d4d548v42999d96e7ad066c@example.com> <956ae5a90906100547i2e610cct42b8b075c50b6d6@example.com>
2009/6/10 Doug McLean <dmclean635@example.com>: > Sorry, are those pound signs you're using there? If so, why does that > help resolve the issue? Well, those excludes are just for Emacs backup files. You'd want: rsync -av --exclude '*.lease' ... The problem with your command is almost certainly that you used double-quotes, which meant that the shell will expand the *, thus rsync cannot glob. Simply using single quotes instead or escaping the * should sort it. -- Cheers, Josh
- Follow-Ups:
- Re: [tlug] [TLUG] Rsync exclusion question
- From: Doug McLean
- Re: [tlug] Rsync exclusion question
- From: John Fremlin
- References:
- [tlug] [TLUG] Rsync exclusion question
- From: Doug McLean
- Re: [tlug] [TLUG] Rsync exclusion question
- From: Clemens Schwaighofer
- Re: [tlug] [TLUG] Rsync exclusion question
- From: Doug McLean
- Re: [tlug] [TLUG] Rsync exclusion question
- From: Josh Glover
- Re: [tlug] [TLUG] Rsync exclusion question
- From: Doug McLean
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] (OT) The enigma of Japan (was: UNIX jobs on TLUG)
- Next by Date: Re: [tlug] (OT) The enigma of Japan
- Previous by thread: Re: [tlug] [TLUG] Rsync exclusion question
- Next by thread: Re: [tlug] [TLUG] Rsync exclusion question
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links