How would you emulate cp -al ?
- From: Henri Schomäcker <henri.schomaecker@xxxxxxxxxxxxxxxx>
- Date: Sat, 14 Feb 2009 16:20:28 +0100
Hi folks,
I need to emulate the copy command with preserves file & directory
attributes and hard-links files instead of copying.
This is normally done by "cp -al"
My problem is that I want to do that on a Terastation Pro II which uses a
busybox cp command which does not support the -l option.
So I am searching for a as simple as possible solution to emulate that which
should also be as fast as possible.
How would you do that?
Many thanks in advance,
yours Henri
.
- Follow-Ups:
- Re: How would you emulate cp -al ?
- From: John Stumbles
- Re: How would you emulate cp -al ?
- Prev by Date: Re: rsync - exclude dirs from source but keep all files on target
- Next by Date: Re: Fedora 10 DPMS
- Previous by thread: Les médicaments et médicaments génériques !!
- Next by thread: Re: How would you emulate cp -al ?
- Index(es):
Relevant Pages
|