This commit is contained in:
2025-05-26 00:04:15 +02:00
parent 694f52e40b
commit bd5da41b9d
3 changed files with 14 additions and 15 deletions

View File

@@ -51,5 +51,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 /mnt/data/docker/<folder> -p pleb@<host>:/mnt/data/docker/
```
rsync -r -av --rsync-path='sudo rsync' --progress -e ssh /path/to/source/<folder> -p pleb@<host>:/path/to/destination/
```