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 725
借酒劲吻你
借酒劲吻你 2021-02-09 18:09

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

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