# Bill of material file for MyBackup.sh version 3.0
#
# The format of this file
#    * Anything after a # is ignored.
#    * Unquoted tabs and spaces are ignored except as word separators.
#    * Empty lines are ignored.
#    * Data lines have multiple space-separated <keyword>:<data> pairs
#    * If <data> conatins spaces, it must be enclosed in single quotes.
#    * <keyword> must be one of Checksum, Name, Type, NewName, Ownership or Permissions.
#    * For <keyword> Type, <data> must be one of BashCompletion, Configuration, Documentation or Program.
#    * For <keyword> Ownership, <data> must be <owner>:<group>, for example Ownership:root:root
#    * All keywords are mandatory except NewName.  Keywords may appear in any order.

Name:'MyBackup.sh 0.3 User Guide.pdf'    Type:Documentation    Checksum:812707044    Ownership:root:root    Permissions:444
Name:bash_completion.d.file    Type:BashCompletion    Checksum:156088725    Ownership:root:root    Permissions:644    NewName:MyBackup.sh
Name:MyBackup.sh    Type:Program    Checksum:3435101656    Ownership:root:root    Permissions:544
Name:sample.cfg    Type:Configuration    Checksum:217829900    Ownership:root:root    Permissions:444
