how to get files from server using rsync and find command. I want to send output of find command to rsync and store files in local machine

后端 未结 0 768
滥情空心
滥情空心 2021-02-09 18:07

rsync -a --files-from=<(ssh server@ipaddress "find /path of server dir/ -type f,d -newermt \'02/09/2021 11:02:00\'") server@ipaddress:/path of server

相关标签:
回答
  • 消灭零回复
提交回复
热议问题