fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

9.9K
active users

#Kopia

0 posts0 participants0 posts today

OK, now talking #backup tools for/with #ubuntu for people like me - being in-between noob and nerd status, having a bit of experience with console scripting and being capable to get solutions by using online search. Recently discovered #Borg plus #Volta GUI which sounds like a very capable deduplicating combo. Also stumbled about #Kopia that is advertised as being simpler but you know, this doesn't sound appealing. 😅

What would you recommend as backup tools/strategy for private usage?

#Kopia is great. At least it didn't fail me so far. However, here are my gripes about it:

  1. You need to run separate instances if you want to use multiple repositories
  2. The cache and logs folders can bloat that they sometimes occupy significant server storage.

I use #TimeMachine to my #NAS for backing up my MacBook, which works great and has occasionally bailed me out. But I recently learned that my preferred backup tool #kopia that I use on my #Linux servers, can back up to #OneDrive. My OneDrive account comes with 1TB of storage, and I only use about 10GB of it. So now I have offsite backups of my home directory in case things really go kablooey.

I use launchctl (the MacOS equivalent of systemctl) to manage running the backups unattended. Works great.

Replied in thread

@boracle I’m still on Windows 10, but I’ll be switching to Debian soon.

I recently switched to Kopia because it’s cross-platform, and I’m backing up to B2 Backblaze, which costs $6 USD per TB per month.

So, backing up 0.5 TB means I only pay $3 per month.

Kopia offers fine-grained control over what and when you back up, and you can access your backup repository from anywhere.

kopia.io/
backblaze.com/cloud-storage/pr

kopia.ioKopiaFast and Secure Open-Source Backup Software for Windows, Mac, and Linux

Finally managed to fix my permission issues with the 2 NFS CSIs I'm running on my #k3s cluster, and all the apps are back to a working state. Including #immich, my most important app on the new cluster by far.

Now that it's holding over 300GB of my photos, and knowing it takes significant time and resources to ingest media, it's time for getting #kopia configured to back all of this up to #backblaze. Thankfully that seems to be going pretty well!

Backups auf dem neuen Server sind nun auch eingerichtet und werden dann zu mir nach Hause geschickt.
Lieber einmal eine alte HDD dafür opfern anstatt irgendwo nen Terrabyte oder zwei zu bezahlen.

Diesmal versuche ich es mal mit
#kopia - sieht pauschal schon mal ganz nice aus und ist relativ leicht zu benutzen, wenn man erstmal verstanden hat, wie das mit so funktioniert (also alles wie immer eigentlich)

Artikel, die mal jemand schreiben müsste:

#Backup unter #Linux: #Borg / #BorgBackup[1], #Kopia[1] oder #Restic[3]?

Aber naja, das vernünftig zu machen -- also inklusive Praxistests über mehr als nur ein paar Tage -- ist schrecklich viel Arbeit, für die in der heutigen Medienwelt niemand mehr adäquat bezahlt.

[1] borgbackup.readthedocs.io/
[2] kopia.io/
[3] restic.net/

borgbackup.readthedocs.ioBorg Documentation — Borg - Deduplicating Archiver 1.4.0 documentation

I had a #SyncThing issue. I'm running a local #Kopia backup server in #Docker to collect backups from multiple computers. I'm replicating this folder to secondary server with SyncThing. The source folder is shared as "Send Only" to prevent any changes to propagate back.

Somehow the destination SyncThing collected ghost files. The source folder has about 100k/3TB files. Same number was in source SyncThing and destination folder, but destination SyncThing thought there were 150k files. And the number stuck even after all syncing and restarting.

Fix was to completely reindex the destination. There is no (AFAIK) GUI option to do it but i found an API call. I paused the destination folder and ran in destination server

curl -X POST -H "X-API-Key: <apikey>" http://localhost:8384/rest/system/reset?folder=<folderid>

It took awhile to run and *very* long time for SyncThing to rescan the folder, but in the end it fixed the issue.
#HomeLab

Another migration long overdue was getting off Dropbox.

Here is what I implemented a few days ago - in the middle of my Windows to Linux migration, doh! - but its going well so far.

Seemed complicated at first and ran into a few quirks, but is turning out to be exactly the right thing to have done.

Anyone got other approaches that have worked well for them let me know.

#dropbox #syncthing #kopia #backup #data

markdkberry.home.blog/2024/06/

Mark DK Berry Blog · Opt for Privacy: Transition from Dropbox to Syncthing and KopiaLast year Dropbox quietly forced an automatic opt-in and gave access to OpenAI to scan our data. There are alternatives that are free and open source. It just requires managing your own data.