Hello Percona,
I am a first time user of Percona Xtrabackup.
Trying to back up mysql DB to S3,
sudo innobackupex --user= --password= --stream=tar --no-timestamp
./s3-restore | gzip - | split -d --bytes=500GB \
- ./s3-restore/backup.tar.gz
It was interrupted by disk space limit, and I still cannot find where I should delete the temporary file generated by innobackupex.
Filesystem Size Used Avail Use% Mounted on
devtmpfs 30G 64K 30G 1% /dev
tmpfs 30G 0 30G 0% /dev/shm
/dev/xvda1 985G 978G 7.0G 100% /
Would you please help me to free up the disk space on /dev/xvda1/ ? Before executing innobackupex, i had over 90% free disk space on /dev/xvda1
Sungho