Skip to content

Commit

Permalink
Workflow: Rsync round 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bedwardly-down committed Jul 13, 2024
1 parent 5ac0f56 commit 7c674bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions CCACHE_4.conf

This file was deleted.

2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ rsyncToVM() {
rsyncBackFromVM() {
_pwd="$PWD"
cd "$_oldPWD"
rsync -vrtopg -e 'ssh -o [email protected]' $VM_GUESTNAME:work/ $VM_GUESTNAME:$VM_RSYNC $HOME/work
rsync -avrtopg -e 'ssh -o [email protected]' $VM_GUESTNAME:work/$VM_RSYNC $HOME/work
cd "$_pwd"
}

Expand Down

0 comments on commit 7c674bb

Please sign in to comment.