Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Perform the PutFile by running the 'PutFile.sh' script. It takes the following arguments:

  • [MANDATORY] -f The path to the file, which is wanted to be put

  • [OPTIONAL] -S The salt of checksum to request in the response. Requires the ChecksumType argument.

  • [OPTIONAL] -R The algorithm of checksum to request in the response from the pillars.

  • [OPTIONAL] -i A id for the file (default is the name of the file).

...

Perform the DeleteFile by running the 'DeleteFile.sh' script. It takes the following arguments:

  • [MANDATORY] -f The path to the file, which is wanted to be put

  • [OPTIONAL] -c The checksum of the file to be delete (in the collection default checksum specficiation).

  • [OPTIONAL] -S The salt of checksum to request in the response. Requires the ChecksumType argument.

  • [OPTIONAL] -R The algorithm of checksum to request in the response from the pillars.

  • [OPTIONAL] -p The id of the pillar where the file should be delete. If no argument, then the file will be deleted at all pillars.

...