Updates
This commit is contained in:
@@ -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/
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user