BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] full disk backups
- Subject: [Discuss] full disk backups
- From: gaf at gapps.blu.org (Jerry Feldman)
- Date: Wed, 21 Aug 2019 13:54:25 -0400
- In-reply-to: <20190817180236.dqudhjcs7urwmm2t@randomstring.org>
- References: <274cb905-6226-4d76-94eb-785b0086b773@me.com> <20190817180236.dqudhjcs7urwmm2t@randomstring.org>
WRT: Restoring individual files. Rsync-based backups, such as rsnapshot and backintime tend to be pretty simple. For instance, rsnapshot uses an "hourly", "daily", "weekly", "monthly", and "yearly" snapshot. The way this works is: The "Hourly" is just when cron triggers it during the day. You can have any number of these. "Daily" is simply a rename operation. It renames the dailies to that daily_0 becomes daily_1 ... then renames the oldest hourly(as I remember) backup set to daily_0 Weekly, monthly and yearly do about the same. backintime does a similar thing except the backup sets use a date-based name Since each backup set is complete, you don't have to worry about incrementals. On Sat, Aug 17, 2019 at 2:03 PM Dan Ritter <dsr at randomstring.org> wrote: > Eric Chadbourne wrote: > > > > I've been using Kali Linux Light for my daily driver. Works great. > However I need to make full disk backups and be able to recover since this > is used for work. I'm always screwing with it and if it's broken I'm not > getting paid those hours. > > > > Any recommendations for something to use for a full disk backup and easy > recovery? My first thought was dd or rsync. However Clonezilla looks > pretty cool. I remember years back one of their devs being on the BLU > email list. > > > > Several options. > > 1. dd > pro: simple, guaranteed to copy all state > con: guaranteed to read and write all state > > 2. rsync > pro: reasonably simple, restartable, more efficient than dd > con: lots of small files make it slow > > 3. rsnapshot > pro: reasonably simple, enforces cron usage, built on rsync, > multiple snapshots possible > con: same as rsync, plus multiple snapshots can make things > messy > > 4. use ZFS > pro: lightweight snapshots, zfssend/zfsrecv > con: not simple to set up > > 5. buy another machine and stop futzing with your work machine > pro: work machine remains stable, damage from futzing > limited to other machine > con: potentially expensive > > I have used all of these techniques. > > -dsr- > _______________________________________________ > Discuss mailing list > Discuss at blu.org > http://lists.blu.org/mailman/listinfo/discuss > -- Jerry Feldman <gaf at blu.org> Treasurer, Boston Linux and Unix http://www.blu.org
- References:
- [Discuss] full disk backups
- From: eric.chadbourne at icloud.com (Eric Chadbourne)
- [Discuss] full disk backups
- From: dsr at randomstring.org (Dan Ritter)
- [Discuss] full disk backups
- Prev by Date: [Discuss] Boston Linux Meeting Reminder, tomorrow, Wednesday, August 21, 2019 - Raspberry Pi 4 Overview and Demo
- Next by Date: [Discuss] full disk backups
- Previous by thread: [Discuss] full disk backups
- Next by thread: [Discuss] full disk backups
- Index(es):