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

help-circle




  • 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.