Jwz's guide to backups: "Shut up. I know things. You will listen to me. Do it anyway."
1–10 of 26 posts
Re: Jwz's guide to backups: "Shut up. I know things. You will listen to me. Do it anyway."
#2 rsync -rlpv $HOME /cygdrive/eRe: Jwz's guide to backups: "Shut up. I know things. You will listen to me. Do it anyway."
#3Re: Jwz's guide to backups: "Shut up. I know things. You will listen to me. Do it anyway."
#4He does know things. For Windows users, Cygwin is a decent alternative to fucking yourself, in case that's the situation on your work computer (nevermind bootability): rsync -rlpv $HOME /cygdrive/e
Re: Jwz's guide to backups: "Shut up. I know things. You will listen to me. Do it anyway."
#5So that rsync command wouldn't delete stuff if stuff got deleted on my hard disc? Disk failures are not the only way to lose data. I'm guessing the archive flag of rsync takes care of that?
Re: Jwz's guide to backups: "Shut up. I know things. You will listen to me. Do it anyway."
#6Re: Jwz's guide to backups: "Shut up. I know things. You will listen to me. Do it anyway."
#7He does know things. For Windows users, Cygwin is a decent alternative to fucking yourself, in case that's the situation on your work computer (nevermind bootability): rsync -rlpv $HOME /cygdrive/e
I use Robocopy, included in Vista/Server 2008. Cygwin needs extra care with symbolic links (at least when I used it): http://www.cygwin.com/faq/faq-nochunks.html#faq.api.symlinks
Create a .bat file that calls other more granular bat files (so that you can backup certain things more frequently) and then schedule a task to run nightly.
Re: Jwz's guide to backups: "Shut up. I know things. You will listen to me. Do it anyway."
#8Re: Jwz's guide to backups: "Shut up. I know things. You will listen to me. Do it anyway."
#9http://www.nongnu.org/rdiff-backup/
It's short, sweet, incremental - and, because it uses diffs, not just hardlinks and new files, it doesn't use an extra 500MB each time you add 2k to the end of a 500MB dataset.
Re: Jwz's guide to backups: "Shut up. I know things. You will listen to me. Do it anyway."
#10 If you're using Windows, go fuck yourself.
This is what happens when someone who knows what they're doing, rather than a journalist, writes an article ;-)