• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle




  • Only issue is I have had my phone stolen once and dropped into a drain once by a drunk friend. So for me backup of photos is critical (with apple I have never lost photos even after this happened). My photo library is currently 205GB and the other phones in my family are 249gb of data.

    So I have the 2tb icloud plan and the apple one plan so it is all shared (currently using 463gb/2.2TB) among my family. 4 people use these 2 subscriptions.

    How am I supposed to get a service that auto backs up my photos daily for me, and for 3 other phones unless I use apples offering?

    Genuine question. I have not been able to answer this question for over 3 years now. Other services I tried like amazon photo backup expected me to open the app to make photo backups. Makes the service pointless imho.



  • Thief@lemmy.myserv.onetoLinux@lemmy.mlZRAM is insane
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    10 months ago

    Has anyone ever actually benchmarked vm.page-cluster = 0? Makes no sense to me to suggest a cpu is so bottlenecked that disabling read-ahead would actually help. If anything it would mitigate the decompression time if it guessed correctly as the work would already be done if left at the default of 3. Normally cpu is not bound when using zram because its quite low cpu anyway.





  • Ultimately I am the one paying the bill currently so if I die nobody elses credit card is being charged.

    In terms of other admins, this is actually happening. Some smaller instances like mine are in the process of setting up a sharing admin work between instances so that if someone is on holiday, the instance still has an admin who can login. This was only just started and is in the process. We have to create a lot of documentation and basic stuff to get it fully functional where another admin can login and fix something. Its not at that stage yet and will be a couple more weeks before it is. We did a test last night where another instance admin (boulder.ly) could connect to my instance via ssh but without documentation on what to do and check anything more than the basics of rebooting or restarting something isnt going to happen. Eventually we will get it to what to do if site has a critical vulnerability or is being attacked but not ready yet. Its a work in progress unfortunately.

    P




  • I run a lemmy server and its actually very hard to encourage people to sign up and use the server as they have to resubscribe to their communities manually or with a script and people just dont want to do it for basically very little gain for themselves individually even if when hundreds of people do it collectively it helps reduce load on popular servers. Its kind of like the climate change issue. One person doing it on their own doesnt change much and incurs a lot of work so why bother? Even if it is true that 1000 people moving would make a measurable difference.

    Https://lemmy.myserv.one if you do want to join, however.


  • You font make any communities and clear the database of cached content thats no longer needed after reasonable amount of time (as its hosted on the other instances the data came from) eg: PGPASSWORD=password psql --dbname=database --username=username --command=“DELETE FROM activity WHERE published < NOW() - INTERVAL ‘7 days’;”

    Does stop top month or top year since you dont have data going that far back. Obviously if you keep it then you need more disk space, memory and so on and so on.