SayCyberOnceMore

  • 1 Post
  • 129 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle



  • You’ll probably need 2 devices: one actually connected to the external line (ie the modem part) and then your actual router / wifi access point(s).

    Personally, I have a Fritzbox router configured into bridge mode so it just deals with the line signal and passes all the PPPoE / internet comms to a pfSense box I built (ie anything… an old thin client, new microATX, etc…)

    I then have separate POE WAPs for wifi around the house, but pfSense can deal with radio drivers too if separate WAPs are too much today.

    This way, if something goes wrong I can always go back to a single domestic router, keep the family happy, download anything I need to fix my setup and then move forwards again.

    I like having separate components with an up/downgrade path








  • Anyone new to a subject gains their confidence (or not) if you’re confident (or not)

    So, I’d suggest picking 1 distro to install,.and make sure you’re familiar with it.

    Have multiple copies of the installer ready so you’re able to get things running in parallel and then you’re 75% ready.

    Also be prepared for people turning up with all their cherished photos on their laptop not understanding what you’re about to do, so they’ll say they’re happy for you to install a new OS and then be upset that pictures of Fluffy aren’t there any more…







  • With respect, you wouldn’t install these by just doing an update, so pacman -Syu is fine.

    You would have needed to install these manually, or a package that depended on them - both from AUR - so you’d also need to use yay (etc) to install them.

    But - I totally agree with your points that tge names look innocent enough for someone to install those over other packages.

    Always look at the AUR (website) at the package details - if it’s new(ish) and has 0 or 1 votes, then be suspicious.



  • It depends on the sync / backup software

    Syncthing uses a stored list of hashes (which is why it takes a long time for the initial scan), then it can monitor filesystem activity for changes to know what to sync.

    Rsync compares all source and destination files with some magical high speed algorithm

    Then, backup software does… whatever.

    Back in the day on FAT filesystems they used the archive bit on each file’s metadata, which was (IIRC) set during a backup and reset with any writes to that file. The next backup could then just backup those files.

    Your current strategy is ok - just doing an offline backup after a bulk update, maybe it’s just making that more robust by automating it…?

    I suspect you have quite a large archive as photos don’t compress well, and +2TBs won’t disappear with dedupe… so, it’s mostly about long term archival rather than highly dynamic data changes.

    So that +2TB… do you drop those files in amongst everything else, or do you have 2 separate locations ie, “My Photos” + “To Be Organised”?

    Maybe only backup “MyPhotos” once a year / quarter (for example), but fully sync “To Be Organised”… then you’ve reduced risk, and volume of backup data…?


  • The main point is that sync (like RAID) isn’t a backup. If ransomware got in and started encrypting all your files, how would you know / protect yourself…

    There’s a lot of focus on 3-2-1 backups, so offsite is good, but consider your G-F-S strategy too - as long as this remote copy isn’t your only long-term backup option, then sync might be ok for you

    So, syncthing / rsync / etc is fine… but maybe just point it to your monthly / weekly / daily backup folder(s) rather than the main files?

    You also had some other suggestions I think, like zfs / btrfs snapshots… which would be a point in time copy of your files.

    Or burn the photos to DVD / Bluray and store them at the other location? No power requirements there…