From: Michael Shigorin <mike@osdn.org.ua>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] Как убрать ошибки при использовании ntfs-3g
Date: Fri, 9 Nov 2007 23:42:56 +0200
Message-ID: <20071109214256.GM7939@osdn.org.ua> (raw)
In-Reply-To: <m3hcjvt8g1.fsf@blard.localdomain>
On Sat, Nov 10, 2007 at 03:28:30AM +0600, Michael Pozhidaev wrote:
> >> Но как пояснить konqueror'у, что дёргать их и не нужно?
> > Вот чего не знаю, я rsync применял...
> OK: Завтра ещё попробую посидеть над этой штукой. Вроде, даже и
> не проблема, но как-то неудобно. :)
Я обычно применяю так:
rsync -Pav /откуда/ /куда/
(наглядно синхронизирует указанные каталоги -- концевые "/"
важны, см. man rsync про trailing slash!)
Если надо совсем синхронизировать, т.е. с удалением "там"
удалённого "здесь" (и заодно с поддержкой хардлинков) -- то
rsync -PavH --delete-after /здесь/ /там/
Любой из концов может быть доступен по ssh, тогда
rsync -Pav --bwlimit=120 ин.тернет:откуда/ /куда/
с указанного хоста-пути (тут "откуда" от домашника получается
заданным) потащит изменения "сюда", причём выедая не более
120 Кб/с канала.
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
prev parent reply other threads:[~2007-11-09 21:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-08 17:48 Michael Pozhidaev
2007-11-09 20:34 ` Michael Shigorin
2007-11-09 21:02 ` Michael Pozhidaev
2007-11-09 21:05 ` Michael Shigorin
2007-11-09 21:28 ` Michael Pozhidaev
2007-11-09 21:42 ` Michael Shigorin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071109214256.GM7939@osdn.org.ua \
--to=mike@osdn.org.ua \
--cc=community@lists.altlinux.org \
--cc=shigorin@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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