Mercurial > hg > beaglert
changeset 368:4fe4aa2cdfa2 prerelease
Updated rsync command
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Thu, 09 Jun 2016 02:47:38 +0100 |
parents | b49dc040af73 |
children | 75689b7cd57b |
files | scripts/build_pd_heavy.sh |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/build_pd_heavy.sh Thu Jun 09 01:58:06 2016 +0100 +++ b/scripts/build_pd_heavy.sh Thu Jun 09 02:47:38 2016 +0100 @@ -150,9 +150,7 @@ BBB_PROJECT_FOLDER=$BBB_PROJECT_HOME"/"$BBB_PROJECT_NAME #make sure there is no trailing slash here BBB_NETWORK_TARGET_FOLDER=$BBB_ADDRESS:$BBB_PROJECT_FOLDER - echo rsync -c -rv --exclude 'HvContext*' "$projectpath"/ "$BBB_NETWORK_TARGET_FOLDER"; - rsync -c -rv --exclude 'HvContext*' "$projectpath"/ "$BBB_NETWORK_TARGET_FOLDER"; - # rsync -c -rv "$projectpath"/ "$BBB_ADDRESS":"$BBB_BELA_HOME"/source; + rsync -avc --no-t --exclude 'HvContext*' "$projectpath"/ "$BBB_NETWORK_TARGET_FOLDER"; # for whatever reason these big files used to hang when transferring with rsync scp "$projectpath"/HvContext* $BBB_NETWORK_TARGET_FOLDER