当前位置:网站首页>rsync 傳輸排除目錄
rsync 傳輸排除目錄
2022-06-13 01:48:00 【mixboot】
系列文章目錄
linux
前言
rsync
一、rsync
--exclude排除目錄目錄/排除多個目錄
# tree /A/
/A/
├── a
├── b
├── c
└── d
- 拷貝
目錄/A排除目錄abcd
rsync -avP -e ssh --exclude a/ --exclude b/ --exclude c/ --exclude d/ /A/ [email protected]192.168.0.1:/root/
參考
边栏推荐
- Use mediapipe+opencv to make a simple virtual keyboard
- About retrieving ignored files in cornerstone
- #pragma comment(lib,“urlmon.lib“)
- Magics 23.0如何激活和使用视图工具页的切片预览功能
- [learn FPGA programming from scratch -22]: Advanced chapter - Architecture - Design and modeling of FPGA internal hardware circuit
- Implementation of pointer linked list
- Qt实现思维导图功能(二)
- Note: common gadgets in project architecture
- MySQL ---- where后使用字段别名
- Server installation jupyterab and remote login configuration
猜你喜欢

服务器安装jupyterlab以及远程登录配置

水管工游戏

Plumber game

Opencv camera calibration (1): internal and external parameters, distortion coefficient calibration and 3D point to 2D image projection

开发者来稿|AMD赛灵思中文论坛分享 - 提问的智慧

Devaxpress Chinese description --tdximageslider (picture rotation control)

Combining strings and numbers using ssstream

Uuid/guid introduction, generation rules and generation codes

General IP address, account and password of mobile IPv6 optical cat login, and mobile optical cat is in bridging mode

关于tkinter.Canvas 不显示图片的问题
随机推荐
Add default right-click menu
Phaser3 load
Pyflink implements custom sourcefunction
Wsl2 + vcxsrv + opengl3.3 configuration
numpy多维数组转置transpose
STM32 3*3矩阵按键(寄存器版本)
DFS and BFS to solve Treasure Island exploration
关于tkinter.Canvas 不显示图片的问题
About constructive code blocks, static code blocks, and constructor execution order
Machine learning basic SVM (support vector machine)
机器学习基础 SVM(支持向量机)
Numpy multidimensional array transpose transpose
pringboot之restfull接口规范注解(二)
Developer contributions amd Xilinx Chinese Forum sharing - wisdom of questioning
Interruption of 51 single chip microcomputer learning notes (external interruption, timer interruption, interrupt nesting)
ng-tv-focusable
如何利用您的自有数据来实现营销目标?
The first cell of devaxpress CXGRID after inserting a row is in focus editing status
Matplotlib drawing Chinese garbled code
How to solve the problems when using TV focusable to package APK in uni app