Hello Plesk Forums,
I'm trying to setup automatic backups for my server. I'm running the latest plesk parallels. 12.5.30
Now I like to export the incremental backups towards a different location. So I use: --output-file=<fullpath/filename>
Using this documentation: http://docs.plesk.com/en-US/12.5/ad...ta/backup-utility-commands-and-options.68843/
Normal backup without --incremental works:
[root@server]# /usr/local/psa/bin/pleskbackup server --description="FULL server backup" --verbose --output-file="/var/lib/psa/tmp/full_backup.tar"
Incremental backup with--incremental does not work:
[root@server]# /usr/local/psa/bin/pleskbackup server --description="Incremental server backup" --verbose --incremental --output-file="/var/lib/psa/tmp/incremental_backup.tar"
The error I receive is:
The option --output-file must specify existing directory path to store incremental backup at /usr/local/psa/admin/bin/plesk_agent_manager line 922.
Now when I don't specify the filename when I do an incremental backup (Without incremental_backup.tar) it does work. Like this:
[root@server]# /usr/local/psa/bin/pleskbackup server --description="Incremental server backup" --verbose --incremental --output-file="/var/lib/psa/tmp/"
But I want my own specified filename...
Could you guys please fix this or give me alternatives to do?
Kind regards,
Zolero
I'm trying to setup automatic backups for my server. I'm running the latest plesk parallels. 12.5.30
Now I like to export the incremental backups towards a different location. So I use: --output-file=<fullpath/filename>
Using this documentation: http://docs.plesk.com/en-US/12.5/ad...ta/backup-utility-commands-and-options.68843/
Normal backup without --incremental works:
[root@server]# /usr/local/psa/bin/pleskbackup server --description="FULL server backup" --verbose --output-file="/var/lib/psa/tmp/full_backup.tar"
Incremental backup with--incremental does not work:
[root@server]# /usr/local/psa/bin/pleskbackup server --description="Incremental server backup" --verbose --incremental --output-file="/var/lib/psa/tmp/incremental_backup.tar"
The error I receive is:
The option --output-file must specify existing directory path to store incremental backup at /usr/local/psa/admin/bin/plesk_agent_manager line 922.
Now when I don't specify the filename when I do an incremental backup (Without incremental_backup.tar) it does work. Like this:
[root@server]# /usr/local/psa/bin/pleskbackup server --description="Incremental server backup" --verbose --incremental --output-file="/var/lib/psa/tmp/"
But I want my own specified filename...
Could you guys please fix this or give me alternatives to do?
Kind regards,
Zolero