copy files on freenas

1
 find /mnt/vol1/ptdataset/ptuser/download/ -name ‘*.mp4’ -print0 | xargs -0 -I% cp -nrsv % /mnt/vol1/lnk/

拷贝整个目录并创建硬链接

1
cp -al <origdir> <newdir>

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注