SayCyberOnceMore

  • 5 Posts
  • 359 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle

  • You’re doing fine.

    After seeing someone at work burnout, I’ll offer this advice:

    Find what you enjoy doing and do nothing more (today). Itch only 1 scratch at a time.

    As an analogy - consider you’ve moved into a newly built house and have an empty garden. No-one would expect you to create that perfectly first time around. Esp. in 1 weekend. It needs time to grow. Some things will need cutting down, some things will need moving. Animals will crap on it.

    I think you’re trying to make it perfect, first time around. Perhaps as a fear of doing it “wrong”.

    There is no wrong, it’s all a learning experience, doing things good enough for now and improving / breaking things later.

    Ensure you know how to backup your files (3-2-1 rule) and the rest doesn’t matter.

    I’ve re-written my ansible scripts a few times, but over months and years as I’ve learned what works best for my system.

    For example, I had 1 complete script for each device. I can wipe the device (get it back on the network) and rebuild with no effort…

    … then I realised that most of the scripts had very similar parts to tweak SSH and other settings, so then I learned how to call scripts from within scripts, which also meant using variables (facts) to work out if this is a 32b or 64b RasPi (for example)

    That probably took 3 months

    But I enjoy sitting in my garden and looking at it…







  • I’ve not seen that option, but I use syncthing instead of the phone application to sync my photos to a specific folder on my NAS which is then an external library for Immich.

    TBH, I don’t want anything deleting anything automatically.

    I’ll often delete newer pictures of temporary stuff but keep older pictures of my frinds & family, so, that’s not a feature I’d see any value in. It tends to just make me lazy and build up GBs of junk photos on my NAS (and backups…)




  • Not quite clear there…

    You’re copying data from the source, to harddrives… and then to a server with different drives?

    Assuming it’s just lots of smallish data files / media and not OS files (ie don’t need symlinks, attributes, ownership, etc) then any backup software which generates hashes to be able to repair the archive during a restore would do.

    Btrfs doesn’t need LVM, but I wouldn’t use that on mobile drives.

    Or… is this one huge 80TB file?





  • 1st, definitely get backups offsite. Either cloud or drives at someone else’s home, but do that.

    When (not if) something breaks you’ll need to fix it “now

    So, if you were intending on hosting a failover system in the cloud with Jellyfin, Adguard, Wireguard, etc. that won’t be a simple replica - you’ll need to redo your whole networking design.

    IMHO, you’re better having physical spare parts / devices at home and focus on that.

    If you’re running on an old PC, you’ll probably be better getting a newer, more efficient (lower electricity costs) - possibly smaller and quieter - device and moving stuff across… your old PC can then be the backup device.





  • If the timestamps on the current live cctv image looks completely different, then you’re out of luck using it as evidence.

    After all, it’s your video evidence, why would you want to fake it if you’re trying to prove that someone stole that Amazon parcel off your front door step…

    This isn’t X-Files… 🛸



  • Slightly off topic and something I read from somewhere else, but make sure whatever you use can write the date & time onto the camera images, otherwise it isn’t usable for any police / insurance claims.

    I’d guess all systems do this now, but just wanted it to be on your checklist of features.

    If the camera doesn’t do it, then the storage server must.

    (And make sure the clock is sync’d to something 😉)