Gentoo Archives: gentoo-user

From: Valerio daelli <valerio.daelli@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] File replication
Date: Mon, 28 Aug 2006 12:07:40
Message-Id: 27dbfc8c0608280503q22d8915bj97a1568acde3d6f0@mail.gmail.com
In Reply to: Re: [gentoo-user] File replication by Stephen Liu
1 Try to add --delete.
2
3 Valerio Daelli
4
5 On 8/28/06, Stephen Liu <satimis@×××××.com> wrote:
6 > Hi Neil,
7 >
8 > > In the rsync man page.
9 > >
10 > > rsync -ax ~/ /mnt/extdisk/myhome/
11 > >
12 > > should do it.
13 >
14 > On which file of cron shall I add following line to rsync
15 > /mnt/extdisk/myhome/ quarterly?
16 >
17 > 0,15,30,45 * * * * rsync -ax ~/ /mnt/extdisk/myhome/
18 >
19 >
20 > Whether -u update will do incremental copying for those files having
21 > been updated
22 >
23 > 0,15,30,45 * * * * rsync -aux ~/ /mnt/extdisk/myhome/
24 >
25 >
26 > What about those files have been deleted on ~/ ? Which option should
27 > be up to delete the same files on /mnt/extdisk/myhome/ simultaneously.
28 >
29 > TIA
30 >
31 > B.R.
32 > SL
33 > --
34 > gentoo-user@g.o mailing list
35 >
36 >
37 --
38 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] File replication Stephen Liu <satimis@×××××.com>