我在本地机器上有一个文件夹,想要 rsync 到远程机器上的文件夹。我想根据远程机器上的文件夹评估副本--link-dest。然后目标目录将被硬链接到该link--destination文件夹。
我不断收到no such file or directory错误:
rysnc -avh -e `ssh -p 2346` --link-dest=user@remote:home/user/techapps/backup user@remote:/home/user/techapps/target
Run Code Online (Sandbox Code Playgroud)
这有可能吗?还是我只是写错了?
rsync ×1