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

Move files between partitions #105

Closed
roberthawdon opened this issue Jul 11, 2019 · 1 comment
Closed

Move files between partitions #105

roberthawdon opened this issue Jul 11, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request show Issue relates to Show application
Milestone

Comments

@roberthawdon
Copy link
Owner

New feature request. The original DF-EDIT couldn't do this, so it's not a bug.

To achieve this, a file would need to be copied with their existing permissions (see resolved issue #99 ) and the original removed. It might be worth adding a system to check the file copied successfully before deleting the original.

@roberthawdon roberthawdon added the enhancement New feature or request label Jul 11, 2019
@roberthawdon roberthawdon self-assigned this Jul 11, 2019
@roberthawdon roberthawdon added this to the v0.9.0 milestone Jul 25, 2019
@roberthawdon roberthawdon added the show Issue relates to Show application label Jan 6, 2020
@roberthawdon
Copy link
Owner Author

This has now been implemented on the v0.9 branch in the 5dadbd3 commit, however it will not be enabled on the v0.9 release by default as the feature is still experimental.

Adding the --enable-move-between-devices option to the configure script at build time will enable this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request show Issue relates to Show application
Projects
None yet
Development

No branches or pull requests

1 participant