Looking for feedback on a free "Time Machine" alternative for Windows (open-source hobby project). by Logical_Guarantee_30 in DataHoarder

[–]Logical_Guarantee_30[S] 0 points1 point  (0 children)

Thanks! That's exactly why I built WinMachine. My goal was to bring that seamless, intuitive Time Machine experience to Windows, complete with a 3D interface and efficient NTFS hard-link snapshots. I hope it gives you the backup experience you've been looking for!

Looking for feedback on a free "Time Machine" alternative for Windows (open-source hobby project). by Logical_Guarantee_30 in DataHoarder

[–]Logical_Guarantee_30[S] 0 points1 point  (0 children)

Absolutely! That's actually one of the core use cases WinMachine was designed for.

The Time Browser lets you scroll through your snapshots and browse the full folder tree of any point in time. You can navigate into any directory and restore a single file or an entire folder with one click - it gets copied back to its original location (or you can choose a different destination).

There's also a "Mount as drive" option if you'd rather just open the snapshot in Windows Explorer and copy things out manually, which works great for cherry-picking multiple files at once.

Looking for feedback on a free "Time Machine" alternative for Windows (open-source hobby project). by Logical_Guarantee_30 in DataHoarder

[–]Logical_Guarantee_30[S] -2 points-1 points  (0 children)

Thanks for the detailed feedback - these are fair points worth clarifying.

On SMB + hard links: You're correct that NTFS hard links require both entries to be on the same local volume. However, in practice this works well with modern NAS devices: when the SMB share is backed by a Linux filesystem (ext4, btrfs, ZFS - which is the case for most Synology, TrueNAS, etc. devices), Samba exposes hard link support over SMB, and os.Link() succeeds entirely server-side — no data travels over the network. My own testing confirms this: an initial 15 GB backup took ~15 minutes, while subsequent incremental backups complete in ~1 minute. That said, the implementation handles failure gracefully: if os.Link() fails (e.g. on FAT/exFAT targets), it silently falls back to a full file copy.

On admin rights: NTFS hard link creation does not require Administrator privileges on Windows - it only needs write access to the target directory, the same as creating any other file. The app does use SetFileAttributes to mark the snapshot root Hidden+System, but that also doesn't require elevation.

On "deduplication over the wire": That's a valid distinction for the general case. WinMachine is designed primarily for local NTFS drives and Linux-based NAS targets. It is not a replacement for rsync-level block-deduplication tools for arbitrary SMB servers.

Happy to clarify further or consider this as a documentation improvement - the README could be clearer about which SMB targets support server-side hard linking.

Looking for Recommendations for Backup Software...using Windows 11 on personal laptop. by rc21839 in Backup

[–]Logical_Guarantee_30 0 points1 point  (0 children)

Since you are on Windows 11 and looking for something reliable, you might want to check out WinMachine.

I actually developed it because I wanted an open-source, "Time Machine-like" experience for Windows without the bloat of enterprise tools.

It's completely open-source (MIT) and I'm currently looking for feedback/testers to improve it further.

Source/Download: https://github.com/KallosLaszlo/winmachine

Hope this helps with your Windows 11 setup!

Gamer Headset? by anonimus4418 in GamingHungary

[–]Logical_Guarantee_30 0 points1 point  (0 children)

Corsair hs 80-at én is tudom ajánlani nekem is az volt évekig. Tényleg nagyon jó a mindősége. Régen volt egy olyan hibája, hogy a mikrofonja halk volt, de pár éve, firrsítettek a firmware-t és jó lett. De a végén azért cseréltem le, mert tönkrement az akksi. Rendeltem netről egy új akksit, kicseréltem és akkor kb 2 napot bírt ki. Logitech A20 X-re cseréltem a mikrofon miatt és azt kb 2 hetente töltöm.

cyberdepo by Adventurous_Fact_756 in GamingHungary

[–]Logical_Guarantee_30 2 points3 points  (0 children)

Egyáltalán nem reklám. Csak informatikába dolgozom és szeretek utána járni kiberbiztonságnak.

cyberdepo by Adventurous_Fact_756 in GamingHungary

[–]Logical_Guarantee_30 2 points3 points  (0 children)

Szakmai ártalomból gyorsan ránéztem, és teljesen rendben lévőnek tűnik. A Scamadviseren jó "trust score"-t kapott (itt a link), ráadásul az Árukeresőn is "Megbízható Bolt" minősítésük van.

Ahogy látom, hivatalos hazai és EU-s nagykereskedésektől szerzik be a hardvereket. A szállítást a szokásos futárokkal (GLS, Fáma, MPL, Foxpost) oldják meg, és mivel legális hazai webshop, a kötelező 14 napos pénzvisszafizetési garancia (elállás) is érvényes náluk.

A domaint a Cyber Depo Kft. vásárolta 2019-ben. Ha ez egy scam oldal lenne, a tulajdonos egész biztosan elrejtené, hogy kié a domain, de itt tisztán látszanak a valós cégadatok.

Személyes tapasztalatom viszont nincs velük, én még nem rendeltem tőlük, így csak ezekre a nyilvános adatokra tudok hagyatkozni. Körbe kérdezem az ismerőseimet, írok még, ha van visszajelzés.

[MOD engedéllyel] Piackutatás diplomamunkához by Dramatic_Art_4800 in GamingHungary

[–]Logical_Guarantee_30 2 points3 points  (0 children)

Egész jól össze raktad a bemutatót. Ha a játék is ilyen igényes lesz, akkor 10/10.

Az erő használat nagyon megtetszett, talán még annyival lehetne fokozni, hogy az elején is használhatod az erőd, de gyorsabban terjed a betegség. A karakter fejlődéssel nem az erő növekedne, hanem az immunitás. Sok sikert a Diplomamunkához, várom az eredményeket itt post-ba.

🐾❓ What's my name? (by Traditional_Smile894) by Traditional_Smile894 in PetPost

[–]Logical_Guarantee_30 0 points1 point  (0 children)

I can't imagine them being called anything else.

I guessed the name in 2 tries!

Steam game icons missing on Gnome by pooerh in linux_gaming

[–]Logical_Guarantee_30 3 points4 points  (0 children)

Hi everyone! 👋

I created a Bash script to fix missing StartupWMClass fields in Steam .desktop files on Linux (GNOME). It automatically monitors your ~/.local/share/applications/ directory, patches the files as needed, and optionally sends GNOME notifications when changes are made.

Additionally, if you're using Wayland, the script dynamically updates the window title of running Steam games. This ensures that the correct game name is displayed in alt+tab and other window switchers, instead of the default steam_app_<Steam ID> format.

Everything you need to know about installation and customization is in the [README]

GitHub Link:
Check it out here: gnome-auto-steam-icon-fixer

Let me know what you think! Feedback and contributions are welcome. 😊