Frankenstein seconded, more than you might expect from the film versions.
IanTwenty
- 1 Post
- 53 Comments
Not used bacula myself, couldn’t say.
You might also want to keep an eye on vykar which is promising all the best bits from restic/borg:
For restic:
- Every backup is incremental after the first or rather restic makes no distinction because it chunks and dedups the data on the way in so if it’s already in the repo it doesn’t get stored twice.
- Restic has customisable ‘forget’ cmd that can do whatever you want
- Restic has filtering flags, you can use a gitignore style file also. Many people use a wrapper though like autorestic.
- The ghost files are interesting. Restic has nothing special for this. A script that mirrored those files and wrote them all as 0 bytes which restic could then backup would be possible, this would work same for any backup tool.
- You get that summary after every restic backup. You can also compare snapshots and mount them all to run your own analysis if you want.
- Again if you mount a restic backup you have access to every file and snapshot taken in the repo. You could compare or diff them using usual tools.
- There is a ‘exclude-if-present’ option where you can say if a file with the name of your choosing is present do not backup that dir etc
IanTwenty@piefed.socialto
Linux@lemmy.ml•Systemd preparing to comply with age verification lawsEnglish
7·11 days agoRick Astley’s birthday is 6th Feb 1966, just saying
IanTwenty@piefed.socialto
Selfhosted@lemmy.world•Self-Host Weekly (13 March 2026)English
14·16 days agoHello
Somebody developed a Home Assistant integration for monitoring and managing sourdough starters
I like your thought so I wondered if there is a site to help people pick a distro and found this:
For a windows gamer type of person it came up with Linux Mint
https://distrochooser.de/en/d59f9b3e7b9b/
…at the top of a long list of other choices. Not bad!
IanTwenty@piefed.socialto
Linux@lemmy.ml•Linux in California is in deep trouble - The Bryant ReviewEnglish
6·21 days agoNY is next
New York Senate Bill S8102A goes further. It “requires manufacturers of internet-enabled devices to conduct age assurance” to check all users’ ages, and provide this info to “all websites, online services, online applications and mobile applications” – as well as app stores.
IanTwenty@piefed.socialto
Linux@lemmy.ml•Any Solutions for uploading files to cloud storage(e.g Google drive) and such, for people in countries with very slow upload speeds?English
5·21 days agoAt 5mbps it should take about 1 hour for 2GB. It sounds like your actual speed is 2-3x lower. Can you take that up with your ISP? Are you certain your machine has the best connection within your control, i.e. directly wired into the router? Network equipment is not faulty? Have you tested with iperf within your network? Just in case there’s another issue beside the slow external speed…
Another thing that springs to mind is to use a backup tool like
resticthat will not only compress but deduplicate your data into hundreds of small files that might make upload faster. Dedup can save significant space and you can try it out locally first. Just dorestic initthenrestic backup PATH.Restic can use rclone as a backend also and upload straight to google: https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html#other-services
Finally there’s sometimes nothing faster than physically moving data. A person jogging with a 100gb drive has great bandwidth! Is there a location with better internet within reach? A library or school perhaps?
IanTwenty@piefed.socialto
Selfhosted@lemmy.world•I built a self-hosted period tracker because I couldn't find one worth usingEnglish
10·22 days agoThe danger being raised with the licensing is that you can’t license something if you’re not considered to be the author. There are growing examples of courts and lawmakers determining AI output to be public domain:
The US Supreme Court recently refused to reconsider Thaler v. Perlmutter, in which the plaintiff sought to overturn a lower court decision that he could not copyright an AI-generated image. This is an area of ongoing concern among the defenders of copyleft because many open source projects incorporate some level of AI assistance. It’s unclear how much AI involvement in coding would dilute the human contribution to the extent that a court would disallow a copyright claim.
https://www.theregister.com/2026/03/06/ai_kills_software_licensing/
This is an evolving, global situation and hard to know what to do right now. I think what you’ve got is fine though - you’ve made it clear your intention is to license with AGPL. It’s just that depending on the jurisdiction it might be public domain instead.
This is another reason to be clear about the use of AI in the README so your users can make an informed decision.
Here’s where they link to find out more:
IanTwenty@piefed.socialto
Selfhosted@lemmy.world•Storing encryption keys for backup drivesEnglish
12·1 month agoDon’t encrypt the drive, encrypt the backups and put your keepassdb alongside. Use restic or similar that encrypts backups.
IanTwenty@piefed.socialto
Selfhosted@lemmy.world•Mattermost is no longer Open-SourceEnglish
37·1 month agoThe contention is that Mattermost say it’s licensed under AGPL but then they add conditions which are incompatible with that license. So it seems they want to give appearance of AGPL but not give the actual rights that come with it. So therefore it’s not AGPL.
IanTwenty@piefed.socialto
Selfhosted@lemmy.world•Is it safe the new Syncthing-Fork v2.0.14 on F-Droid?English
11·2 months agoPresumably that can’t handle things that the app adds like run conditions for wifi/mobile data though? I realise some may not care about that as much.
IanTwenty@piefed.socialto
Selfhosted@lemmy.world•💞 FairScan > Syncthing > Paperlees-ngxEnglish
3·2 months agoThank you for introducing me to FairScan! Great app. I have a scanner but being able to snap stuff on the go is so much quicker.
I like your infographic, how was it made?
You’re welcome!



Little bit more on it here:
https://forum.syncthing.net/t/does-anyone-know-why-syncthing-fork-is-no-longer-available-on-github/25661/251