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

cp -a #34

Open
stevenvachon opened this issue Dec 7, 2016 · 2 comments
Open

cp -a #34

stevenvachon opened this issue Dec 7, 2016 · 2 comments

Comments

@stevenvachon
Copy link
Contributor

preserve links and attributes

Not particularly useful to me, at least right now, but it might be a good goal to reach.

@davglass
Copy link
Owner

I think I'd rather support -p and work on links after that. Adding this into the stack shouldn't be too hard at all.

-p    Cause cp to preserve the following attributes of each source file in the copy:
modification time, access time, file flags, file mode, user ID, and group ID,
as allowed by permissions.

@stevenvachon
Copy link
Contributor Author

cpy and its underlying cp-file both do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants