Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ask for confirmation if destinations are on the same drive #12

Open
cbenhagen opened this issue Nov 10, 2019 · 0 comments
Open

Ask for confirmation if destinations are on the same drive #12

cbenhagen opened this issue Nov 10, 2019 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@cbenhagen
Copy link
Contributor

Most likely the user wants to copy to different drives. Not only is it inefficient to copy to the same drive but the user could also have accidentally used a wildcard:

ocopy /SOURCE/* /BKP_1 /BKP_2 might be expanded by the shell to
ocopy /SOURCE/folder_1 /SOURCE/folder_2 /BKP_1 /BKP_2

@cbenhagen cbenhagen added documentation Improvements or additions to documentation enhancement New feature or request labels Nov 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant