I have been trying to develop some backups using the link-dest option, and I keep getting a response the option is unknown. I'm running fedora 12 and have the latest rsync. For example, a simple test fails with: # rsync -az --list-dest=../dir1 dir_s/ dir_d rsync: --list-dest=../dir1: unknown option rsync error: syntax or usage error (code 1) at main.c(1425) [client=3.0.7] About the host system... # uname -a Linux xxxxxxxx 2.6.32.9-70.fc12.i686.PAE #1 SMP Wed Mar 3 04:57:21 UTC 2010 i686 i686 i386 GNU/Linux
(In reply to comment #0) > # rsync -az --list-dest=../dir1 dir_s/ dir_d > rsync: --list-dest=../dir1: unknown option You misspelled --link-dest.
never mind it should be link-dest (not list-dest) ::blushes::
The option was mistyped.