diff --git a/rsync.md b/rsync.md new file mode 100644 index 0000000..a72078c --- /dev/null +++ b/rsync.md @@ -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 +``` \ No newline at end of file