I would 'cp' them then remove originals.  'mv' will be fine, if it's all in the 
same mounted filesystem.  If you're crossing filesystem boundaries, it's 
usually safer to cp then delete original.  At least, that has had the most luck 
for me.

--cheers

jan

<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><
"The most potent weapon in the hands of the oppressor is the 
mind of the oppressed."
-- Steven Biko
("White Racism and Black Consciousness", in I Write What I Like)
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>


--- On Thu, 12/11/08, ALLO (Alfredo Lopez De Leon) <[email protected]> wrote:

> From: ALLO (Alfredo Lopez De Leon) <[email protected]>
> Subject: [vox-tech] Copying/ Moving Large number of files
> To: "vox-tech" <[email protected]>
> Date: Thursday, December 11, 2008, 1:48 PM
> Hi,
> 
> I need to move a large number of directories whose size
> ranges from 1GB to 6 GB (multiple files ~400mb each) between
> two NFS partitions.  Which is the safest way to do it?  Will
> "mv dir1 /bla/bla/bla/dir1" will suffice?  The
> data is extremely valuable and I will hate to lose it during
> the process, should I do "copy" {cp -r dir1
> /bla/bla/bla/dir1} instead and then remove the originals?
> 
> Thanks a lot in advance for your help.
> 
> 
> Best Regards
> Alfredo Lopez
> _______________________________________________
> vox-tech mailing list
> [email protected]
> http://lists.lugod.org/mailman/listinfo/vox-tech


      
_______________________________________________
vox-tech mailing list
[email protected]
http://lists.lugod.org/mailman/listinfo/vox-tech

Reply via email to