Results 1 to 4 of 4
what rsync -u option does ?
thanx....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-05-2006 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 9
rsync
what rsync -u option does ?
thanx.
- 08-05-2006 #2
Enter
to find simple things like this. "-u" means it will update the target directory, only copying files which are newer.Code:man rsync
DT
- 08-05-2006 #3Just Joined!
- Join Date
- Jul 2006
- Posts
- 9
does it append the newer things... ??
Originally Posted by DThor
- 08-05-2006 #4
hi prashantbhushan !!
$ man rsyncdoes it append the newer things... ??
man means manual... it will show the help pages of command "rsync".... you can check manual of any command using man <command>. its not gonna change anything....
<=== { casper } ===>It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
