Bernhard Lüder wrote:
> 
> Hi,
> 
> What is the solution for this?
> 
> I am trying to copy files and directories from on place to another for
> backup purposes I use the following command

Try,

  $ find . -print | cpio -pdmuv /backup

--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to