You are here
Hi,
Been trying to rsync the mirror depository of Turnkey Linux into my test KVM host using the following command:
rsync -avzhe --include='*jessie.iso' --exclude='*' --progress ftp.halifax.rwth-aachen.de/turnkeylinux/images/iso/ /var/lib/libvirt/images/ISOs/Turnkey/
This is the error I get Any ideas?
sending incremental file list
rsync: change_dir "/ftp.halifax.rwth-aachen.de/turnkeylinux/images/iso" failed: No such file or directory (2)
sent 20 bytes received 12 bytes 64.00 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1183) [sender=3.1.1]
I've tried different servers and they report the same failure more or less.
Goal is to get only the jessie ISOs without the signatures or anything else.
Any ideas?
Thanks
A few issues with your rsync command...
There are some issues with your command:
I would expect so, but no expert...
I would expect that it would work fine, but like I say, I'm probably not in a position to give you a solid answer. Why not test it and see how it goes?
Add new comment