Thursday, 11 July 2013

Copying the file along with folder structure

cat file_name | while read a;
 do
 tar cpof - $a | ( cd /home/praveensam.s/clamav_old_files_backup ; tar xpof - ); done

No comments:

Post a Comment