Rsyncでシンボリックリンクが使えない
ストレージへRsyncの--linksを使ってシンボリックリンクを転送しようとすると以下のエラーで失敗します。 通常のファイルのコピーは行える状態です。
rsync: symlink "/storage/groups/a/al/alterlinux/repo/alter-stable/os/x86_64/lsd-control-1.2-1-any.pkg.tar.zst" -> "../../pool/packages/lsd-control-1.2-1-any.pkg.tar.zst" failed: Operation not permitted (1) rsync: symlink "/storage/groups/a/al/alterlinux/repo/alter-stable/os/x86_64/lsd-control-1.2-1-any.pkg.tar.zst.sig" -> "../../pool/packages/lsd-control-1.2-1-any.pkg.tar.zst.sig" failed: Operation not permitted (1) os/i686/alter-stable.db.tar.gz
OSはMac OSでrsyncの引数は以下のとおりです。
rsync --recursive --verbose --progress --links '-e ssh -i "/home/hayao/.ssh/id_rsa"' /home/hayao/Repositorys/alter-stable// hayao0819@storage.osdn.net:/storage/groups/a/al/alterlinux/repo/alter-stable/
Doesn't look like there is any support here at OSDN. You should move your projects to SourceForge.
ストレージへRsyncの--linksを使ってシンボリックリンクを転送しようとすると以下のエラーで失敗します。 通常のファイルのコピーは行える状態です。
rsync: symlink "/storage/groups/a/al/alterlinux/repo/alter-stable/os/x86_64/lsd-control-1.2-1-any.pkg.tar.zst" -> "../../pool/packages/lsd-control-1.2-1-any.pkg.tar.zst" failed: Operation not permitted (1) rsync: symlink "/storage/groups/a/al/alterlinux/repo/alter-stable/os/x86_64/lsd-control-1.2-1-any.pkg.tar.zst.sig" -> "../../pool/packages/lsd-control-1.2-1-any.pkg.tar.zst.sig" failed: Operation not permitted (1) os/i686/alter-stable.db.tar.gz
OSはMac OSでrsyncの引数は以下のとおりです。
rsync --recursive --verbose --progress --links '-e ssh -i "/home/hayao/.ssh/id_rsa"' /home/hayao/Repositorys/alter-stable// hayao0819@storage.osdn.net:/storage/groups/a/al/alterlinux/repo/alter-stable/