% cdpfglserver(1) cdpfglserver user manual | version 0.0.12
cdpfglserver - server where your files are being saved.
cdpfglserver [options]
cdpfglserver will wait for cdpfglclient to send files to save and cdpfglrestore to send request to restore those saved files.
Default options configuration values may be replaced by values read from a configuration file (the default one for instance) and those one may be replaced by options read from the command line.
-h, --help:
Gives some basic help about program invocation and its options.
-d, --debug=0|1:
When invoked with 0 debug mode is turned off. Debug mode is turned on when invoked with 1. When on this mode is really verbose and may slow down the program. You should not use this option in daily normal use.
-v, --version:
Gives compiled version of cdpfglserver plus some informations about libraries that were compiled with it and also some configuration informations as the program has loaded them.
-c, --configuration=FILENAME:
Specify an alternative configuration file. This file is read instead of the default one.
-p, --port=NUMBER:
Port NUMBER on which the server will listen (default is 5468)
cdpfglrestore(1), cdpfglclient(1)
/etc/cdpfgl/server.conf
is the default configuration file.
Please report bugs by either filling an issue at https://github.com/dupgit/sauvegarde/issues or a pull request at https://github.com/dupgit/sauvegarde/pulls or by sending a mail to Olivier Delhomme [email protected]
Authors in alphabetical order are :
- Pierre Bourgin [email protected]
- Olivier Delhomme [email protected]
- Sebastien Tricaud [email protected]