Here is a quick cheat sheet of how to manually start backup from the command line.
All Accounts
x
2
1
# Force backup of all accounts
2
/scripts/cpbackup --force
Single account
xxxxxxxxxx
1
8
1
# Backup single account
2
/scripts/pkgacct <username>
3
4
# Backup single account to specific directory
5
/scripts/pkgacct <username> /tmp
6
7
# Restore single account
8
/scripts/restorepkg <username>