Backing up a wordpress installation with wp-cli
Wordpress-Backups mit der WordPress-CLI – emsgold:
# check if upgrading is needed
wp core check-update
wp plugin status
wp theme status
# DB
wp db export
# the entire website files
touch backupname.tar.gz
tar --exclude=backupname.tar.gz -vczf backupname.tar.gz .
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus