1.0.0 • Published 1 year ago

rclonefile-cli v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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
1.0.0

1 year ago