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
[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:
Post a Comment