Hello,
Arieh is correct in that the home.tar.gz is not included in the backup file if this is set:
skip_hometargz_in_backups=1
The home.tar.gz is a file to include files directly from the /home/user/* path, which are not part of the DA structure (basically, anything you've added, plus a few other files)
If you extract the user.admin.username.tar.gz file, look in the backup path:
backup/home.tar.gz
and extract that file to see exactly what's in it.
This does not include user_backups, admin_backups, backups, domains (And a few less important files).
The mentioned backups directories are always skipped.
The domains directory won't be in the home.tar.gz, but will be in the top of level of the user.admin.username.tar.gz (domains directory).
As it happens, I actually wrote a guide 2 days ago on how to put your data into a special folder so it's not included in the backup:
http://help.directadmin.com/item.php?id=335
see tip
5), as it's what I'm referring to.
It uses the fact that DA
already skips folders so can just use links to instance the data elsewhere in the path so it's still usable, but isn't included in the backups.
John