Amiga.org
Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: motorollin on October 23, 2008, 02:24:08 PM
-
What exactly does 'COPY ... CLONE' do compared to just 'COPY'?
--
moto
-
IIRC the CLONE argument copies all files and dir structures from 1 place and recreates them at the destination
e.g.
df0:c/copy df0:#? sys: all clone
It's been far too long for CLI commands ... DOpus rules lol
-
thats the bunny.... and "all" goes down all subdirectories. so if i was doing a backup or workbench copy to another machine, i'd do "copy dh0:#? dh1: all clone"
this would give me a pure like for like copy.
-
Brilliant, cheers. I'm copying the contents of the OS4 CD to an FFS hard drive under UAE and I suspected I needed the clone argument. I actually did this:
Copy cd0:#? hd0: ALL CLONE
I'm hoping that will result in an exact copy of what's on the CD.
--
moto
-
I have always used "copy df0: all" that seems to do exactly the same thing
-
I think the clone option preserves the file attributes.
-
And keeps the original datestamps for the drawers.
-
Copy cd0:#? hd0: ALL CLONE
I'm hoping that will result in an exact copy of what's on the CD.
--
moto
add QUIET, too - will go quicker.
(or use the command Xcopy...)
-
I'm using it by default. Here is how:
Open the s:shell-startup file and add the line
alias copy c:copy clone