

Timeshift is not a backup tool, so it’s meant to run on the filesystem you’ve configured it for. If you ran it across many volumes or targets like RAID, it wouldn’t work as you’d expect because it’s not designed to work that way.
Timeshift is not a backup tool, so it’s meant to run on the filesystem you’ve configured it for. If you ran it across many volumes or targets like RAID, it wouldn’t work as you’d expect because it’s not designed to work that way.
I don’t think it’s a very well adopted extension on any platform. It kind…feels out of place if you think about it. I did see Davx5 supports it, but I’m literally not seeing anything else.
I’m trying to think how it would be implemented in a simpler way than just using date entries and metadata mapping from an implementation standpoint, and I see no functional differences, so I can’t imagine developers really going out of their way to implement it when there’s already an existing and simpler method of essentially doing the same thing.
Samsung, WD, Seagate, Corsair…etc. Just not a random no-name brand. Poke around the Backblaze stats to get a good idea.
Whatever is a reliable brand that fits in your budget. Since you only have a SATA connection, you’re maxed out at 600MB/s on your transfer rate. Buying a drive with faster benchmarked transfer rates won’t give you any benefits.
Minisforum Refurb, or an SoC that’s cheaper than RPi
As everyone keeps saying…it’s just not a thing that actual sysadmins or fluent users need. Using ssh configs is essentially the same thing that you’re looking for, but you’re just typing alias hostnames instead of clicking on them. Otherwise absolutely no difference. Not many people are connecting by IP address or anything like that.
If you’re dead set on a GUI for this, I guess you’d be in the minority which is why you’re probably not finding a lot out there.
I think Remmina does this though, and it’s solid as an RDP client otherwise.
ssh config? Not sure what you’re looking for. Like a list of preconfigured connections?
Well here’s an easy guide to get started: https://docs.github.com/en/pages/quickstart
Then rsync is your friend, like so rsync -avzp /drive1/ /target2/drive1/
That will copy all the files from drive1 to a destination folder in the backup drive called ‘drive1’.
Deduping only works for a single target or context at a time, so if you’re working with many drives, you’ll need to sort your data into unified locations on the backup target first, THEN run dedupe tools against it all.
Second, if all of your data from these drives fits uncompressed on the target drive, rsync will be the fastest to get the data from A to B.
Just gonna throw some constructive criticism out here: this is not a good format for this. This is painful to read with styling, especially on mobile, and pagination requiring clicking to the next page is just not something many will bother with.
You have a GitHub, so I’d post it on a GitHub page, or just in Markdown to make it more readable.
I think Piper being able to take input and read it from the client is simple enough that most people wouldn’t make an entire GUI just to avoid to do that, so it might be hard to find something like that.
If you’re specifically talking about reading PDFs aloud, you could do something like: pdftotext file.pdf | piper
and it will read the whole thing.
If you only mean reading a file from a specific selection of text, I’ve never seen something that, and it would have to operate more like a fully fledged screen reader because you’d have content rendered on screen that would have to be then piped to a TTS engine.
Do you just want a screen reader maybe? Gnome has Orca, and KDE has Kreader. Orca is much more polished.
The same way you set it up on every Linux. What’s your specific problem?
There’s a bunch of different things all playing against each other here, so let me untangle the low hanging fruit first.
You’re unlikely to find a tool like this that isn’t paid for simple reason: identity manage and RBAC. In order for it to be collaborative, it needs to have an identity provider as backend: first to auth a user, then to tell them apart (User A updated something User B created…etc). Even if you fork roadmap.sh, I’m pretty sure it’s only geared towards a single creator, but maybe I’m wrong on that. Either way, you’ll still need an identity provider as a backend if it supports that.
It kind of sounds like a wiki might serve your purposes? You could get creative with page linking and such to make it more interactive, though it may become tedious. Maybe have a look at The Odin Project, which is also OSS, and may have more of what you want to build off of.
Generally speaking, you’re unlikely to find native builds of apps for any OS if it’s easier to write a web app. This is one of those things that’s easy to make for browsers and doesn’t a localized program.
Install pavucontrol
or qasmixer
and make sure you flip through all the output toggles to make sure pipewire isn’t keeping it muted because it doesn’t detect something plugged. It’s a known issue with this hardware and codec, and other minisforums products have this same issue with it battling the software v hardware mixer controls.
I haven’t figured out how exactly to make it automatically switch on plugin of headphones just yet, but I’m sure someone may have a fix out there.
Exactly. A backup tool makes an entire copy of a filesystem. A time-based snapshot tool only covers the delta of changes to the filesystem.
So if you want a fully functional copy of your filesystem, then you make a full or incremental copy.
If you just want to be able to “rewind” to a point-in-time version of it, then Timeshift or snapshots allow you to do that.