TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What is your approach for managing personal digital assets?

41 pointsby ben_hnabout 1 year ago
I&#x27;ve been facing this issue for quite a while and haven&#x27;t come across a solution that meets my needs.<p>I have many files and digital content scattered everywhere. Some files and texts in my email accounts (personal and work). Some in Storage services such as Dropbox, GDrive, ... and some in messaging apps. There is also the photo gallery on my phone. These are photos, videos, text, pdfs, ... . The challenge comes in when I&#x27;m trying to find a specific file or info. I often find myself asking questions like:<p>- Where&#x27;s the photo of me wearing a cap?<p>- Where are all my invoices from before 2023?<p>- Did my friend ever text me his phone number somewhere?<p>- ...<p>I&#x27;d really appreciate any advice or recommendations for tools or methods you&#x27;ve used that worked for you.

20 comments

Brajeshwarabout 1 year ago
I&#x27;ve moved to more and more plain-text or more common formats for others that will likely survive the test of time, such as JPEGs, PDFs.<p>So far, I&#x27;m also responsible for managing the digital assets of our family and the extended in-laws. Here is how I have organized so far, and there is a lot of room for improvement.<p>Every individual is a container (folder) and then is foldered further into the common ones -- medical&#x2F;health, photos, documents, etc. So, if mother-in-law asked my wife to find the medical record for my father-in-law that we went to the clinic in AUG-2022, I go look at &quot;&#x2F;name&#x2F;health&#x2F;&quot; and then is either in an &quot;EventName&quot; folder or a &quot;Year&#x2F;Date&#x2F;Something&quot;. I can fine something within a few folders of separation for anything.<p>I tend to organize file, more aptly receipt, named something in the lines of &quot;YYYY-MM-DD $xyz What was it.pdf&quot;. So, I know the date, the invoice&#x2F;receipt value and what it might be without opening the file.<p>The photos are still in Apple Photos for convenience but is backed up every month to the highest resolution it was hot at in a JPEG and exported month as &quot;&#x2F;photos-backup&#x2F;YYYY&#x2F;photos-YYYY-MM&quot; as part of my weekly, monthly, quarterly, and then yearly digital chores. As I do this regularly, they don&#x27;t tend to pile up, even if I missed, say while traveling or I just got lazy and skip it.<p>The question I usually ask when using a tool&#x2F;program is, “Can I walk out of this?”<p>Here is an example, when my daughter grows up enough and wants to own her digital assets, there is one folder with her and everything organized the way I&#x27;ve done, &quot;Schools&quot;, &quot;Health&quot;, &quot;Creatives&quot;, &quot;Photos&quot;, etc. She can then proceed the way she wants.<p>Of course, these are replicated across drives, cloud-drives, etc. My next fun project is to replicate my data across a few locations I frequent around the world -- a remote hilly hometown, the current home in Bangalore, another place I go frequently for work, etc.<p>(Typed in a bit of a haste. Will come back and edit.)
jqpabc123about 1 year ago
Not your drive, not your data.<p>For working storage, I use a local server with a Raid 1 array. The drive manufacture dates are offset by a year or more. I keep a spare drive on hand in case of failure.<p>Every 6 months or so I do a full backup to an external, portable Raid 1 array (again offset manufacture dates) that I keep at grandma&#x27;s house.<p>For routine backup, I have a pair of microSD cards that I update every Friday. These are encrypted with Bitlocker in case they should ever be lost. These cards tend to fail over time, hence the 2 copies. I plug them in simultaneously (USB) into the server and run a batch file to update both. Any failure generally becomes obvious at this point. Bitlocker helps as a failure detection mechanism. Any corruption usually results in an unmountable drive.<p>One microSD goes into a fire proof safe. The other gets strapped to my wrist so I *always* carry it with me wherever I go (even the shower) so it is as safe as I am, if not safer.<p>The theory being that all I really need to worry about is my personal safety. But even if I should die in some horrible accident like a car or plane crash, authorities will expend a great deal of effort to recover my body --- and the attached microSD storage.<p>For this purpose, I have designed a 3D printed, discrete, secure locking microSD card holder that slips over a watch strap with the holder on the the inside against my wrist for protection. No one ever even notices it except me.
评论 #39809682 未加载
EdwardCoffinabout 1 year ago
For managing (storing) files I&#x27;ve concluded that it is impossible to find the ideal <i>hierarchical</i> structure for containing everything, so just go for reasonable structures that might have redundancy - for instance, accepting macos photos&#x27; way of organizing photos, adding in another directory for photos not managed by the photos app, plus photos that I include in my journal which is yet another set of directories.<p>For finding things, I&#x27;ve found it impossible to give sufficiently unique names to everything, and just go for names that are somewhat descriptive. If there is a way to annotate them with descriptions, I try to make the descriptions as complete as possible, <i>am diligent with proper spelling</i> and try to use canonical forms in my descriptions. I also try to settle on a standard set of words I use instead of their synonyms. This allows me to use standard searching mechanisms to find things without worrying about whether I am searching for the right word. I can with confidence to a system-wide search without worrying whether I&#x27;m searching using the right words: because I know which word from a set of synonyms to use, because I don&#x27;t have to worry about finding misspelled variants, and because I know which order I will have put the words in
mo_42about 1 year ago
My approach is a flat date-based file structure with a markdown-based Zettelkasten on top:<p>File are mostly in a flat structure. In ~&#x2F;, I have directories like documents, photos, videos that directly contain all the files. For certain topic, I create separate directories (e.g., PhD, major projects). The filenames always start with an ISO date (yyyy-mm-dd). For documents, it could be like 2024-03-24_inv_google.pdf. Here, inv means it&#x27;s an invoice and Google is the organization where the invoice comes from. After the date, there&#x27;s always a three letter code that tells me the type of document. All physical documents are scanned and OCRed and put in the same structure.<p>On top of that I curate a Zettelkasten. It&#x27;s just a directory with a set of markdown files (also a flat hierarchy). This Zettelkasten is layer of information on top of the remaining filesystem. The markdown files link to external resources (e.g., on the web) and also to internal files (e.g., (something)[..&#x2F;docuemnts&#x2F;something.pdf]). This way I can browse my personal information like it&#x27;s the web.<p>This file structure is my single source of truth. I try to export all other information as text files there (e.g., emails, contacts). I&#x27;m using restic to backup my entire home folder. I don&#x27;t use any sophisticated tools, just a basic PDF reader, vim, Gimp, and other standard tools of the Linux ecosystem. I used to sync my home directory using unison but currently, I&#x27;m just using a single one.
评论 #39808838 未加载
Msurrowabout 1 year ago
Tresorit is where all my stuff goes. Except photos from my phone, for that I use iCloud backup (not Photo sync - the encrypted full device backup)<p>My priorities for a solution for this was 1) Privacy 2) Security mostly in terms og availability (reliability) 3) works across the platforms the family uses, 4) do not want to spend any time managing the solution and 5) long term solution<p>I generally do not trust cloud services so Google Drive, Dropbox et al are not even in the discussion. Tresorit is an exception due to e2e encryption and company location (EU).<p>Tresorit is ridiculously expensive, and I pay for more iCloud storage. I have just accepted that if I want the priorities above (and esp. not having to managing it myself) I would have to pay for a quality product.<p>Proton (mail and drive) I would also trust for the same reasons I do Tresorit, and I think it’s less expensive, but it wasn’t around when I picked Tresorit<p>Edit: a big part of why Tresorit (and iCloud) solves the problem is actually not due to Tresorit, but being disciplined about sticking to only using one product. Sometimes that means not doing something I want if it’s not compatible with Tresorit, or accepting a more involved manual process. Like, MS Office documents I don’t use 365 and the Office storage (one drive), but the offline version of and a folder on disk synced to Tresorit.
nswanbergabout 1 year ago
Has anyone done a (hopefully) systematic survey of the processes and software people use to store their stuff, sort of like a usesthis.com but just for storing assets, and how well that&#x27;s worked over time? My guess is the successful strategies would look a lot like Brajeshwar&#x27;s comment, a thoughtful plan that uses simple software and formats, some planning for the future, and, probably critically, regularly doing &quot;digital chores&quot;.<p>There&#x27;ve been some efforts in the past to store everything and make it searchable, like the ancient Chandler project, and the possibly still alive Parkeep, none that have been more widely adopted than a strategy of put everything in Gmail, Dropbox, etc, and hope for the best, which is what I do, minus the regular diligence that people like Brajeshwar have.<p>Making and using anything more complex looks like it turns into a (very cool looking!) hobby in itself, like these:<p><a href="https:&#x2F;&#x2F;thesephist.com&#x2F;posts&#x2F;monocle&#x2F;" rel="nofollow">https:&#x2F;&#x2F;thesephist.com&#x2F;posts&#x2F;monocle&#x2F;</a><p><a href="https:&#x2F;&#x2F;simonwillison.net&#x2F;2020&#x2F;Nov&#x2F;14&#x2F;personal-data-warehouses&#x2F;" rel="nofollow">https:&#x2F;&#x2F;simonwillison.net&#x2F;2020&#x2F;Nov&#x2F;14&#x2F;personal-data-warehous...</a><p><a href="https:&#x2F;&#x2F;writings.stephenwolfram.com&#x2F;2019&#x2F;02&#x2F;seeking-the-productive-life-some-details-of-my-personal-infrastructure&#x2F;" rel="nofollow">https:&#x2F;&#x2F;writings.stephenwolfram.com&#x2F;2019&#x2F;02&#x2F;seeking-the-prod...</a><p>And yeah, the latter two also include storing and searching more than say email and photos, but maybe shows one&#x27;s tendency to want to store and search everything.
评论 #39809563 未加载
jvanderbotabout 1 year ago
I religiously use Google contacts. It&#x27;s the simplest way to keep people contacts up to date on Android.<p>I archive all important documents in specific folders by subject and date. This is backed up to back blaze with restic. <a href="https:&#x2F;&#x2F;restic.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;restic.net&#x2F;</a><p>I use <a href="https:&#x2F;&#x2F;ente.io" rel="nofollow">https:&#x2F;&#x2F;ente.io</a> for pictures. I convinced my wife to use it, and she agreed to auto share her photos so I don&#x27;t nag her for copies. It had simple import from Facebook and Google.<p>I also keep extensive journals, which really helps to tie it all together. I can basically grep for hangouts, conversations, etc. <a href="https:&#x2F;&#x2F;jodavaho.io&#x2F;tags&#x2F;bullet-journal.html" rel="nofollow">https:&#x2F;&#x2F;jodavaho.io&#x2F;tags&#x2F;bullet-journal.html</a><p>I also separate work journal from personal, and have essentially a journal for each project. <a href="https:&#x2F;&#x2F;jodavaho.io&#x2F;tags&#x2F;bullet-journal.html" rel="nofollow">https:&#x2F;&#x2F;jodavaho.io&#x2F;tags&#x2F;bullet-journal.html</a> again.<p>I religiously use Google calendar for all plans, you can easily search it for past events to get dates. See also journal.<p>I use task warrior, and use projects organized the same way as my project journal and file folders. <a href="https:&#x2F;&#x2F;taskwarrior.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;taskwarrior.org&#x2F;</a><p>So a project might be &#x27;outrider&#x2F;planner&#x27; and so the relevant docs are on ~&#x2F;outrider&#x2F;planner, tasks are in proj:outrider:planner and my notes are in docs dir with a common name like &#x27;notebook.md&#x27; or logs&#x2F;&lt;date&gt;.md<p>It&#x27;s really that combo of using same method for folder structure, task project structure, notes, docs that keeps my life sane. Grep and FZF make it very easy to search.
raybbabout 1 year ago
I keep &quot;important&quot; (as in I might need them for taxes or be asked for them again later) papers all in one folder organized by year and I&#x27;m pretty good at putting things there when I need to.<p>The rest is spread out across 2 google drive accounts and a Hetzner Nextcloud instance. I was really uncertain about the reliability of NC when I started using it but now it&#x27;s been so reliable for quite some time and I&#x27;m thinking of moving more stuff there. Even though Hetzner offers automatic backups I think I still need another backup but haven&#x27;t figured that part out yet.<p>Oh also I use syncthing to keep a few folders synced between my laptop, phone, and NC instance.<p>I will say though I&#x27;ve been long interested and searched for some ways that people actually organize their folders and such but haven&#x27;t see anything too useful. I guess as long as you have good search it isn&#x27;t as important.
thih9about 1 year ago
Personally I also scatter files across cloud, laptop and smartphone, with no plan or structure; files end up where I last used them.<p>For now that works well for me though. Sorting by last modified and starring or adding items to favorites also helps. Password managers are also useful when it comes to storing sensitive data.
delegateabout 1 year ago
I&#x27;ve long pondered on the idea of a unified, indexed database of all my personal data, which can also be stored on multiple removable drives (not your storage, not your data).<p>I&#x27;ve started work multiple times, but the scale of work required just scares me away.<p>Ideally, I&#x27;d like to see a timeline of everything that happened in my digital life - from photos, messages, health data, e-mails, even web sites I&#x27;ve visited.<p>For documents and files it should offer full text search and semantic search, etc.<p>The reason I want to have all my data in one index is not just for backup. As AI keeps evolving, I&#x27;ll be able to use this data to train ever more capable AIs, which could eventually know pretty much everything about me and be able to sound like myself or even emulate me :).<p>Looking far into the future, this thing could eventually outlive me ...
paraditeabout 1 year ago
For me, I use a combination of things and I keep regular backups of everything.<p>Photos: Google Photo<p>Notes: Nextcloud +Joplin<p>Documents and invoices: Google Drive<p>I didn&#x27;t move photos and documents to Nextcloud because the features for viewing photos and editing documents are not as good as Google.
iansinnottabout 1 year ago
I&#x27;ve faced (and am still facing) this problem as well. I don&#x27;t think there&#x27;s a good single solution, especially for finding specific photos.<p>My current imperfect approach is to use Raycast &#x2F; Alfred as a meta search tool to find things in various places. It doesn&#x27;t unify things but it makes searching multiple places low friction.<p>Some specific tools, in case it helps.<p>- invoices, contracts, etc. go into paperless-ngx. Physical documents get scanned in.<p>- miscellaneous or unorganized documents into Nextcloud<p>- custom solution for searching text messages<p>- no solution whatsoever for images. I think semantic image search might do the job, although I haven&#x27;t explored what tools exist for that.<p>Edit: formatting
highdeserthackrabout 1 year ago
I master all files on the home nas. No more files on a local laptop. Everything, including photos. Photos moved off of phone and stored on nas. Plex has access, and Home Assistant displays random family photos every couple of minutes.<p>Nas is replicated offsite via tunnel to another home. Occasional backup to a usb drive kept in a safe. No third party cloud.<p>Made the switch to Obsidian a couple of years ago for notes. A big step up in searchability. Combined with syncthing to replicate the vault on mobile phone.
KennethKumorabout 1 year ago
For long-term preservation of important digital assets, I strongly recommend using archival-grade DVDs. While cloud services like Google Drive have demonstrated remarkable reliability in file storage over the years, surpassing the performance of most consumer-grade hard drives and USB drives, DVDs offer unparalleled reliability for local storage. This is the only approach to ensure your files remain accessible and secure over +50 years timeframe.
Springtimeabout 1 year ago
Keeping backups of everything in a centralized directory&#x2F;drive is useful since regardless of where the content may be normally (phone, different system) if it gets backed up to one place then it makes it searchable&#x2F;indexable.<p>Edit: I should mention the kinds of backups I prefer to keep for structured data are in non-binary formats, which helps with searches. Otherwise just keeping organization sensible for future-me helps a great deal.
pteroabout 1 year ago
I try to maintain a structure for important stuff (documents, photos, decades of emails, etc.) that can be copied or backed up as needed.<p>If I find a need to create an order out of chaos (e.g., for thousands of the electronic books I have) I find it best to sketch up a top-level directory view of how I want it; then switching to this method and occasionally cleaning up one-off additions is not hard. My 2c.
Jhstoabout 1 year ago
Photoprism for photos. Plex for music, movies, and series. Invoices I file physically. For messaging I plan to move to Matrix such that my homeserver runs &quot;bridges&quot; for other platforms so that I can later on export and query messages. For emails I use notmuch.
simonblackabout 1 year ago
Step 1. Get all of your shit off the cloud.<p>You don&#x27;t own anything on the cloud. Yes, you can put stuff on there, but recognise this one fact. Out there, <i>it doesn&#x27;t belong to you</i>. Nobody cares whether it remains safe or it disappears. <i>especially don&#x27;t have stuff on the cloud that doesn&#x27;t exist anywhere else</i><p>To have it remain safe and under your control, it needs to be on your own server(s). And those servers need to be backed up daily.<p>Step 2. Have multiple backups.<p>Backups have been known to fail or die. If one backup goes, there should be at least one more.<p>Step 3. (And this might be sacrilege to some) Don&#x27;t use encrypted drives.<p>If there is a problem with the encryption, <i>the whole drive is irrevocably lost</i>. If all files are stored individually, one or more files might get corrupted, but losing the entire drive would be very unlikely.<p>Step 4. Use hard copy. You know, that old stuff: paper.<p>Periodically, print out all your accounts, logins and passwords. Store that list in a readable documents package which will be read after your death, labelled such as &#x27;Legal Documents&#x27;.<p>Step 5. Where have you copied all that stuff on your phone?<p>People too often forget to back up their phones. And it needs to be a backup that is not restricted to a particular company. So you&#x27;ve backed up your iPhone to Apple&#x27;s Cloud. Are you certain that your next phone will also be an Apple? If it isn&#x27;t can you replace all that stuff into your new Android phone?
NoboruWatayaabout 1 year ago
This is what I use (primarily using self-hosted, open-source solutions where possible).<p>For documents like invoices, correspondence, etc, I scan them into paperless-ngx.[0] You can apparently set it up to monitor an email inbox and automatically store certain emails or attachments using rules, but I just take the old fashioned approach of adding scanning them in and saving them manually.<p>I backup all photos to a Nextcloud[1] instance. Periodically, I will go through all my recent photos and organise them. Travel-related photos go in trip-specific directory (&quot;Travel -&gt; [year] -&gt; [trip name]&quot;). Everything else just goes in a &quot;Photos -&gt; [year] -&gt; [month]&quot; directory. Unfortunately this won&#x27;t help you find the photo of you wearing a cap unless you know where or when it was taken. I believe there are some AI-based solutions out there but I haven&#x27;t tried them.<p>For contact details, I store these centrally on Nextcloud using its Contacts app[2] (which uses vCard and CardDAV). I can then access it using any standard contact book software (I use the CardBook addon[3] for Thunderbird and Fossify Contacts[4] on Android).<p>Similar for calendar - host it via Nextcloud (using CalDAV)[5] and access it from my preferred calendar software.<p>Joplin[6] for notes (again synced via Nextcloud).<p>The process is kind of half-automated, half-manual. I don&#x27;t think there is a good solution to fully automate any of this stuff, particularly in the FOSS space. If you keep on top of organisation it&#x27;s not that painful and doing things like organising photos and adding upcoming events to your calendar can be fun.<p>Nextcloud is really good at acting as a hub for your data and speaking to a variety of clients using traditional, open protocols like CalDAV and CardDAV.<p>0: <a href="https:&#x2F;&#x2F;docs.paperless-ngx.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.paperless-ngx.com&#x2F;</a><p>1: <a href="https:&#x2F;&#x2F;nextcloud.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nextcloud.com&#x2F;</a><p>2: <a href="https:&#x2F;&#x2F;apps.nextcloud.com&#x2F;apps&#x2F;contacts" rel="nofollow">https:&#x2F;&#x2F;apps.nextcloud.com&#x2F;apps&#x2F;contacts</a><p>3: <a href="https:&#x2F;&#x2F;addons.thunderbird.net&#x2F;en-GB&#x2F;thunderbird&#x2F;addon&#x2F;cardbook&#x2F;" rel="nofollow">https:&#x2F;&#x2F;addons.thunderbird.net&#x2F;en-GB&#x2F;thunderbird&#x2F;addon&#x2F;cardb...</a><p>4: <a href="https:&#x2F;&#x2F;f-droid.org&#x2F;packages&#x2F;org.fossify.contacts&#x2F;" rel="nofollow">https:&#x2F;&#x2F;f-droid.org&#x2F;packages&#x2F;org.fossify.contacts&#x2F;</a><p>5: <a href="https:&#x2F;&#x2F;apps.nextcloud.com&#x2F;apps&#x2F;calendar" rel="nofollow">https:&#x2F;&#x2F;apps.nextcloud.com&#x2F;apps&#x2F;calendar</a><p>6: <a href="https:&#x2F;&#x2F;joplinapp.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;joplinapp.org&#x2F;</a>
kkfxabout 1 year ago
For around 15+ years I have maintained a super-curated deep taxonomy of files and folders, symlinking stuff, and so on. I&#x27;ve given up around 6 years ago switching to Emacs, actually almost all my files are org-mode managed, the current approach is:<p>- time-based notes, like<p><pre><code> ~&#x2F;org&#x2F;yyyy&#x2F; notes&#x2F;mm-dd.org binders&#x2F;{various,topic-based,notes}.org work&#x2F;{work,related,notes}.org ~&#x2F;org&#x2F;lib&#x2F;{long,lasting,topic,based,notes}.org ~&#x2F;data&#x2F; &lt; org-attach tree </code></pre> essentially files get attached to headings in daily notes `~&#x2F;org&#x2F;yyyy&#x2F;notes&#x2F;mm-dd.org` so they get moved to a cache-dir style tree org-attach managed under `~&#x2F;data&#x2F;` and I can access files easily with org-attach-reveal or linking them in the org-mode note. Things that have something in common, let&#x27;s say electricity bills, have a daily note heading relevant note with linked emails (ol-notmuch), transaction (beancount), attached pdf bill etc. Since they are regular I have a binder note, so `~&#x2F;org&#x2F;yyyy&#x2F;binders&#x2F;electrictyBillNote.org` that org-transclude all relevant daily headings and since it&#x27;s a topic that goes beyond the current year I also have a `~&#x2F;org&#x2F;lib&#x2F;electrictyBillNote.org` note that transclude all the years.<p>At first might sound complicated but it allow both an overview of anything, just looking at years binders notes, the maximum level of details going down to daily notes, and the maximum high level zoom via `lib` notes. Essentially I have a personal history, I can slowly change my notes having only to keep stuff under `lib` consistent, and having all things relevant to a certain timeframe immediately at hands.<p>That&#x27;s to org-roam-node-find I can directly access any attached file just hitting a key and start typing something, it&#x27;s a graph not a hierarchy, but when I&#x27;m on the desired results or around something I look for I can also &quot;explore the surroundings&quot; thanks to the time-based structure and org-mode links, org-roam backrefs and so on.<p>Anything is linked or attached in notes: my mails reside also on my iron indexed via notmuch, my files org-attached, some configs are created from notes (org-babel, tangled), something is attached and linked per file, some linked to the parent dir some files reside in dired etc. Basically I have a near-semantic, full-text searchable, metadata rich, tool to manage anything.<p>I&#x27;ve tried to do more with org-ql but honestly I&#x27;m not disciplined enough, I&#x27;ve tried the LLM way (khoj) and find very little useful results, so far direct access using org-mode heading as titles&#x2F;searchable stuff with tags and optional org-roam aliases prove to be powerful enough. Sometimes when I fails to find something this way I going the counsel-rg way (full text ripgrep) and than I add a roam_alias matching the keywords I&#x27;ve tried before. I&#x27;ve also tried briefly recoll&#x2F;counsel-recoll (xapian) but I&#x27;ve never have to use it except for testing.<p>I do miss phone&#x2F;sms integration but having daily notes and org-capture at hand if something relevant happen I&#x27;ll note in a daily note. If it became or I know it&#x27;s relevant it will also be in some year-binder, if it&#x27;s useful or became useful beyond an year it goes in lib, a kind of long-term archive. That&#x27;s my current best compromise between &quot;noise&quot; and &quot;order&quot;. Various automation do help noting anything, org-store-link&#x2F;org-insert-link do help do link an email, so org-capture initiated from a mail, similarly yasnippet and hydra do help for recurrent transactions (all babel blocks get tangled to a tree where beancount import * anything), some helpers allow to link things to open with specific apps via elisp: links and so on.<p>It was a journey, I&#x27;ve hesitated much, I still have a gazillion of things to sort and automate properly, some broken&#x2F;old automation etc BUT anything works smooth enough and I never lost a single bit of information nor I&#x27;ve failed to find something with nearly no effort so...