
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下载指定目录下的所有文件的方法
- 基于lsyncd实现的实时增量备份
- rsync failed: Operation not permitted (1)错误的解决方法
- 使用ipv6进行rsync基于密匙证书进行数据同步教程。
- sublime text 批量删除 指定字符的行,亲测可用
- 更改用户home目录 for centos
- cifs 挂载nas共享目录记录
- lsyncd error: unexplained error (code 255) at io.c(235) [sender=3.1.2]的解决方法
- bash: rsync: command not found解决方法
- 不会rsync?开源轻量级同步神器-Syncthing,值得拥有