I know i can back up the home directory + databases of one account in cPanel, but is there a command like pkgacct that will backup only the home directory? (without databases) Basically, I want to transfer all file from one account to another, with same files/folders permissions. If anyone have any suggestion for me, please post here Thank you!
I would cd into the directory and do a tar -czvf . ../filename.tar.gz Now you can transfer the file via scp to the new location and untar it.