Search
337 results for “borgbackup”
-
The feeling when the last successful thing you did on the filesystem before it broke was pushing your work for an important project to a git server...
Phew.
Also - good I have recent backup so I can recover everything else.
#sysadmin #git
#dataloss #backup #BorgBackup #Borg #Vorta #btrfsTransIdVerificationFailed -
The feeling when the last successful thing you did on the filesystem before it broke was pushing your work for an important project to a git server...
Phew.
Also - good I have recent backup so I can recover everything else.
#sysadmin #git
#dataloss #backup #BorgBackup #Borg #Vorta #btrfsTransIdVerificationFailed -
The feeling when the last successful thing you did on the filesystem before it broke was pushing your work for an important project to a git server...
Phew.
Also - good I have recent backup so I can recover everything else.
#sysadmin #git
#dataloss #backup #BorgBackup #Borg #Vorta #btrfsTransIdVerificationFailed -
The feeling when the last successful thing you did on the filesystem before it broke was pushing your work for an important project to a git server...
Phew.
Also - good I have recent backup so I can recover everything else.
#sysadmin #git
#dataloss #backup #BorgBackup #Borg #Vorta #btrfsTransIdVerificationFailed -
The feeling when the last successful thing you did on the filesystem before it broke was pushing your work for an important project to a git server...
Phew.
Also - good I have recent backup so I can recover everything else.
#sysadmin #git
#dataloss #backup #BorgBackup #Borg #Vorta #btrfsTransIdVerificationFailed -
What's your backup regimen? I'm thinking:
- Images with Foxclone.
- Snapshots with Timeshift.
- Files with Borg.
#GNU #Linux #backup #Timeshift #Fedora #BorgBackup #Foxclone #AskFedi
-
Aufgepasst:
Nächste Woche am Mittwoch, den 21.05 ist wieder Cryptocafe.
Wir treffen uns ab 18 Uhr im Raum C-20 in der alten Mu, Lorentzendamm 6-8, Kiel.Das Thema ist dieses Mal "Backup" mit Nutzung des Tools borgbackup.
-
Aufgepasst:
Nächste Woche am Mittwoch, den 21.05 ist wieder Cryptocafe.
Wir treffen uns ab 18 Uhr im Raum C-20 in der alten Mu, Lorentzendamm 6-8, Kiel.Das Thema ist dieses Mal "Backup" mit Nutzung des Tools borgbackup.
-
@luc For this server, I am using #duplicity (wrapped in #duply). Originally, it used #restic, but the pruning ended up using too much RAM (but restic has improved this, and I've upgraded from a 4GB system to 32GB since then, so maybe I'll switch back to restic or #borgbackup sometime soon, since I found out that duplicity does not back up ACLs...).
I'm also still using restic (with a custom script) for my laptop backups, and borg (with borgmatic) for some other servers/raspberry pis.
1/
-
@luc For this server, I am using #duplicity (wrapped in #duply). Originally, it used #restic, but the pruning ended up using too much RAM (but restic has improved this, and I've upgraded from a 4GB system to 32GB since then, so maybe I'll switch back to restic or #borgbackup sometime soon, since I found out that duplicity does not back up ACLs...).
I'm also still using restic (with a custom script) for my laptop backups, and borg (with borgmatic) for some other servers/raspberry pis.
1/
-
@luc For this server, I am using #duplicity (wrapped in #duply). Originally, it used #restic, but the pruning ended up using too much RAM (but restic has improved this, and I've upgraded from a 4GB system to 32GB since then, so maybe I'll switch back to restic or #borgbackup sometime soon, since I found out that duplicity does not back up ACLs...).
I'm also still using restic (with a custom script) for my laptop backups, and borg (with borgmatic) for some other servers/raspberry pis.
1/
-
@eliasp Thanks for the tip. #Restic Backup https://restic.net/ seems interesting.
The #NixOS wiki has a page on #BorgBackup - https://wiki.nixos.org/wiki/Borg_backup, which sounds like a really interesting way to do backups, but because I'm new to it, I haven't set it up yet. I'm used to Déjà Dup https://apps.gnome.org/DejaDup/ , but was never happy with it, so didn't set out up either. I suppose I've let better be the enemy of good.
Maybe this third choice can serve as a tie breaker 😆
1/2
-
Starting the day and realising my #backup system has been broken for the last 4 days 😵
Error reported to #vorta people https://github.com/borgbase/vorta/issues/2188
Then realising something broke the borgbackup-fuse installation on #homebrew
Uninstall + install fixed it 😮💨
-
If you want to use Restic (or any other deduplicating backup tool) for backing up Git repositories with lots of large binary files, this blogpost might be helpful: https://olivergerlich.wordpress.com/2025/01/10/efficient-backup-of-a-git-repository-with-deduplication/ .
Unfortunately I did not find an _easy_ solution for this; but at least it is possible to make space-efficient backups in this case. -
A year ago, I finished a major rewrite to port #BorgWarehouse to #Docker. I don't have many metrics on the use of my software, but I can see that the documentation is widely consulted. Now, I see that the 100,000 pull on DockerHub has been exceeded 😮
Even if it's a lot of work on my own time, believe it or not but developing a free software was my dream. And yet, see it being widely used is a huge reward !
I'm really proud of my project and my work.
-
🛠️ Looking for advice! 🛠️
I'm using NextCloud AIO with S3 as primary storage, and now I'm trying to figure out the best backup strategy. I want to ensure that I’m backing up both the database and any other important configurations/data. AIO has Borgbackup built-in, but since my primary storage is S3, I'm not sure if it would work effectively in my case.
Anyone else using a similar setup? Would appreciate any recommendations or insights!
Edit: Considering manual backup of Docker volumes (e.g; /var/lib/docker/volumes/nextcloud_aio_database/_data for DB). Is it sufficient for restoring the files/database? Will the containers use this data correctly?
Boosts appreciated for wider reach. Thanks! 🚀☁️💾
#NextCloud #BackupStrategy #S3 #SysAdmin #BorgBackup #CloudStorage
-
Backup strategy: (note that this device has two NVMe drive bays (one Linux install each) and one 2.5" HDD/SSD bay)
- Timeshift to record on-boot / on-hook (aka
apt/pacmaninvocations) events to btrfs snapshots - Borg to backup critical folders (things required to be functional like, say,
~/.sshas an example) every hour to local HDD - urbackup to take file-level backups every 6 hours, and block-level backups every 7 days (incremental, full every 7 days / 30 days), uploaded to my server-side (when connected to WWAN this is paused)
- One additional watcher script that will enable a 6-hour Timeshift task if it detects that the latest urbackup run was more than 24 hours ago, just to ensure full-FS backups, even if I'm without internet or on mobile data.
#backup #backups #linux #overkill #Timeshift #urbackup #BorgBackup #btrfs
- Timeshift to record on-boot / on-hook (aka
-
Did you miss the Linux Update newsletter last week? Read it here and subscribe free to get it in your inbox every Thursday https://mailchi.mp/linux-magazine.com/linux-update-finding-the-right-ergonomic-keyboard #Linux #OpenSource #ergonomic #keyboard #hardware #Canonical #Qualcomm #XZ #DBMS #WordPress #backup #BorgBackup #Vorta #Skrooge #Docker #FOSS #PyCon #jobs #events
-
Did you miss the Linux Update newsletter last week? Read it here and subscribe free to get it in your inbox every Thursday https://mailchi.mp/linux-magazine.com/linux-update-finding-the-right-ergonomic-keyboard #Linux #OpenSource #ergonomic #keyboard #hardware #Canonical #Qualcomm #XZ #DBMS #WordPress #backup #BorgBackup #Vorta #Skrooge #Docker #FOSS #PyCon #jobs #events
-
Did you miss the Linux Update newsletter last week? Read it here and subscribe free to get it in your inbox every Thursday https://mailchi.mp/linux-magazine.com/linux-update-finding-the-right-ergonomic-keyboard #Linux #OpenSource #ergonomic #keyboard #hardware #Canonical #Qualcomm #XZ #DBMS #WordPress #backup #BorgBackup #Vorta #Skrooge #Docker #FOSS #PyCon #jobs #events
-
Did you miss the Linux Update newsletter last week? Read it here and subscribe free to get it in your inbox every Thursday https://mailchi.mp/linux-magazine.com/linux-update-finding-the-right-ergonomic-keyboard #Linux #OpenSource #ergonomic #keyboard #hardware #Canonical #Qualcomm #XZ #DBMS #WordPress #backup #BorgBackup #Vorta #Skrooge #Docker #FOSS #PyCon #jobs #events
-
Did you miss the Linux Update newsletter last week? Read it here and subscribe free to get it in your inbox every Thursday https://mailchi.mp/linux-magazine.com/linux-update-finding-the-right-ergonomic-keyboard #Linux #OpenSource #ergonomic #keyboard #hardware #Canonical #Qualcomm #XZ #DBMS #WordPress #backup #BorgBackup #Vorta #Skrooge #Docker #FOSS #PyCon #jobs #events
-
I’m willing to pay hundreds € on a #nas and HDDs … but paying for cloud storage, SaaS or VPS (as a consumer) feels wrong.
To keep up the facade I tell myself it’s my hobby so it’s worth it.
If you know someone like this: Help! by asking to backup your stuff too with tools like #syncthing #borgbackup #nextcloud #resiliosync #synology photos
-
Theory confirmed: #RK3568 makes a decent low-buck archive NAS.
Been testing #btrfs raid1/raid1c3 on #nanopi-r5s with mismatched HGST refurb drives.
Definitely going to be a great landing zone for #borgbackup and rsync.
-
Just released v2.1.0 of #BorgWarehouse 🥳
Some features, fixes and improvements for #Docker support in particular.
As always, it's a huge commitment on my personal time so enjoy my #free and #opensource #software !
Documentation is up-to-date on https://borgwarehouse.com
-
🇵🇱 Nowy wpis na blogu! / 🇬🇧 New blog post!
YunoHost – backup [ENG 🇬🇧]
#archivist #backup #borgbackup #cron #crontab #linux #nano #opensource #restic #scp #selfhosted #ssh #sshkeys #vps #yunohost
Autor: @[email protected]
-
🇵🇱 Nowy wpis na blogu! / 🇬🇧 New blog post!
YunoHost – kopia zapasowa
#archivist #automatyzacja #backup #borgbackup #cron #crontab #kluczessh #kopiazapasowa #linux #nano #opensource #restic #scp #selfhosted #ssh #sshkeys #vps #yunohost #zadaniacron
Autor: @[email protected]
-
🇵🇱 Nowy wpis na blogu! / 🇬🇧 New blog post!
YunoHost – kopia zapasowa
#archivist #automatyzacja #backup #borgbackup #cron #crontab #kluczessh #kopiazapasowa #linux #nano #opensource #restic #scp #selfhosted #ssh #sshkeys #vps #yunohost #zadaniacron
Autor: @[email protected]
-
🇵🇱 Nowy wpis na blogu! / 🇬🇧 New blog post!
YunoHost – kopia zapasowa
#archivist #automatyzacja #backup #borgbackup #cron #crontab #kluczessh #kopiazapasowa #linux #nano #opensource #restic #scp #selfhosted #ssh #sshkeys #vps #yunohost #zadaniacron
Autor: @[email protected]
-
🇵🇱 Nowy wpis na blogu! / 🇬🇧 New blog post!
YunoHost – kopia zapasowa
#archivist #automatyzacja #backup #borgbackup #cron #crontab #kluczessh #kopiazapasowa #linux #nano #opensource #restic #scp #selfhosted #ssh #sshkeys #vps #yunohost #zadaniacron
Autor: @[email protected]