lxc-tool is tool to download LXC images files.
cargo build --release
Currently, the configuration file is minimalistic and self-documented.
At the moment, only one option "download-images" is implemented.
lxc-tool download-images
The tool can write a log to STDOUT instead of syslog. Just define the environment variable RUST_LOG with the desired log level:
RUST_LOG=info lxc-tool download-images