vault backup: 2023-03-01 09:09:32

This commit is contained in:
Paul Trowbridge 2023-03-01 09:09:33 -05:00
parent d94e554834
commit 75f7b618dd
1 changed files with 10 additions and 0 deletions

10
rsync.md Normal file
View File

@ -0,0 +1,10 @@
sync everything in //mnt/backup and push to hptrow:
```
rsync -azv -e ssh -r /mnt/backup/ pt@hptrow.me:/mnt/backup/hc
```
copy remote file to local machine
```
rsync -azv -e ssh ptrowbridge@usmidsap01://home/ptrowbridge/debug.sql //mnt/c/Users/PTrowbridge/Downloads/debug.sql
```