ERP DB Copy
===========

Clone a Tryton or OpenERP database to new database (add _test) for PostgreSQL

Installing
----------

See INSTALL

Configuration
-------------

Create a user in your postgres:

* Name: erpdbcopy
* Password: erpdbcopy
* Superuser: Yes

See INSTALL

Package Contents
----------------

  bin/
      Program.

  erpdbcopy/
      ERP DB Copy sources.

License
-------

See LICENSE

Copyright
---------

See COPYRIGHT

Example to use
--------------

    $ erpdbcopy -u user -p password -d dbname

Example crontab
---------------

    30 1 * * * /usr/local/bin/erpdbcopy -u user -p password -d dbname

Log file
--------

    /var/log/erpdbcopy.log
