Is it possible to take incremental backup using percona xtrabackup tool in AWS RDS

We are taking incremental and full backup using percona xtrabackup in local linux machine upon mysql 5.6. But we need to take from AWS RDS instance for particular database

Thanks in advance
Pavan Kumar

The options you can take are either mysqldump or mydumper, or by taking a snapshot

[url]https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html[/url]
[url]https://dev.mysql.com/doc/refman/5.7/en/mysqldump.html[/url]
[url]https://www.percona.com/blog/2015/11/12/logical-mysql-backup-tool-mydumper-0-9-1-now-available/[/url]

Thanks for your support Jrivera,

We done with snapshot full backup. But we need incremental backups is there any chance to get it by using percona xtrabackup.