You are not logged in.
+1
I've tried quite a few backup utilities and luckybackup is the only one that's been super easy to use and never given me any problems. (by the way, even though i guess it IS a KDE app, it only has three dependencies)
Offline
falconindy wrote:Wrote my own in Bash... uses a mix of squashfs, aufs, and rsync to make incrementals.
Is it any better than rdiff-backup?
I found rdiff-backup to be far less space efficient than just scripting the creation of tar balls on a regular basis. Rdiff works pretty well but when I moved to my own script, I cut my space usage by just over half. What's more, it's easier for offline backups to external disks that can be stored securely off site.
Offline
Having thought about the problem a bit more, I'm pretty sure btrfs snapshots are the future of backups on linux. So, are there any good GUI tools yet for backups based on btrfs snapshots?
Autojump, the fastest way to navigate your filesystem from the command line!
Offline
Hi all,
I feel Linux lacks a good and simple graphical tool to do desktop backups for regular users. I'm thinking of writing one myself (probably a front-end to a good command line tool), but before I get started, I want to make sure I'm not reinventing the wheel.
If you do write your own please include backup to tape option, I might even be able to help a little if you code in C
Offline
Git won't keep permissions or ownership.
Git does preserve file modes. (Probably not ACLs, though.) It does lose ownership, as well as the timestamps.
Offline
Use my own, no GUI just a few settings. Backup to NFS server or removable storage with rotating backup-snapshots going back hourly/daily/weekly/monthly as long as you need: http://git.sysphere.org/rybackup/
You need to install an RTFM interface.
Offline
http://synkron.sourceforge.net/index.php
Been using that to get something easy for windows and linux. Parents and myself
Offline
I like fsarchiver, it is not a CLI application but it was always worked for me, even while backing up live (running) systems.
SANUSART - free VST plug-ins | Music | Web design | Graphics | Sound engineering | Software | Tutorials | PHP scripts
Offline
rsync; one full backup of all my computers at the beginning of the month, and incremental backups every week. I only set it up earlier this month, though, so at the moment my roll-back options are rather limited (the 1st, 6th, 13th, 20th, and 27th).
Last edited by Barrucadu (2010-06-27 21:14:44)
Offline
Not GUI, but I have used bacula as my backup system for years. At the office, I have an old machine running archlinux with some big drives that is my bacula backup server, all it does is backup the entire network to disk, every night, and has done so reliably for a couple of years. It's not easy to get set up, but once it is, you can pretty much forget it's even running. It has saved my butt from stupid mistakes a couple of times.
+1
Until a month ago, we used it on tapes, but since our new server was incompatible with the older SCSI-card and tape-device we had, we now backup to disk. It can be a b*tch to set up, but once it is running, it is fairly easy to change settings. I'm currently thinking of setting up an OpenVPN between the office and the homes of my colleagues and making off-site backups with bacula.
Offline