• 0 Posts
  • 84 Comments
Joined 4 months ago
cake
Cake day: January 2nd, 2025

help-circle
  • As others have said, use tools like borg and restic.

    Shop around for cloud storage with good pricing for your use-case. Many charge for different usage patterns, like restoring data or uploading.

    Check out storj.io, I like their pricing - they charge for downloading/restore (IIRC), and I figure that’s a cost I can live with if I need to restore.

    Otherwise I keep 3 local copies of data:

    1 is live, and backed up to storj.io

    2 is mirrored from 1 every other week

    3 is mirrored from 1 every other week, opposite 2

    This works for my use-case, where I’m concerned about local failures and mistakes (and don’t trust my local stores enough to use a backup tool), but my data doesn’t change a lot in a week. If I were to lose 1 week of changes, it would be a minor issue. And I’m trusting my cloud backup to be good (I do test it quarterly, and do a single file restore test monthly).

    This isn’t an ideal (or even recommended approach), just works with the storages I currently have, and my level of trust of them.








  • I have an older (2017) Dell SFF OptiPlex 7050 that idles about 12w, with 3 drives (each 1 TB, spinning disk).

    It peaks about 80w when I’m doing conversions, but I can keep that down by limiting cpu usage for handbrake (it doesn’t convert faster above 4 cores anyway, just uses more power).

    I was surprised by the low idle power, I would’ve been happy with upwards of 40w since my previous machine idled at 100w.

    So I think very low idle is possible, I’m just not sure why this box idles so low.









  • For just files I’d use Syncthing or Resilio (I keep hundreds of gigs synced with ST). Resilio has a feature that’s very useful - Selective Sync. This allows you to setup a sync job that syncs the index of files, but doesn’t sync the actual files until you select a file(s) to sync on the remote device. I use this to access my media files from anywhere (3TB) which I obviously don’t want to try to sync the entire folder to my phone, etc.

    But since you effectively are on the same LAN, you can use any file copy tool the respective OS’s support.

    Though for WAN connections, I prefer tools with some redundancy/resilience, since those connections can be slow or experience drops, and regular copy tools aren’t designed to contend with that (in Windows the only tool I can think of off hand is Robocopy, but I think Teracopy will at least show you if a file copy fails).

    It really depends on your use-case, what you’re trying to solve for.




  • For backup check out SMS Backup/Restore. I have 10+ years of sms backup with it, all readable as text or using Excel.

    I’ve never found a good solution to this SMS problem - there’s seems to be nothing out there (probably because FOSS devs think SMS needs to die, and I agree).

    I did find my solution last year: JMP.chat - I think they’re considered a virtual cell provider. Port your number to them, then all your SMS/MMS gets piped into XMPP, which you can access with an XMPP client on any device - Gajim on Windows/Linux, Cheogram and Monocles (plus others) on Android, Snikket and others on iOS. My SMS works even if my phone is off. Prices are really good, so good that I use a different SIM in my phone for a data connection, as I no longer need an SMS/voice connection (calls are routed via VOIP in Cheogram/XMPP).


  • Onomatopoeia@lemmy.cafetoProgrammer Humor@programming.devExcel
    link
    fedilink
    English
    arrow-up
    10
    ·
    edit-2
    29 days ago

    Create a table in Libre Office, I’ll wait…

    (Hint,the devs have flat out stated they will never add tables to Calc, as it’s wrong to do).

    99% of Excel usage includes a table in the first, or second, sheet. Without tables a spreadsheet app is useless, in my opinion, regardless of how “wrong” it is (and I agree that it’s wrong).