rsync is far better than cp
rsync -zaPv --delete --dry-run abc\ backup\
(dryrun gives the idea about what will be done without doing it
delete will keep the content same on both side
z compression and decompression
P progress
a arkiv
v used in conjunction with dryrun to see the output of what will be done without doing it)
No comments:
Post a Comment