The command is this:
Code:
cpusystem( "rsync", $rsyncopts, "--delete", "${basedir}/daily/", "${basedir}/weekly" );
Which is interpolated to this:
Code:
cpusystem( "rsync", '-rlptD, "--delete", "/backup/cpbackup/daily/", "/backup/cpbackup/weekly" );
or whatever is specified in your backup config for the backup directory.
The problem might be in cpusystem on your system. That function takes the arguments given and passes them to:
- cpuwatch
- or logwatch
- or executes directly if the prior two are not found
The first two binaries are in /usr/local/cpanel/bin
At this time I'm unable to replicate either this bug, or the PosgtgreSQL bug you filed. Would you mind opening a complimentary support ticket at https://tickets.cpanel.net/submit/ ? Please mark it: ATTN QA: FreeBSD backup bug
There is obviously something amiss, something different between your system(s) and our test systems.