Màj 06-04-2024
This commit is contained in:
15
docs/Linux/rsync.md
Normal file
15
docs/Linux/rsync.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# rsync
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Copier un fichier sur le serveur:
|
||||
|
||||
```bash
|
||||
rsync -e "ssh" -avz file.sh root@192.168.2.116:/root
|
||||
|
||||
# si port ssh # 22
|
||||
rsync -e "ssh -p 51322" -avz file.sh root@192.168.2.116:/root
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user