unlogic

joined 9 months ago
[–] unlogic@lemmy.zip 1 points 5 days ago

For me i keep a local one so if I lose a file or something gets corrupted I can restore locally without any egress costs or network lag. The sync to remote is in case of local data loss for example fire or theft.

Rclone will (should) be faster than doing a restic sync due to not having to do any deduping etc.

[–] unlogic@lemmy.zip 4 points 1 week ago (1 children)

B2 is Backblaze’a version of S3. It’s a cloud storage solution. https://www.backblaze.com/cloud-storage/pricing

Restic will encrypt the backup https://restic.readthedocs.io/en/latest/070_encryption.html

And it will backup directly to B2 so not intermediate storage is needed.

[–] unlogic@lemmy.zip 5 points 1 week ago (1 children)

https://beets.io/ could do all of that for you.

[–] unlogic@lemmy.zip 4 points 1 week ago (5 children)

Second restic or Borg with a rclone sync to storage. Restic will handle both for you though. Borg is an option if you want a local back up that then gets synced (or use restic to do multiple backups)

I use B2 storage and it’s dirt cheap compared to other offerings. You can use rclone to mount the bucket locally and only recover what you need to save on egress costs.

The advantage of restic/borg is not only encryption but snapshots, deduplication, and compression over a simple rsync.

Rsync.net can run a Borg server if you want to back up to that but B2 is much more cost effective.

[–] unlogic@lemmy.zip 5 points 1 month ago

I use Linkding https://github.com/sissbruecker/linkding which is a clone of pinboard. Not sure if it will work with Samsung browser but I use custom actions on iOS to add links and the web UI to access links

[–] unlogic@lemmy.zip 6 points 5 months ago

I use https://wekan.github.io/ for tracking items to repair.

[–] unlogic@lemmy.zip 10 points 5 months ago (2 children)

Linkding which is like pinboard but self hosted. Just because it’s simple. I could do with just using browser sync but hey, I’ve got a server running so I might as well host it

[–] unlogic@lemmy.zip 2 points 7 months ago

Ah yes. Good point. I haven’t used it myself yet as I’ve not had reason too. Just on my list of Tailscale things to try out

[–] unlogic@lemmy.zip 4 points 7 months ago (2 children)

Wouldn’t Tailscale funnel achieve what they want? https://tailscale.com/kb/1223/funnel

[–] unlogic@lemmy.zip 3 points 8 months ago (1 children)

As an aside you can use Nextcloud’s WebDAV to sync Joplin if you wanted to reduce the number of services running on your server. Not sure how it compares in performance though.

[–] unlogic@lemmy.zip 2 points 8 months ago* (last edited 8 months ago) (1 children)

Nextcloud has the file system available via WebDAV. Mount the WebDAV to a local mount and go from there perhaps?

[–] unlogic@lemmy.zip 3 points 8 months ago (3 children)

Easiest way would be to use the Nextcloud desktop app which will mount your Nextcloud and present them inside nautilus for you to do as you wish.

view more: next ›