roundcube-export-contacts/README.md

16 lines
504 B
Markdown
Raw Normal View History

2017-10-12 14:16:54 +02:00
# Roundcube-export-contacts
2017-10-12 14:06:49 +02:00
2017-10-12 14:16:54 +02:00
Script to export Roundcube user's address book from command line in vCard format.
2017-10-12 14:20:05 +02:00
## Installation
Put *export-contacts.sh* file in *bin* directory in the web root directory of your Roundcube instance and make it executable (if not).
2017-10-12 14:16:54 +02:00
## Usage
```
Usage: export-contact.sh -u username -m mailhost.fqdn
-u / --user User name
-m / --mailhost Mailhost (optional)
-o / --output Output file
-v / --verbose Enable verbose mode
-d / --debug Enable debug mode
```