May this be a bug? When using a name containing slashes / character, this changes behaviour of rdedup.
Why slashes: creating namespaces for the human user (also scripts) to faster parse the information. Like in <md5sum>/<timestamp>/<filename>/<extended information>
Behavoiur 1: rdedup list only lists the first segment, in this case <md5sum>
Behaviour 2: in the repository, in the name directory, there now will subdirectories according to the slahes where ``///is the path to the file.yml`.
Behaviour 1 is a result of 2, as list appears to take names listed like names\*.
As this likely is not supposed to work that way, I will stop evaluating rdedup for now. I could examine, whether rdedup load works with this naming structure, but I won't, for know.
May this be a bug? When using a name containing slashes
/character, this changes behaviour ofrdedup.Why slashes: creating namespaces for the human user (also scripts) to faster parse the information. Like in
<md5sum>/<timestamp>/<filename>/<extended information>Behavoiur 1:
rdedup listonly lists the first segment, in this case<md5sum>Behaviour 2: in the repository, in the
namedirectory, there now will subdirectories according to the slahes where ``///is the path to the file.yml`.Behaviour 1 is a result of 2, as list appears to take names listed like
names\*.As this likely is not supposed to work that way, I will stop evaluating
rdedupfor now. I could examine, whetherrdedup loadworks with this naming structure, but I won't, for know.