true bidirectional with split truth modle set up. all scripts are fully bidirectional
This commit is contained in:
@@ -485,7 +485,12 @@ run_handback() {
|
||||
[[ -z "$job" ]] && continue
|
||||
info "Syncing: $job"
|
||||
if [[ "$DRY_RUN" == false ]]; then
|
||||
bash "$SCRIPT_DIR/../Rsync/rsync.sh" "$job"
|
||||
# Emby writeback uses emby-failover profile — critical data only, Emby stays running
|
||||
if [[ "$(basename "$job")" == "Emby" ]]; then
|
||||
bash "$SCRIPT_DIR/../Rsync/rsync.sh" "$job" --profile=emby-failover
|
||||
else
|
||||
bash "$SCRIPT_DIR/../Rsync/rsync.sh" "$job"
|
||||
fi
|
||||
else
|
||||
warn "DRY RUN — would rsync: $job"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user