


just the other day i realized that for a new folder i had not set up ignore-delete. #7268: Data requests block each other, and some API requests, due to casefs lock contention i cant see whats been uploaded to the backup-device unless i go look.#7267 1: GUI log tailing is broken if closed when scrolled up.#7263 2: GUI displays Syncing (100%, 0 B) when syncing byte-sized files.#7257: Rescan All button should be greyed out when all folders are paused.#6086: Default Folder uses different config than user-created folders.#5426: Old device removed from introducer isn’t removable from other devices.The output format of the /rest/db/browse endpoint 1 has changed. This release adds configurable device and folder defaults. Syncthing v1.11.1 Released (November 4, 2020) #7028: Detect and optionally report non-fatal failures.#7020: Do not disconnect when changing folder settings.
Syncthing ignore folder upgrade#
#6982: Disable full index transmission on upgrade.#7036: Shutting Syncthing down while pushing files to multiple devices corrupts the database?.#7035: Devices Announcing LAN addresses even with AnnounceLANAddresses set to off/false.#7034: Folders getting stuck in "Syncing" after a20c6ca after doing changes when folders are paused.#7021: Tests fail when building the Alpine pkg on aarch64.#7008: Filenames containing dots lead to a "The system cannot find the file specified" sync error.#7002: "Syncing (NaN%, 0 B)" when syncing 0-byte files.#6994: "panic: filling Blocks: leveldb: snapshot released" on folder save.This (sendFullIndexOnUpgrade=true) used to be the behavior in previous versions, but is mainly useful as a troubleshooting step and causes high database churn. stfolder).This release adds the sendFullIndexOnUpgrade option to control whether all index data is resent when an upgrade is detected, equivalent to starting Syncthing with -reset-deltas. (where D disables the skipping of hidden files / directories, and (^.stfolder)# matches any number of subdirectories other than those called. stfolder directories: set -o extendedglob # best in ~/.zshrc Or for all old files except those in or below. With zsh, you can just do: rm -f /path/to/files/**/*(.m+5)Īs hidden dirs / files are skipped by default.


(in that case the LC_ALL=C is not necessary as that's only to work around the fact that * doesn't match across non-characters in some find implementations). stfolder directories you want to skip, you can do: find /path/to/files/ -name. Would delete the regular files in and below the /path/to/files directory that have not been modified in the last 6 (not 5) days ignoring hidden ones (including the ones in hidden directories that are pruned from the directory tree find descends in). LC_ALL=C find /path/to/files/ -name '.*' -prune -o \
