Script to sync db and/or data from remote host
Project description
sitesync
========
Script to sync db and/or data from remote host
Installation
------------
::
pip install git+https://github.com/morlandi/sitesync
Usage
-----
Provides an easy way to build a working local copy from a remote site, either by:
1) DUMP: saving a copy of remote database and data into ./dump/HOST folder
2) SYNC: replacing local database and data downloading a fresh copy from remote host
Supported platforms:
1) Django (postgresql db + ./public/media/)
2) Workpress (mysql + ./www/wordpress/)
Usage: sitesync [-h] [-v {0,1,2,3}] [--dry-run] [--quiet] [--localhost]
action target
Dump remote db and/or data, or Sync local db and/or data from remote instance
positional arguments:
action choices: sync, dump
target choices: db, data, all
optional arguments:
-h, --help show this help message and exit
-v {0,1,2,3}, --verbosity {0,1,2,3}
Verbosity level. (default: 2)
--dry-run, -d simulate actions
--quiet, -q do not require user confirmation before executing commands
--localhost, -l dump db and data from localhost into ./dumps/localhost
History
=======
v1.0.3
------
* Suggest relative local paths in default config file
* Added support for legacy Postgresql syntax
v1.0.2
------
* Python 2 & 3 compatibility
v1.0.1
------
* Few fixes for Python3
v1.0.0
------
* Initial setup
========
Script to sync db and/or data from remote host
Installation
------------
::
pip install git+https://github.com/morlandi/sitesync
Usage
-----
Provides an easy way to build a working local copy from a remote site, either by:
1) DUMP: saving a copy of remote database and data into ./dump/HOST folder
2) SYNC: replacing local database and data downloading a fresh copy from remote host
Supported platforms:
1) Django (postgresql db + ./public/media/)
2) Workpress (mysql + ./www/wordpress/)
Usage: sitesync [-h] [-v {0,1,2,3}] [--dry-run] [--quiet] [--localhost]
action target
Dump remote db and/or data, or Sync local db and/or data from remote instance
positional arguments:
action choices: sync, dump
target choices: db, data, all
optional arguments:
-h, --help show this help message and exit
-v {0,1,2,3}, --verbosity {0,1,2,3}
Verbosity level. (default: 2)
--dry-run, -d simulate actions
--quiet, -q do not require user confirmation before executing commands
--localhost, -l dump db and data from localhost into ./dumps/localhost
History
=======
v1.0.3
------
* Suggest relative local paths in default config file
* Added support for legacy Postgresql syntax
v1.0.2
------
* Python 2 & 3 compatibility
v1.0.1
------
* Few fixes for Python3
v1.0.0
------
* Initial setup
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file sitesync-1.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: sitesync-1.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77c3aaf7b7de24887131e5c0da38ffc2e70c6e5c8da2dbcbc85eccb7f62b6e1b |
|
MD5 | bb33b00037e775a4f6d320fdc35a4643 |
|
BLAKE2b-256 | 852c3a6378aca0b38741d2221f58ec0d42a9c17dad63de8a243ef2de4d706ae5 |