From 22a70765e1cccddb255a8df6b2f3afdcdc119b00 Mon Sep 17 00:00:00 2001 From: Boris Mann Date: Mon, 9 Jun 2025 21:34:45 -0700 Subject: [PATCH] Resilio and sync --- .gitignore | 1 + _journals/2025-06-09_2112.md | 2 +- ...of file synchronization software (wikipedia).md | 10 ++++++++++ _notes/Resilio.md | 14 ++++++++++++++ 4 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 _notes/Comparison of file synchronization software (wikipedia).md create mode 100644 _notes/Resilio.md diff --git a/.gitignore b/.gitignore index 0463719..b6ca1bd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ _site .jekyll-metadata vendor # .obsidian +.obsidian/workspace.json tiddlywiki/output/* .DS_Store _archive diff --git a/_journals/2025-06-09_2112.md b/_journals/2025-06-09_2112.md index c035105..be10565 100644 --- a/_journals/2025-06-09_2112.md +++ b/_journals/2025-06-09_2112.md @@ -6,4 +6,4 @@ link: https://www.resilio.com/sync/ tags: - sync --- -Resilio Sync was introduced to me by Jonny at [[Z-Space]] for user friendly file sync across many platforms. It used to be called BitTorrent Sync (and now I'm down a [wikipedia](https://en.wikipedia.org/wiki/Resilio_Sync) rabbit hole - oh god,[comparison of file sync software](https://en.wikipedia.org/wiki/Comparison_of_file_synchronization_software)) \ No newline at end of file +[[Resilio]] Sync was introduced to me by Jonny at [[Z-Space]] for user friendly file sync across many platforms. It used to be called BitTorrent Sync (and now I'm down a [wikipedia](https://en.wikipedia.org/wiki/Resilio_Sync) rabbit hole - oh god,[comparison of file sync software](https://en.wikipedia.org/wiki/Comparison_of_file_synchronization_software)) \ No newline at end of file diff --git a/_notes/Comparison of file synchronization software (wikipedia).md b/_notes/Comparison of file synchronization software (wikipedia).md new file mode 100644 index 0000000..b7aa235 --- /dev/null +++ b/_notes/Comparison of file synchronization software (wikipedia).md @@ -0,0 +1,10 @@ +--- +wikipedia: https://en.wikipedia.org/wiki/Comparison_of_file_synchronization_software +tags: + - sync +--- +This comparision of file sync software lists those that have Wikipedia articles. + +It further splits it into Free and Open Source, Freeware, and Commercial. + +These days, I'm interested in [[Sync Engines]]. \ No newline at end of file diff --git a/_notes/Resilio.md b/_notes/Resilio.md new file mode 100644 index 0000000..d6be449 --- /dev/null +++ b/_notes/Resilio.md @@ -0,0 +1,14 @@ +--- +link: https://www.resilio.com/sync/ +tags: + - sync + - p2p +wikipedia: https://en.wikipedia.org/wiki/Resilio_Sync +--- +Formerly BitTorrent Sync, Resilio was spun out into its own company in 2016. + +> Resilio Sync synchronizes files using BitTorrent, The user's data is stored on the user's local device instead of in a "cloud", therefore requiring at least two user devices, or "nodes," to be online to synchronize files between them. Resilio Sync encrypts data with an Advanced Encryption Standard AES-128 key in counter mode which may either be randomly generated or set by the user. This key is derived from a "secret" which can be shared to other users to share data. Data is sent between devices directly unless the target device is unreachable (e.g. behind a firewall), in which case the data will first be relayed via an intermediary node. Many devices can be connected simultaneously and files shared between them in a mesh networking topology. +> +> There is no limit on the amount of data that can be synced, other than the available free space on each device. + +This lead me to [[Comparison of file synchronization software (wikipedia)]] \ No newline at end of file -- 2.51.2