Tuesday, October 27, 2015

rsync command in linux

How to use rsync command in Linux

[root@akwal~]# rsync -avz source destination

for Example:-

[root@akwal~]# rsync -avz /home/akwal/* /data/akwal/

after using this command ditto copy source directory to the destination directory

0 comments: