Gentoo Archives: gentoo-user

From: Andrea Conti <alyf@××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] symlinks + rsync backup
Date: Sun, 21 Nov 2010 08:28:47
Message-Id: 4CE8D7EF.90103@alyf.net
In Reply to: [gentoo-user] symlinks + rsync backup by Pau Peris
1 > rsync -aERPv --progress rsync://localhost/Windows-Vista-backup /mnt/rsync/vista/
2
3 Is there a specific reason you are using rsync in daemon mode on the
4 sending side for a local tranfer? If the symlinks look right on the
5 mounted windows fs, I guess that
6
7 rsync -aEPv /mnt/vista/. /mnt/rsync/vista/
8
9 would give the correct result.
10
11 andrea

Replies

Subject Author
Re: [gentoo-user] symlinks + rsync backup Pau Peris <sibok1981@×××××.com>