mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 12:15:58 +03:00
[GH-ISSUE #166] [QUESTION] Serial of external HDD? #163
Labels
No labels
bug
duplicate
enhancement
enhancement
enhancement
fixed
help wanted
help wanted
invalid
pull-request
question
waiting for input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pathcopycopy#163
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dffvb on GitHub (Mar 10, 2023).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/166
Originally assigned to: @clechasseur on GitHub.
Hi there, I got here, because I want to address external HDD with robocopy not via the drive letter, but the serial number or any other unique identifier... I read Pathcopy could do so. Not too sure, if this info was wrong or me doing it wrong?
@clechasseur commented on GitHub (Mar 11, 2023):
Unfortunately no, there is no such feature in Path Copy Copy at the moment. One way I could think of doing this would be to craft a custom command with a series of hardcoded find/replace elements, each replacing a letter of one of your drives with its unique identifier. If you have a fixed set of drives and know their identifiers in advance, that could work.
@dffvb commented on GitHub (Mar 14, 2023):
Thank you