This commit is contained in:
2025-09-12 13:55:31 +02:00
parent c4cf3acfe1
commit a92712a751

View File

@@ -86,5 +86,5 @@ rsync -r -v --rsync-path='sudo rsync' --progress -e ssh ~/Sync/delmar.bzh/nds/pu
### Copy from <folder> to another <host>
```bash
rsync -r -av --rsync-path='sudo rsync' --progress -e ssh /path/to/source/<folder> -p pleb@<host>:/path/to/destination/
sudo rsync -r -av --rsync-path='sudo rsync' --progress -p -e "ssh -i /home/pleb/.ssh/id_ed25519" /path/to/source/<folder> pleb@<host>:/path/to/destination/
```