

Yes, if you go with something like syncthing, have it also sync to a server where you run borg backup so you get the incremental backup.
Yes, if you go with something like syncthing, have it also sync to a server where you run borg backup so you get the incremental backup.
Yip you can do that but then it’s messy! And what if you overwrite a file by accident?
And if you do lose your hard drive then you have a weird state to restore from.
I’d much prefer the ability to restore to a point in time that comes with something like borg.
Remember sync isn’t a good backup. You’re thinking of loss of drives but if this is important data you need to also consider mistakes.
If you accidentally delete files you shouldn’t, you don’t want this deletion to sync to all your copies so it’s gone for good and the backup doesn’t help.
Personally I use borgmatic to keep incremental, deduplicated backups. Then I can go back to previous states.
If you install nextcloud all in one, it comes with a backup solution (also borg based). Then devices don’t need a copy of every file. But you’ll want your server to have a backup drive for this.
I then sync my borg backup to a backblaze b2 bucket for offsite, encrypted backup using rclone. That then meets the 3 2 1 backup plan.
I notice you mention Jellyfin. I don’t back up my Jellyfin media, the cloud storage for that could get very expensive and I could get it again if I needed it.
That looks awesome! Thanks for the rabbit hole 😅
Thanks, I worked it out. Not a setting as such, but you can use PROMPT_COMMAND to run an action to insert into history each time a prompt is run, as described here.
Though I have started down a rabbit hole of looking at other options for the shell.
Everyone sharing their Ctrl+R tips, here’s my Control+R question:
How does scope work? Some command history only seems to exist in certain tabs.
Also sometimes I Ctrl+R in a tab then the command is there but I forget I need a different one first, so I ctrl+c but the next time I search for that original command somehow it doesn’t exist anymore.
I’m using the default terminal on Nobara (fedora based).
Just checking, because I learnt to type before I worked this out, and because surely someone reading doesn’t know: press tab. Bash will fill in file names from your current directory.
E.g. say you have files fred1file, fred2file, jim.
Type f then press tab, it will fill to “fred”. Then press 2 and press tab again and it will fill the full “fred2file”.
Have a play, it works in heaps of situations.
Is it? With the advent of cloud storage, it seems that is the easiest way. Any cloud storage, any OS, its the concept of cloud storage that solves this problem.
Might be worth having a look at this list of banking app compatibility: https://privsec.dev/posts/android/banking-applications-compatibility-with-grapheneos/
Yeah it’s a maybe, uLogger seems to let you choose which track you want to see. I presume the app lets you log to a specific track so you can have one for each person.
It might depend on what specific experience you’re looking for. For example, I log to Nextcloud and can view it there, but this is more of a “find my phone” plus tracking where I’ve been for myself (similar to Google Location History). While I’m sure I can set it up so others can see, it’s not really designed for it. It would also be a bit awkward as you’d have to log in to Nextcloud in a browser to see the locations (seems it’s possibly the same for uLogger).
I also run Home Assistant for home automation. I trigger automations off of my wife and my locations, but either of us can open the app and see at a glance where the other is (with pre-defined locations, such as “Home”, “School”, “@Dave’s Work”, etc, plus the ability to tap and see the exact location on a map).
That Home Assistant setup is much more useful for either of us seeing where the other is than I think the more dedicated tracking apps are, since they aren’t designed around sharing your location with others and that’s more of a side-function.
I feel like it still does sometimes, with some sites that feel like they are nearly a whole OS in themselves.
Just remember if you want to share location data with someone else, the app on your phone is only one half. You also need some sort of server ehere you install software for it to report to.
For uLogger that’s probably NextCloud with the PhoneTrack app installed, or OwnTracks.
There are companies that offer paid NextCloud hosting, but if you aren’t hosting it yourself you probably can’t say it meets your privacy requirement.
No that’s expected, as part of your profile info. But if the original authors delete the comments, then they will also be deleted in your saved items.
Yes with ActivityPub there’s always failed federation. But Lemmy will send the delete request out when you delete your account. Other software or instances might not honour it, but the intent is there.
As opposed to reddit who do not remove comments when an account is deleted, only mark it as a comment from a deleted account.
I’m not against Lemmy’s implementation, but it does require you to collect information you need at the time not assume it will always be there.
Bookmarks won’t help if the content gets removed. You’ve got to copy the important information elsewhere.
I tend to use either a note app (Joplin) or a self-hosted wiki for that.
Ah nice! It’s only a month old but looks really good. It has a warning not to run it in production and not to trust it with your data but I’m definitely going to have a play.
Are you literally just wanting to see the location of family members?
If you’re a self-hoster there are options, and that’s pretty much the only way you can know it’s private.
Two that come to mind are:
The PhoneTrack NextCloud app. If you run Nextcloud you can install this in nextcloud, then install a location logger on the phones. I’m more familiar with Android which has options but from a search I think OwnTracks can send to Nextcloud and supports iOS and Android (someone reported their iOS success here).
Home Assistant let’s you see locations of people on a map that is tracked with the Home Assistant mobile app on Android/iOS.
I have found uLogger or the old PhoneTrack app (that connect to GPS on a schedule) to be more accurate than apps that rely on Google telling them when the location has changed (Home Assistant and I think Owntracks). But also much more of a battery drain.
So it depends how often you want the location to be updated. I find running uLogger or PhoneTrack on the phone actually makes Home Assistant get location updates much quicker(I run both for different reasons).
Deleting your account deletes your content, unlike deleting your Reddit account. Hence the linkrot.
I learnt pretty early on that saving posts using the save button was not a good way to save the information 😮💨
So, the good thing is, your emails are showing up and not disappearing into the ether like Microsoft.
We had this at work. B2B emails, going from paid Exchange customer to paid Exchange customer. Emails just disappeared without even showing up in junk. Sending email logs showed the email was accepted.
I think versioning is the better option.
No, losing your main version. Imagine you have a computer with syncthing and a server where it syncs to. If you chose no deletions, then it will sync all files to the server but all the stuff you deleted (draft documents, random files, photos from that time your kid held the camera button on your phone down and took 3000 photos in 30 seconds) will be deleted from your computer but still there on your server.
When you computer gets struck by lightning and everything is destroyed but the server is fine, now you have to re-sort out all your files because all the stuff you deleted is still on the server version.
Your suggestion of enabling the option to keep previous versions is probably cleaner. Personally I prefer to keep previous versions and deduplicate to save space.