• 9 Posts
  • 323 Comments
Joined 2 years ago
cake
Cake day: June 2nd, 2023

help-circle
  • I think versioning is the better option.

    are you writing about losing the backUp drive?

    No, losing your main version. Imagine you have a computer with syncthing and a server where it syncs to. If you chose no deletions, then it will sync all files to the server but all the stuff you deleted (draft documents, random files, photos from that time your kid held the camera button on your phone down and took 3000 photos in 30 seconds) will be deleted from your computer but still there on your server.

    When you computer gets struck by lightning and everything is destroyed but the server is fine, now you have to re-sort out all your files because all the stuff you deleted is still on the server version.

    Your suggestion of enabling the option to keep previous versions is probably cleaner. Personally I prefer to keep previous versions and deduplicate to save space.




  • Remember sync isn’t a good backup. You’re thinking of loss of drives but if this is important data you need to also consider mistakes.

    If you accidentally delete files you shouldn’t, you don’t want this deletion to sync to all your copies so it’s gone for good and the backup doesn’t help.

    Personally I use borgmatic to keep incremental, deduplicated backups. Then I can go back to previous states.

    If you install nextcloud all in one, it comes with a backup solution (also borg based). Then devices don’t need a copy of every file. But you’ll want your server to have a backup drive for this.

    I then sync my borg backup to a backblaze b2 bucket for offsite, encrypted backup using rclone. That then meets the 3 2 1 backup plan.

    I notice you mention Jellyfin. I don’t back up my Jellyfin media, the cloud storage for that could get very expensive and I could get it again if I needed it.




  • Everyone sharing their Ctrl+R tips, here’s my Control+R question:

    How does scope work? Some command history only seems to exist in certain tabs.

    Also sometimes I Ctrl+R in a tab then the command is there but I forget I need a different one first, so I ctrl+c but the next time I search for that original command somehow it doesn’t exist anymore.

    I’m using the default terminal on Nobara (fedora based).


  • Just checking, because I learnt to type before I worked this out, and because surely someone reading doesn’t know: press tab. Bash will fill in file names from your current directory.

    E.g. say you have files fred1file, fred2file, jim.

    Type f then press tab, it will fill to “fred”. Then press 2 and press tab again and it will fill the full “fred2file”.

    Have a play, it works in heaps of situations.




  • Yeah it’s a maybe, uLogger seems to let you choose which track you want to see. I presume the app lets you log to a specific track so you can have one for each person.

    It might depend on what specific experience you’re looking for. For example, I log to Nextcloud and can view it there, but this is more of a “find my phone” plus tracking where I’ve been for myself (similar to Google Location History). While I’m sure I can set it up so others can see, it’s not really designed for it. It would also be a bit awkward as you’d have to log in to Nextcloud in a browser to see the locations (seems it’s possibly the same for uLogger).

    I also run Home Assistant for home automation. I trigger automations off of my wife and my locations, but either of us can open the app and see at a glance where the other is (with pre-defined locations, such as “Home”, “School”, “@Dave’s Work”, etc, plus the ability to tap and see the exact location on a map).

    That Home Assistant setup is much more useful for either of us seeing where the other is than I think the more dedicated tracking apps are, since they aren’t designed around sharing your location with others and that’s more of a side-function.





  • Yes with ActivityPub there’s always failed federation. But Lemmy will send the delete request out when you delete your account. Other software or instances might not honour it, but the intent is there.

    As opposed to reddit who do not remove comments when an account is deleted, only mark it as a comment from a deleted account.

    I’m not against Lemmy’s implementation, but it does require you to collect information you need at the time not assume it will always be there.




  • Are you literally just wanting to see the location of family members?

    If you’re a self-hoster there are options, and that’s pretty much the only way you can know it’s private.

    Two that come to mind are:

    The PhoneTrack NextCloud app. If you run Nextcloud you can install this in nextcloud, then install a location logger on the phones. I’m more familiar with Android which has options but from a search I think OwnTracks can send to Nextcloud and supports iOS and Android (someone reported their iOS success here).

    Home Assistant let’s you see locations of people on a map that is tracked with the Home Assistant mobile app on Android/iOS.

    I have found uLogger or the old PhoneTrack app (that connect to GPS on a schedule) to be more accurate than apps that rely on Google telling them when the location has changed (Home Assistant and I think Owntracks). But also much more of a battery drain.

    So it depends how often you want the location to be updated. I find running uLogger or PhoneTrack on the phone actually makes Home Assistant get location updates much quicker(I run both for different reasons).