Displaying 2 results from an estimated 2 matches for "rtkpuzb".
2008 Jul 07
1
RFE: extend --keep-dirlinks to files also
...files, such as SSI footers). However, I also want to check
whether my colleague changed the files on the server, so first I do an
update. However, this replaces the links with the files themselves.
My current usage is:
# First look whether stuff changed on the other side (shouldn?t)
# rsync -rtKPuzb webserver:public_html/ /home/hendrik/public_html/Hendrik/
# Then put changes from here.
rsync -rtkKLPzC --delete --delete-excluded
--exclude-from=/home/hendrik/.website-exclude
/home/hendrik/public_html/Hendrik/ webserver:public_html
As you can see, I have the first line commented out, because i...
2008 Jul 09
0
DO NOT REPLY [Bug 5601] New: extend --keep-dirlinks to files also
...me files, such as SSI
footers). However, I also want to check whether my colleague changed the files
on the server, so first I do an update. However, this replaces the links with
the files themselves.
My current usage is:
# First look whether stuff changed on the other side (shouldn’t)
# rsync -rtKPuzb webserver:public_html/ /home/hendrik/public_html/Hendrik/
# Then put changes from here.
rsync -rtkKLPzC --delete --delete-excluded
--exclude-from=/home/hendrik/.website-exclude
/home/hendrik/public_html/Hendrik/ webserver:public_html
As you can see, I have the first line commented out, because it...