diff --git a/index.html b/index.html
index b167efc..ba22ddb 100644
--- a/index.html
+++ b/index.html
@@ -13791,10 +13791,20 @@
}
// If any backup of my backup node is dead, sync its data as well
+ let backup_nodes = Object.keys(backup_su_list);
+ let far_left_backup_node_index = Object.values(localbitcoinplusplus.myClosestSupernodes)
+ .findIndex(x => x.trader_flo_address ===backup_nodes[backup_nodes.length-1]);
+
+ // Don't sync backup if far_left_backup_node_index is 0 or 1 etc
+ if(far_left_backup_node_index