rclonefile-cli
v1.0.0
Published
Clone files.
Downloads
1
Readme
rclonefile-cli
Clone files.
Description
The macOS API for creating copy on write clones of files.
This is a small wrapper around the clonefile API on macOS for cloning files.
Install
npm install --global rclonefile-cli
Usage
$ rclonefile --help
Usage
$ rclonefile <source> <destination>
Options
--no-follow, -f Don't follow the src file if it is a symbolic link
--no-owner-copy, -c Don't copy ownership information from the source
--clone-acl, -a Copy ACLs from the source file.
Examples
$ rclonefile super-mario.png super-clone.png