From what I've read, you can back up an entire partition like this:
dd if=/dev/sda1 of=/media/external/backup
Can anyone tell me if I need to worry about files being changed while doing this? Could it be that some critical system file might get changed during the dd operation and then when you want to restore the backup, it won't work?
I'm on Ubuntu 12.04.