On 11/07/2023 17:08, Pádraig Brady wrote:
On 11/07/2023 15:29, Tommy Bollman wrote:
Hello guys.
Feature request.
I have made a little command line cp utility *nrcp*, that basically takes
a file name as an argument and appends an ascending number at the end of it.
The intention is to be abl
On 11/07/2023 15:29, Tommy Bollman wrote:
Hello guys.
Feature request.
I have made a little command line cp utility *nrcp*, that basically takes
a file name as an argument and appends an ascending number at the end of it.
The intention is to be able to keep backups for back tracking during
e
On 2023-07-11 16:29, Tommy Bollman wrote:
Hello guys.
Feature request.
I have made a little command line cp utility *nrcp*, that basically
takes
a file name as an argument and appends an ascending number at the end
of it.
The intention is to be able to keep backups for back tracking during
btw, I have posted a patch to make cp --reflink option works for OCFS2 too,
http://lists.gnu.org/archive/html/coreutils/2011-05/msg00017.html
Is it acceptable?
Thanks,
-Jeff
> Hi Pádraig,
>
> Thanks for your comments!
>
>> On 08/10/2011 10:31 AM, Jeff Liu wrote:
>>> Hello,
>>>
>>> I just fou
Hi Pádraig,
Thanks for your comments!
> On 08/10/2011 10:31 AM, Jeff Liu wrote:
>> Hello,
>>
>> I just found a cool feature in Btrfs for cloning partially source file
>> to the destination by specifying the desired offset and length to be copied.
>>
>> The call interface is something like below
Pádraig Brady wrote:
> On 08/10/2011 10:31 AM, Jeff Liu wrote:
>> Hello,
>>
>> I just found a cool feature in Btrfs for cloning partially source file
>> to the destination by specifying the desired offset and length to be copied.
>>
>> The call interface is something like below:
>> struct btrfs_clo
On 08/10/2011 10:31 AM, Jeff Liu wrote:
> Hello,
>
> I just found a cool feature in Btrfs for cloning partially source file
> to the destination by specifying the desired offset and length to be copied.
>
> The call interface is something like below:
> struct btrfs_clone_range_args cr;
> cr.src_f