Alternatives to LBackup
- If you are interested in performing a bootable backup of Mac OS X system have a look at Carbon Copy Cloner, SuperDuper, or the Full System Backup page.
- If you are interested a very simple backup solution then consider some of the various *NIX commands. A couple of *NIX tools to consider are afio and tar. When combined with tools such as find you will be able to quickly construct a customized backup solution. If you end up constructing a custom backup script or command we encourage you to submit these to the LBackup project. This is because we are constantly looking for ways to make LBackup more flexible.
- Unison is a great utility for synchronizing directories. The unison guide will help to get you started.
- Dirvish has some unique approaches to backup management and is worth a look.
- If you like the sound of RSync, but do not really want to edit a text file to configure your backups, then ripcordbackup, arRsync, RSyncX (tutorial), EasyRsync, Backuplist+ or Grsync Mac may be worth a look. In addition, on LINUX there is GADMIN-RSYNC, snap2 and Grsync.
- If you would like to just use RSync, then there are plenty of tutorials and tips available, to help get you started.
- If you are having difficulty keeping an encrypted image in sync across a set of networks, consider duplicity.
- BrandySnap is another a perl rsync wrapper which aims to improve on some of the issues with rsnapshot. BrandySnap is still in an early stage of development. However, it shows great promise and has some great features related to pruning!
- Link-Backup is a command line tool which deals with file and directory renames. The LBackup team are working to integrate Link-Backup (or the feature set) with LBackup in the future.
- rdiff-backup is a command line tool which simultaneously supports both push and pull network backup strategies. In addition, rdiff-backup is very good at only storing the changes between different version of a file. This results in drastic reductions in the amount of space required for the backups when using rdiff-backup in under certain circumstances.
- TimeMachine is bundled into Mac OS X 10.5 and later and provides an intuitive GUI for restore operations. If you decide to use TimeMachine then you may also be interested in TimeMachine Editor.
- rdup approaches backups with a UNIX philosophy.
- Revision control systems may also be utilized in a backup strategy. One example is git. However, there are many others.
- An example of a backup system which is related to git is bup. If you are dealing with large file sets then it is worth a look.
