14

Disclaimer: I am only a user, not the developer, and I am not in their team :)

I found this backup solution a few days ago and I already love it! Time to share!

Vykar is a new backup solution in an early state, that is inspired by Borg and Restic. It offers a fast and encrypted backup solution with an easy YAML formatted configuration. It can back up to a local repository, S3, its own backup server or all of them. Deduplication and snapshots are integrated, in daemon mode it has a built-in scheduler too.

Run it via the provided binaries, the GUI or use it in Docker. Recovery can be easily done via the CLI or starting a local web server to browse the files or access them via WebDAV.

Example YAML configuration (for showing its simplicity), full docs here

# vykar configuration file
# Minimal required configuration.
# Full reference: https://vykar.borgbase.com/configuration

 repositories:
  - label: "Backupserver"
    url: "https://backup.myserver.com/"
    access_token: "secure-token-here"
 sources:
   - label: "immich-homeserver"
     path: "/docker/immich/data"
     exclude:
       - "backup"
       - "thumbs"
       - "encoded-video"

   - label: "media-homeserver"
     paths:
       - "/backup/media/books"
       - "/backup/media/music"
       - "/backup/scripts"
       - "/backup/media/video"
     exclude:
       - "cache"
       - "tmp"


#
***
Common optional settings (uncomment as needed)
***

 encryption:
  # mode: "auto"                     # Default — benchmark at init and persist chosen mode
   mode: "aes256gcm"

# 

 retention:
   keep_last: 3 #keeps the last 3 snapshots
#   keep_daily: 7
#   keep_weekly: 4

# https://vykar.borgbase.com/configuration#compression

 compression:
   algorithm: zstd
   zstd_level: 5

# https://vykar.borgbase.com/configuration#exclude-patterns

 exclude_patterns:
   - "*.tmp"
   - "*.bak"
   - "*.log"
   - ".pnpm-store"
   - "node_modules"
   - "postgres"
   - ".Trash-1000"
   - "$Recycle.Bin"
   - "System Volume Information"
   - ".DS_Store"

# schedule:
#   enabled: true
#   every: "24h"

There is nothing wrong with a yuri wallpaper 😌

No need to change

I got the supporter for free, because I donated to them before they joined FUTO. I donate frequently to opensource projects. This is a good way to say thanks to the devs 😊

Even small donations are fine, so please donate to projects you enjoy 👍🏻

[-] morethanevil@lemmy.fedifriends.social 81 points 11 months ago* (last edited 11 months ago)

Are they fucking kidding us? No more user management, no more sso, no more policies via UI... What the fuck? Changelog on Github says UI cleanup, but this is entirely a removal 🤬

I don't like the CLI for MinIO

Will switch back to 2.0, I hope for a fork.

25

The 2 main chars from the series Nana

I really liked this little pearl

Source

45
Suzume [6000 x 2894] (lemmy.fedifriends.social)

From the movie Suzume

Source

20
Kurumi Tokisaki [3507 x 2480] (lemmy.fedifriends.social)

Kurumi Tokisaki from the series Date a Live

Source

I love Heliboard it is a fork from Openboard. It has themes and is 100% offline

Cleanup

Check current disk usage:

sudo journalctl --disk-usage

Use rotate function:

sudo journalctl --rotate

Or

Remove all logs and keep the last 2 days:

sudo journalctl --vacuum-time=2days

Or

Remove all logs and only keep the last 100MB:

sudo journalctl --vacuum-size=100M

How to read logs:

Follow specific log for a service:

sudo journalctl -fu SERVICE

Show extended log info and print the last lines of a service:

sudo journalctl -xeu SERVICE

17
Aguri Sakurano [1920 x 1080] (lemmy.fedifriends.social)

From the series Gamers!

Source

[-] morethanevil@lemmy.fedifriends.social 43 points 2 years ago* (last edited 2 years ago)

From Discord

Copy this to custom CSS in the adminpanel and the license banner is gone:

.license-status{
display:none !important;
}

It is possible to set the status to licensed too vua the database, but I didn't try it.

I hope it will only be this banner. Kavita has had a donation button too and 2 updates further it was a floating button. The whole thing about licensing is heavily discussed on Discord.

12
Gleipnir Main chars [2400 x 1150] (lemmy.fedifriends.social)

The Aoki-sister (Claire Aoki / Erena Aoki) and Shuichi Kagaya from the series Gleipnir

Source

22
Itsuomi and Yuki [2736 x 1534] (lemmy.fedifriends.social)

Both main chars from the series A sign of affection

Source

43
Maomao [2560 x 1440] (lemmy.fedifriends.social)

From the beautiful series The Apothecary Diaries

Source

29
Bloom into you [1920 x 1080] (lemmy.fedifriends.social)

Touko Nanami and Yuu Koito from the series Bloom into you

Source

Start a second shell and kill the process 😋

31
Ai Hoshino [5.000 × 4.167] (lemmy.fedifriends.social)
19
Mashiro Oyama [7.680 × 4.320] (lemmy.fedifriends.social)

One of the main characters in Onimai: I'm now your sister

Source

30
Mashiro Shiina [4311 x 2425] (lemmy.fedifriends.social)

One of the main chars from The Pet Girl of Sakurasou

Source

Take a look at the readme...

...DATA LOSS may occur and it may kill your cat.

😭😭🤧

2 useful sites

Crontab Generator

Systemd Generator

I think they are very helpful ☺️

I am honest, I was sceptical at first sight, about data collection, but it is opensource. Looks good so far and I will give it a try. Here some links:

Homepage

Github

Playstore

F-Droid

"Nur in Europa"... genau das zeigt doch, das man einfachste Dinge schon vorschreiben muss.

Andere Betriebssysteme übernehmen das weltweit. Deswegen heißt es Standardbrowser. Dort nennt man das "Benutzerfreundlichkeit"

Verrückt, ich weiß...

view more: next ›

morethanevil

0 post score
0 comment score
joined 2 years ago