RE: rsync dies, need another approach

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Dr. Michael J. Chudobiak write:
>Can anyone suggest a way to copy a large directory structure, while 
>preserving symlinks and keeping memory requirements low?

try piping the output of a tar to the input of another tar,

tar cvf - <directory> | tar xvf -

where you'll need to wrap rsh or ssh around one of the tar commands
(and an associated cd to the correct directory), and root around in
the tar man page to get the flags right. i know this will work, i
just do it infrequently enough that i can't remember exact parameters.

richard
-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux