We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So, in the end, the backup script should simply be called wp-backup or backup-wp with the following options...
wp-backup -d (or --database) (for db backups) wp-backup --db --files (or) wp-backup --files --db (for full backups) wp-backup (-f) --files --exclude-uploads (or --no-uploads or --without-uploads) (for partial backups)
wp-backup -l (or --local for local backups) wp-backup -r (or --remote for remote backups) (or) wp-backup -o (for offline backups)
wp-backups -r -a aws_bucket_name (or --aws) wp-backups -r -g gcp_bucket_name (or --gcp)
The text was updated successfully, but these errors were encountered:
pothi
No branches or pull requests
So, in the end, the backup script should simply be called wp-backup or backup-wp with the following options...
wp-backup -d (or --database) (for db backups)
wp-backup --db --files (or) wp-backup --files --db (for full backups)
wp-backup (-f) --files --exclude-uploads (or --no-uploads or --without-uploads) (for partial backups)
wp-backup -l (or --local for local backups)
wp-backup -r (or --remote for remote backups) (or) wp-backup -o (for offline backups)
wp-backups -r -a aws_bucket_name (or --aws)
wp-backups -r -g gcp_bucket_name (or --gcp)
The text was updated successfully, but these errors were encountered: