* [Comm] rsync, exclude и ~/.dc++
@ 2008-08-11 20:41 Olvin
2008-08-11 20:47 ` Владимир
2008-08-12 4:56 ` Gleb Kulikov
0 siblings, 2 replies; 5+ messages in thread
From: Olvin @ 2008-08-11 20:41 UTC (permalink / raw)
To: ALT Linux Community
Есть две машины с ALD4.0+updates на борту. Хочу бэкапить через rsync
свой домашний каталог. Делаю:
rsync \
--exclude /home/olvin/.dc++/\*\*\* \
--exclude /home/olvin/.wine/\*\*\* \
--exclude /home/olvin/wine_c/\*\*\* \
-vvcrlh --progress --stats \
--delete-excluded --force --inplace --partial \
/home/olvin \
rsync://olvin@backup.local/olvin/home_olvin
Почему-то, вопреки "--exclude /home/olvin/.dc++/\*\*\*" бэкапится
директория ~/.dc++. А там много чего большого лежит :(
Что я делаю не так? Как сделать правильно?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] rsync, exclude и ~/.dc++
2008-08-11 20:41 [Comm] rsync, exclude и ~/.dc++ Olvin
@ 2008-08-11 20:47 ` Владимир
2008-08-11 21:50 ` Olvin
2008-08-12 4:56 ` Gleb Kulikov
1 sibling, 1 reply; 5+ messages in thread
From: Владимир @ 2008-08-11 20:47 UTC (permalink / raw)
To: ALT Linux Community general discussions
> Почему-то, вопреки "--exclude /home/olvin/.dc++/\*\*\*" бэкапится
> директория ~/.dc++. А там много чего большого лежит :(
а
--exclude /home/olvin/.dc++/
не достаточно?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] rsync, exclude и ~/.dc++
2008-08-11 20:47 ` Владимир
@ 2008-08-11 21:50 ` Olvin
2008-08-12 4:11 ` Dmitry Chistikov
0 siblings, 1 reply; 5+ messages in thread
From: Olvin @ 2008-08-11 21:50 UTC (permalink / raw)
To: ALT Linux Community general discussions
Владимир пишет:
>> Почему-то, вопреки "--exclude /home/olvin/.dc++/\*\*\*" бэкапится
>> директория ~/.dc++. А там много чего большого лежит :(
> а
> --exclude /home/olvin/.dc++/
> не достаточно?
Оказывается, нет...
Работает --exclude .dc++/\*\*\*
Пока сойдёт, но это не то, чего хотелось бы; в некоторых условиях будут
ложные срабатывания, которые ой как не нужны.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] rsync, exclude и ~/.dc++
2008-08-11 21:50 ` Olvin
@ 2008-08-12 4:11 ` Dmitry Chistikov
0 siblings, 0 replies; 5+ messages in thread
From: Dmitry Chistikov @ 2008-08-12 4:11 UTC (permalink / raw)
To: ALT Linux Community general discussions
>>> Почему-то, вопреки "--exclude /home/olvin/.dc++/\*\*\*" бэкапится
>>> директория ~/.dc++. А там много чего большого лежит :(
> Работает --exclude .dc++/\*\*\*
man rsync
/pattern rules
Первое же правило:
[...] Thus "/foo" would match a file named "foo" at either the "root
of the transfer" (for a global rule) [...]
/ в начале правила (в т. ч. exclude) привязывается не к корню ФС, а к
корню rsync'аемого дерева (речь в данном случае не идет о
per-directory rules).
Ага?
--
Дмитрий Чистиков,
dd1email at gmail dot com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] rsync, exclude и ~/.dc++
2008-08-11 20:41 [Comm] rsync, exclude и ~/.dc++ Olvin
2008-08-11 20:47 ` Владимир
@ 2008-08-12 4:56 ` Gleb Kulikov
1 sibling, 0 replies; 5+ messages in thread
From: Gleb Kulikov @ 2008-08-12 4:56 UTC (permalink / raw)
To: ALT Linux Community general discussions
В сообщении от [Вторник 12 августа 2008 Olvin] написал:
> Почему-то, вопреки "--exclude /home/olvin/.dc++/\*\*\*" бэкапится
> директория ~/.dc++. А там много чего большого лежит :(
>
> Что я делаю не так? Как сделать правильно?
--exclude '/home/olvin/.dc++'
--
Салют, /GLeb
UIN: 15341920
jabber://gleb@asd.iao.ru
sip://2387245@sipnet.ru (telephony)
skype://gleb_kulikov.tomsk (telephony)
sip://20000204@sip.pctel.ru (telephony)
netmail: 2:5005/78
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-08-12 4:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-11 20:41 [Comm] rsync, exclude и ~/.dc++ Olvin
2008-08-11 20:47 ` Владимир
2008-08-11 21:50 ` Olvin
2008-08-12 4:11 ` Dmitry Chistikov
2008-08-12 4:56 ` Gleb Kulikov
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git