Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)S
Posts
2
Comments
20
Joined
2 mo. ago

  • all good. thanks for exchanging our experience :)

    kopia wasn't running durin the week. I didn't look into the server configuration since it introduces user handling and that seemed to be overkill for the task but running as daemon would lead to a funcitoning system of course.

    this is my kopia.service file in case some else finds it and is interested in it

    [Unit]

    Description=kopia backup

    [Service]

    User=root ExecStart=$HOME/bin/backup_kopia

    [Install]

    WantedBy=multi-user.target

    where $HOME/bin/backup_kopia contains

    #!/bin/bash

    /usr/bin/kopia repository connect filesystem --path $KOPIA_REPO --password $KOPIA_PASSWORD

    /usr/bin/kopia snapshot create $HOME/folder_to_backup

    and my kopia.timer

    [Unit]

    Description=Run kopia backup

    [Timer]

    OnCalendar=hourly

    Persistent=true

    [Install]

    WantedBy=timers.target

  • It's a fedora server.

    according to kopia's repo, there is no official systemd service https://github.com/kopia/kopia/issues/2685 and there is none on my system.

    in the past week, it did not backup anything. Hence, there is no scheduler built into kopia automagically as described/ hinted in the docs.

    I just wrote a systemd service and timer and I'll see if it works. I'm not the best in using systemd. I dislike it, I like cron for it's simplicity.

    Even if it works then, I wouldn't recommend it to anyone because info about the scheduler is rare and the docs do not even cover the topic.

  • I eat very little processed food and primarily track my protein intake. I believe tracking every micro-nutrient is unnecessary as long as I eat a wide variety of whole foods. I place virtually no limit on vegetable consumption and only a light limit on fruit. Eating an extra banana isn't as detrimental as eating a bag of chips. It's easier to drop an additional banana a day than chocolate.

    ​In the beginning, it was helpful to learn which vitamins specific foods contain, but now that I eat a high volume of diverse greens, I don't feel the need to track them closely.

    ​being vegan is cheap because tofu is around €6/kg, while meat is at least €8/kg. Seitan (self made) is often even cheaper, and soy chunks are incredibly cost-effective at €10 per dry kilogram. ​Going vegan does narrow your food selection. There are simply things you can’t eat, and there’s no room for bargaining. However, the industry is developing rapidly, and more vegan options appear every year. Avoiding cheese also removes a massive source of calories. We aren't quite at the point where vegan cheese can replace dairy one-to-one in terms of variety, but we likely will be in 10 to 20 years which will make it more difficult to stick to a healthy diet based on vegan.

    ​Ultimately, eating unprocessed food is the best choice for both my budget and my well-being. I’m glad I’m not contributing to the suffering of animals, though I believe that choice is a personal one.

  • Lifting the zen way!

  • great reminder!

    It sounds good to aim for a body fat percentage instead of weight! I hope my body weight scale is ready for the task

  • Nice

  • I cycled from barbell bench to barbell incline bench to dumbbell incline bench in the past months.

    Sounds like it's time to get back to the flat bench and check if I can press 100 kg. Thank you for giving me the heads up and confidence! I knew that I am getting there, but I didn't know when.

  • I couldn't find a systemd unit or service.

    Kopia will then automatically begin taking the snapshot following the settings you set for the policy. link

    I'm not yet sure about that

  • Thank you! That sounds great! I already own drives and a machine. I just want to upgrade and make it more secure. I don't need a NAS then.

  • Thank you!

  • Fitness @lemmy.world

    69 workouts in the past 6 months

  • I can't find anything related to systemd or cron. Does it have its own scheduler? I already set policies. I'm just wondering if I forgot something to setup.

  • thanks! I installed it and created my first backup. I'll test it and see how it goes. It looks good. Thank you!

  • I'll do that, thx!

  • thx, I'll look into it!

  • next time with more SATA ports, thx!

  • is that your only expansion option on the system you have?

    For now, yes, that's the only option. I'll look into internal drives the next time.

    thanks for the info about RAID 1 and BTRFS in raid1c2

    I'll look into kopia as well since I only knew about borg.

    I am using mergerfs for years, it's really neat.

    thanks for sharing all of that!

  • thank, that's good to read!

  • that's a neat way of creating the backup! thanks :)

  • Since you have a server, a NAS is probably the right route.

    I don't understand this. Imo, the previous sentence concludes that I want a DAS, not a NAS because I already have a server.

    I'll look into zfs and btrfs. Somehow this topic is really difficult to grasp

  • Selfhosted @lemmy.world

    Improving HDD storage setup for personal server