I'm trying to find a way to backup a single cpanel account using the new backup system.
"/scripts/pkgacct" - creates the compressed file I need but just puts it in the local /home folder. I need to to export to my webdav additional location as defined in the backup configuration.
I found a command to force a backup of all accounts using the new backup system:
/usr/local/cpanel/bin/backup --force
But how do I force a backup of just one account using the new backup system?
"/scripts/pkgacct" - creates the compressed file I need but just puts it in the local /home folder. I need to to export to my webdav additional location as defined in the backup configuration.
I found a command to force a backup of all accounts using the new backup system:
/usr/local/cpanel/bin/backup --force
But how do I force a backup of just one account using the new backup system?