Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    file: Add import/export support · 14012bdb
    Jared Hancock authored
    This patch adds an export+import method to the file command line module. The
    file export is agnostic of the file storage backend. It writes the files
    with the %file record data to standard-out or to the file given by the -f
    option. The file is a considered a stream and can quietly be compressed and
    can be read back in as a stream (no seeking is performed in the import
    process).
    14012bdb