Hi there,
I'm experiencing an issue regarding code backup in Magento 2.3.0. When I run the command php bin/magento setup:backup --code --media --db, I get the following warning which stops the process.
Warning: stat(): stat failed for /home/<dir>/public_html/bin/.ea-php-cli.cache in /home/<dir>/public_html/vendor/magento/framework/Archive/Tar.php on line 323
I noticed that each time when I run the previous command, a new symlink is created in public_html/bin, named .ea-php-cli.cache. I successfully deleted this folder, but each time I run the command, same thing happens.
Also, "Allow Symlinks" has "No" as value in backend.
What's the issue and how can I fix it so that I can backup my site?