RKrahl/archive-tools

Basic functionality

Closed this issue · 1 comments

Basic functions that should be implemented:

  • Create an archive, takes a list of files to include in the archive as input.
  • List the contents of the archive.
  • Check the integrity and consistency of an archive.
  • Display details on a file in an archive.
  • Given a list of files as input, list those files that are either not in the archive or where the file in the archive is older or differs.

Note that this issue is closely related to #2, as parts of the functionality need to be implemented in the backend while other parts in the cli.