aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/jstore.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jsaccess/jstore.sh')
-rwxr-xr-xjsaccess/jstore.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsaccess/jstore.sh b/jsaccess/jstore.sh
index fbf80c4..e09645a 100755
--- a/jsaccess/jstore.sh
+++ b/jsaccess/jstore.sh
@@ -233,7 +233,7 @@ action_rget() {
action_push() {
_rget
rm -f $tmp
- cmd="rsync -rvzP $store/* $rsync_uri"
+ cmd="rsync -rvzP --delete $store/* $rsync_uri"
echo "Running \"$cmd\""
$cmd
}