Gentoo Archives: gentoo-user

From: Pau Peris <sibok1981@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] symlinks + rsync backup
Date: Sun, 21 Nov 2010 11:22:49
Message-Id: AANLkTimJr1WR_SvQy86KSJfh+MpC95P+YaA1N+r7SCF7@mail.gmail.com
In Reply to: Re: [gentoo-user] symlinks + rsync backup by Andrea Conti
1 Running the command you posted above gies the same result. Links on
2 the new location are pointing to the absolute path old location.
3
4 $ ls -la /mnt/rsync/vista
5 lrwxrwxrwx 1 root root 56 mar 24 2009 Archivos de programa ->
6 /mnt/vista/Program Files
7
8
9 2010/11/21 Andrea Conti <alyf@××××.net>:
10 >> rsync -aERPv --progress rsync://localhost/Windows-Vista-backup /mnt/rsync/vista/
11 >
12 > Is there a specific reason you are using rsync in daemon mode on the
13 > sending side for a local tranfer? If the symlinks look right on the
14 > mounted windows fs, I guess that
15 >
16 > rsync -aEPv /mnt/vista/. /mnt/rsync/vista/
17 >
18 > would give the correct result.
19 >
20 > andrea
21 >
22 >
23 >