Mercurial > public > ssdt-docker
comparison scripts/remote-backup.sh @ 318:c61524abdfd6
correcting adding project to remote backup scripts target
author | aldrich@ssdt-ohio.org |
---|---|
date | Wed, 30 Oct 2019 15:49:51 +0100 |
parents | 146c0c263cf9 |
children | 7c460a921709 |
comparison
equal
deleted
inserted
replaced
317:146c0c263cf9 | 318:c61524abdfd6 |
---|---|
70 # | 70 # |
71 scp ${backupFile}.gz ${backupFile2} $userName@$remoteTarget/$project | 71 scp ${backupFile}.gz ${backupFile2} $userName@$remoteTarget/$project |
72 | 72 |
73 echo " " | 73 echo " " |
74 | 74 |
75 echo "completed sending ${backupFile}.gz and ${backupFile2} to ${remoteTarget}/$(project) as user $userName" | 75 echo "completed sending ${backupFile}.gz and ${backupFile2} to ${remoteTarget}/${project} as user $userName" |
76 | 76 |
77 | 77 |