Quick and dirty, blow it away if it's a blank save
This commit is contained in:
@@ -45,6 +45,7 @@ echo "$event_data" | while IFS='=' read -r k v; do
|
||||
log "INFO" "Sync START: $(basename "$gp")"
|
||||
remote_f="$REMOTE_BASE/$sid/$(basename "$sp")"
|
||||
#log "DEBUG" "rclone update $remote_f $sp"
|
||||
find "$sp" -size -256 -delete
|
||||
rclone update "$remote_f" "$sp"
|
||||
log "INFO" "Start sync done"
|
||||
elif [ "$st" = "endgame" ]; then
|
||||
|
||||
Reference in New Issue
Block a user