Syntax : rsync options source destination
Eg : root@ubuntu:~/# rsync -zvr /var/lib/jagan/ /root/temp
Where ,-z = is to enable compression, -v verbose and -r indicates recursive
Eg : root@ubuntu:~/# rsync -zvr /var/lib/jagan/ /root/temp
Where ,-z = is to enable compression, -v verbose and -r indicates recursive
No comments:
Post a Comment