Skip to content

Moving files using existing filenames will delete files altogether #971

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

Closed
MyNameIsKodos opened this issue Mar 25, 2015 · 0 comments
Closed
Milestone

Comments

@MyNameIsKodos
Copy link
Contributor

Allow me to elaborate. I was moving model files from a local computer into a networked RAID, and in my half-asleep stupor, this is what I did:

move /models/blob.3dm /raid/models/blob.3dm

That worked fine, but when I did

move /models/block.3dm /raid/models.blob.3dm

It deleted my original file, but failed to move it to the new location because I had accidentally used the filename from the first move. Since the file already exists, it fails, but it has already removed the file from its original location by that point, so the file simply vanishes.

@fnuecke fnuecke added this to the 1.5.4 milestone Mar 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants