You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 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, whetherrdedup load
works with this naming structure, but I won't, for know.The text was updated successfully, but these errors were encountered: