{ "info": { "author": "Paul-Emmanuel Raoul", "author_email": "skyper@skyplabs.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2 :: Only", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Utilities" ], "description": "=====================\nWordPress Backup Data\n=====================\n\n|Dependency Status| |Known Vulnerabilities|\n\nThis Python script is made for doing a complete backup of your WordPress\nblog's data. It does exactly the same thing that the WordPress' export\nfeature.\n\nInstallation\n============\n\nWith pip (recommanded)\n----------------------\n\n::\n\n pip install wordpress-backup-data\n\nFrom sources\n------------\n\n::\n\n git clone https://github.com/SkypLabs/wordpress-backup-data.git\n cd wordpress-backup-data\n python setup.py install\n\nHow to\n======\n\n::\n\n usage: wp-backup-data [-h] [-u USER] [-p PASSWORD] [-P] [-O] [-a ADDRESS]\n [-d DIRECTORY] [--http] [--https]\n [--ignore-certificate] [-v]\n\n Do a backup of your WordPress data\n\n optional arguments:\n -h, --help show this help message and exit\n -u USER, --user USER username to use\n -p PASSWORD, --password PASSWORD\n password to use\n -P, --prompt-for-password\n prompt for password to use\n -O, --prompt-for-otp prompt for Yubikey OTP to use\n -a ADDRESS, --address ADDRESS\n root address of the WordPress blog (examples:\n 'blog.example.net' or '192.168.20.53')\n -d DIRECTORY, --directory DIRECTORY\n directory where the backup file will be stored\n --http use HTTP as protocol\n --https use HTTPS as protocol (default)\n --ignore-certificate ignore invalid certificates\n -v, --version show program's version number and exit\n\n Example: ./wp-backup-data -a blog.example.net -u user -P\n\nYubikey OTP support\n===================\n\nIf you have secured your WordPress blog with the `Yubikey OTP\nplugin `__, the *-O*\noption is made for you ! By this way, you will be prompted to enter your\nOTP.\n\nWith Docker\n===========\n\n::\n\n docker run --rm -it -v :/backups docker.io/skyplabs/wordpress-backup-data\n\n*local path* refers to the folder on your host system where the backup\nfile will be stored.\n\nIf you want to store the backup file in your current directory :\n\n::\n\n docker run --rm -it -v $(pwd):/backups docker.io/skyplabs/wordpress-backup-data\n\nAnd if you want to specify some *options* :\n\n::\n\n docker run --rm -it -v $(pwd):/backups docker.io/skyplabs/wordpress-backup-data -d /backups \n\nLicense\n=======\n\n`GPL version 3 `__\n\n.. |Dependency Status| image:: https://gemnasium.com/badges/github.com/SkypLabs/wordpress-backup-data.svg\n :target: https://gemnasium.com/github.com/SkypLabs/wordpress-backup-data\n.. |Known Vulnerabilities| image:: https://snyk.io/test/github/SkypLabs/wordpress-backup-data/badge.svg\n :target: https://snyk.io/test/github/SkypLabs/wordpress-backup-data", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/SkypLabs/wordpress-backup-data/archive/v1.4.0.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/SkypLabs/wordpress-backup-data", "keywords": "wordpress backup", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "wordpress-backup-data", "package_url": "https://pypi.org/project/wordpress-backup-data/", "platform": "", "project_url": "https://pypi.org/project/wordpress-backup-data/", "project_urls": { "Download": "https://github.com/SkypLabs/wordpress-backup-data/archive/v1.4.0.zip", "Homepage": "https://github.com/SkypLabs/wordpress-backup-data" }, "release_url": "https://pypi.org/project/wordpress-backup-data/1.4.0/", "requires_dist": null, "requires_python": "", "summary": "Back up your WordPress data", "version": "1.4.0" }, "last_serial": 3239181, "releases": { "1.4.0": [ { "comment_text": "", "digests": { "md5": "33082253c80f45f8983d2e69e34af35a", "sha256": "560691d63ebce23b6e219978f6b80f1b7f54747a914dcedcb4b55f85ed8c6f7f" }, "downloads": -1, "filename": "wordpress-backup-data-1.4.0.tar.gz", "has_sig": false, "md5_digest": "33082253c80f45f8983d2e69e34af35a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4614, "upload_time": "2017-10-10T12:29:19", "url": "https://files.pythonhosted.org/packages/f7/b9/84a91693ccff1b52b5b66ac63b6d291ddbdd7c43221dd61ebda114d73570/wordpress-backup-data-1.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "33082253c80f45f8983d2e69e34af35a", "sha256": "560691d63ebce23b6e219978f6b80f1b7f54747a914dcedcb4b55f85ed8c6f7f" }, "downloads": -1, "filename": "wordpress-backup-data-1.4.0.tar.gz", "has_sig": false, "md5_digest": "33082253c80f45f8983d2e69e34af35a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4614, "upload_time": "2017-10-10T12:29:19", "url": "https://files.pythonhosted.org/packages/f7/b9/84a91693ccff1b52b5b66ac63b6d291ddbdd7c43221dd61ebda114d73570/wordpress-backup-data-1.4.0.tar.gz" } ] }