
rsync排除指定的目录和指定字符开头的文件
rsync排除指定的目录和指定字符开头的文件
1
2
3
4
rsync -avz --exclude '@*' --exclude '#*' --exclude 'movie' --exclude 'git' /volume1/ /volumeUSB1/usbshare/
rsync -avz --exclude '@*' --exclude '#*' --exclude 'movie' --exclude 'git' --exclude 'demobak' /volume1/ [email protected]:/Volume1/nabs/
💘 相关文章
- 使用wget下载指定目录下的所有文件的方法
- shell清空檔案文件所有字符的多種方法
- linux 挂载对象存储为本地目录的方法
- 更改用户home目录 for centos
- 写入指定IP数据到指定文件到简单shell脚本
- lsyncd error: unexplained error (code 255) at io.c(235) [sender=3.1.2]的解决方法
- 使用ipv6进行rsync基于密匙证书进行数据同步教程。
- sublime text 批量删除 指定字符的行,亲测可用
- cifs 挂载nas共享目录记录
- rsync Permission denied (publickey).报错的小问题