A good solution (and a good exercise) for a complete backup is to do a Computer Forensics disk image. This approach has some advantages:
- The image is compressed and split, but it can be mounted as-is and its contents accessed with read-only guarantee.
- The backup contains everything, not only your working data. It contains even recently deleted files if you don't zero the free space before the backup (file-carving).
- An EFF disk image contains integrity checks for each block of data, so the disk can be reconstructed from the good parts in case of damage.
- You may always restore your disk content someday, as if nothing happened.
- Nevertheless, it's easy.
See after the break how you can do such a backup and install install Kali Linux 2.0 in 10 easy steps.

