[-] vonProteus@lemmy.ml 2 points 4 days ago

What is the name of this app?

[-] vonProteus@lemmy.ml 2 points 1 month ago

i regenerated cache by clicking Settings > Omnisearch > Clear cache

1
submitted 1 month ago* (last edited 1 month ago) by vonProteus@lemmy.ml to c/obsidianmd@lemmy.world

i cleared cache and now it won't regenerate it

it only generate cached entry for new files

[-] vonProteus@lemmy.ml 9 points 3 months ago

Looks like deadpool little bit to me

5

I'm looking for a message backup solution

my iCloud is almost full, most messages

I don't want to remove them completely

so I would like to download all the messages from my phone

and put them in some web application that will allow me to view them

so I'm probably looking for two apps, one that downloads iOS messages to my PC/Mac and some sort of web app (preferably self-hosted) that will display them and allow searching

then i can set auto delete of messages older than one year

can you recommend anything?

[-] vonProteus@lemmy.ml 2 points 7 months ago

lemmy isn't really oriented in that way.

seems you know something can you elaborate more

19
submitted 7 months ago by vonProteus@lemmy.ml to c/lemmy_support@lemmy.ml

cross-posted from: https://lemmy.ml/post/13008029

i'm pretty new to lemmy

i know that in reddit there was list of everything i upvoted and downvoted

am i missing something or this feature does not exists in lemmy?

is it on a roadmap or is it some kind of security issue that i'm not aware

[-] vonProteus@lemmy.ml 1 points 1 year ago

thx for sugestion

looks very promising src

# zfs create pool/project/production
  populate /pool/project/production with data
# zfs snapshot pool/project/production@today
# zfs clone pool/project/production@today pool/project/beta
  make changes to /pool/project/beta and test them
# zfs promote pool/project/beta
# zfs rename pool/project/production pool/project/legacy
# zfs rename pool/project/beta pool/project/production
  once the legacy version is no longer needed, it can be destroyed
# zfs destroy pool/project/legacy

not tested yet

4
submitted 1 year ago* (last edited 1 year ago) by vonProteus@lemmy.ml to c/zfs@sh.itjust.works

i clone one dataset (tank/a to tank/b) with zfs

and now i want to delete only parent (tank/a)

i wont to have only tank/b now

how to do it?

vonProteus

joined 1 year ago