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

Command to copy a file/dir from the disk pool to the local fs #10

Open
brassy-endomorph opened this issue May 20, 2022 · 0 comments
Open

Comments

@brassy-endomorph
Copy link
Contributor

Probably just:

hoard file copy /virt/path/to/file /path/to/local/file

Note that this does not duplicate data in the disk pool, but only moves it off. Might need to rename to fetch instead to avoid confusion.

For a dir, the command first checks that all partitions needed are mounted and then handles the copy. If any files/dirs are missing, then it aborts immediately.

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

1 participant