Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] File replication Valerio daelli <valerio.daelli@×××××.com>
Re: [gentoo-user] File replication Neil Bothwick <neil@××××××××××.uk>