home.social

#rsnapshot — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rsnapshot, aggregated by home.social.

  1. @lakeswimmer I use . Been using it for years and it works great. I'm also one of the project maintainers so am biased.

    In a brand new installation where everything used (and really, everything *should* use ZFS - if it's not properly supported in your OS the OS is faulty and you should use a different one) then these days I'd use zfs send/recv, wrapped in / - github.com/jimsalterjrs/sanoid

  2. @dalai @jwildeboer @kkarhan snapshots, zfs send/recv. If you can't do zfs then one of the innumerable wrappers around . I recommend .

  3. Ergänzung zu meinem Vortrag über #rsnapshot bei den @clt_news #clt2025:

    Wie pausiert man laufende #mdadm-Checks, während ein Backup läuft, damit Backup und #RAID-Check sich nicht gegenseitig ausbremsen?

    Dafür habe ich seit letztem Jahr ein Skript als Wrapper für die rsnapshot-Aufrufe geschrieben, der alle laufenden Checks pausiert, ein Kommando (in meinem Fall rsnapshot) ausführt und danach – unabhängig vom Erfolg des Kommandos – die Checks fortsetzt. Ich habe es jetzt hier zum Git-Repo hinzugefügt:

    gitlab.com/dboehmer/clt2025-rs

  4. Haack's Networking - Informal Hacking Session #03

    1) Today's agenda is rsnapshot script/stack migration from backup 8700 machine to 7920, i.e., to backup the backup.

    2) Write the article for the bind9 authoritative DNS server.

    3) If time and/or stamina permits, we will work on this month's timbre post where I cover my month's listening history.

    Live Steam w/ Chat: content.haacksnetworking.org/w

    #livestream #live #gnulinux #sysadmin #floss #freesoftware #rsync #rsnapshot #shellscripts

  5. A lesson on backups.

    Whilst intending to format a usbdrive, thicko here managed to reformat his little RAID box and delete all of his local backups and archived files.

    🙄

    However, slightly less thick me also has a backup (including archives) on a remote server; which is being restored locally as I type.

    This is the end of this public service announcement.

    #rsnapshot #dejadup #gnomebackups #debian #gnulinux

  6. @sadmin I use , which is a wrapper around rsync. When I started using it it was because it was the best tool available for my use-case, and am now one of the maintainers. These days I'd go with something else but am still using it because inertia. I want something that will do zfs send/recv when that's available and continue to use rsync when it's not.

  7. Qu'est-ce que vous conseillerez à un utilisateur de #Windows comme alternative à #Rsnapshot ? #backup

  8. @Cheatha was ist dein bevorzugtes Programm unter Linux für Backups?
    Ich bin da mit rsnapshot und USB Platten unterwegs.

    #Backup #rsnapshot #Linux

  9. @woolie I'd buy another 50TB and use your software of choice to make automated daily/weeky/etc incremental backups to 25TB of it, and to make regular backups of that to the other 25TB but keep that mostly offline.

    For values of 25 and 50 that may vary with how much your data changes.

    I currently do that (with two offline disk sets, so one is always off *site* as well) using for the backups, all disk arrays being on a . The next version will be all on .

  10. Habe heute Vormittag im Track "#Backup" einen Vortrag "Alles backupen mit Rsnapshot" auf den #clt2025 gehalten. Es ging um das Programm #Rsnapshot und darum, wie man mit Shell Tools oder einfachen #Perl-Skripen u.ä. regelmäßige Backups von Dingen automatisieren kann, die nicht dafür gemacht sind. Beispielsweise #DDWRT und #Fritzbox OS.

    Hier im Relive:
    streaming.media.ccc.de/clt25/r

    Weitere Infos und Feedback-Link:
    chemnitzer.linux-tage.de/2025/

  11. Nächstes Wochenende spreche ich bei den Chemnitzer Linux-Tagen #clt2025 über das Backup-Programm #rsnapshot. Titel: Alles backupen mit Rsnapshot

    💬 Welche Fragen habt ihr? Welche Aspekte interessieren euch besonders? Gerne kann ich noch einzelne Punkte in den Talk einbauen.

    chemnitzer.linux-tage.de/2025/

    Tipp: @clt_news hat für Samstag einen Track mit 3 Vorträgen zum Thema #Backup in Saal V1 geplant. Tim Oberschulte zeigt eine Lösung mit #iSCSI und @Kaffee_Junkie42 & @ascherbaum stellen @restic vor.

  12. Back in 2004 (yes, 2004, that's not a typo) I asked if support for the `lchown()` system call could be added to POSIX.pm, which is part of the 5 core, so that I could use it in and users wouldn't have to install the third-party Lchown.pm off the . "Yes", people said, and it was.

    20 years later I have finally created a PR to use the feature I asked for.

    Do I win a prize for being the slowest programmer ever?

  13. Визуализация занятого места под Linux

    Наконец-то выросло поколение пользователей, которые никогда не работали с файлами и не понимают , что это . Для них чужда сама концепция, поскольку они во всех приложениях имеют дело с «документами» и не знают, что такое файловая система, жёсткие ссылки, поддиректории и др. Может быть, это одна из причин, почему в РФ образовался мощнейший дефицит сисадминов . Хотя никто не забывает и основную причину печальной ситуации на рынке труда и общего спада демографии. Так или иначе, ещё более очевидной становится важность ключевого навыка для современного человека: управление Linux-сервером . Учитывая ситуацию на рынке труда, навык становится не только важным, но и финансово ценным. В этой статье рассмотрим полезные утилиты для визуализации дискового пространства, а также резервного копирования системных файлов под Linux в стиле «машины времени» MacOS. Это полезные инструменты для системного администрирования серверов.

    habr.com/ru/companies/ruvds/ar

    #Duc #Timeshift #System_Restore #Time_Machine #восстановление_системы #rsnapshot #BackInTime #TimeVault #неубиваемая_система #WinDirStat #SpaceSnipper #DaisyDisk #ruvds_статьи

  14. @awb as a co-author of something that works astonishingly similar to Time Machine (but from before Apple came out with their version) I'd be interested to learn more.

  15. @ParadeGrotesque out of interest, which one do you use? I use , which was someone else's backup script until I took over maintenance, but I have now handed it on to a new victim^Wvolunteer. Not sure it would be my first choice for backups this decade though.

  16. Backup. Файловое резервное копирование бюджетного VPS

    Предыстория. В своё время, когда мне надо было найти решение этого вопроса на Хабре, казалось, что все статьи состоят из установки и настройки Veeam Backup, Proxmox Backup и прочих коммерческих решений для блочных устройств. У меня запросы поскромнее. SLA и 3-2-1 не требуются. Достаточно восстановить работоспособность за пару часов или хотя бы пару дней. В общем, в поиске нужной статьи мне не особо повезло. Зато в комментах оказались интересные находки. Попробовав некоторые из них, в итоге остановился на описанном ниже варианте. Настроил и забыл. В качестве облачного хранилища ранее был выбран Storj. Но недавно они превратили бесплатные аккаунты в триальные. Пришлось отказаться, пересесть на Mega и освежить в памяти настройки. Заодно и выложить сюда. Надеюсь, кому-то тоже пригодятся. TL;DR Статья состоит из настройки rsnapshot, rclone и небольшого скрипта автоматизации.

    habr.com/ru/articles/809319/

    #backup #rclone #rsnapshot #mega #gdrive

  17. Ich will Backups machen. Nutzt Ihr #rsnapshot? Wenn ja, ein sync und dann daily oder direkt das daily?

  18. Now to figure out how to enable symlinks on my old DroboFS because rsync is complaining (something I probably wouldn't have known if rsnapshot wasn't emailing me debug stuff).

    #DroboFS #rsync #rsnapshot

  19. 📸 Need to backup your Rocky Linux servers? Run -rsnapshot. It works well, is super fast, and keeps a running backup that you can restore from easily. docs.rockylinux.org/guides/bac Side note: If you happen to run into any errors in this procedure, let us know so we can improve the docs.

  20. @musenhain

    #Borgbackup würde hier #rsnapshot und #rsync ersetzen.

    Du könntest dir auch #restic und/oder #rustic anschauen; die würden dann sogar noch rclone ersetzen ;)

    (Mit den beiden habe ich persönlich aber noch keine Erfahrung gemacht.)

  21. @louisderrac si c'est sur un serveur dédié, #rsnapshot est superbe.
    Perso, j'ai un serveur avec plusieurs sites (dont les miens) et un autre juste pour les sauvegardes.
    Sinon, avec ton fournisseur d'hébergement, y'a pas une solution proposée ?

  22. Переводим бэкапы с #Rsnapshot использующий rsync на #Btrbk использующий btrfs send/receive. Повторная синхронизация тестового контейнера с сайтом выполняется в 8 раз быстрее!
    Установку и настройку Btrbk описали в вики: wiki.calculate-linux.org/ru/bt