WAIT FUCK
This commit is contained in:
parent
fc1d45ce36
commit
5d3f189ace
|
@ -8,4 +8,4 @@ FILENAME="$NAME $(date +%Y-%m-%d\ %H-%M).tgz"
|
|||
tar -aczf "/tmp/$FILENAME" -C /volumes .
|
||||
|
||||
# ship to host
|
||||
rsync -R -e "ssh -i /id" /tmp/$FILENAME $NAME@$HOST:/home/$NAME/$(date +%Y\/%m)/
|
||||
rsync -R -e "ssh -i /id" "/tmp/$FILENAME" $NAME@$HOST:/home/$NAME/$(date +%Y\/%m)/
|
Loading…
Reference in a new issue