Displaying 2 results from an estimated 2 matches for "rtkklpzc".
2008 Jul 07
1
RFE: extend --keep-dirlinks to files also
...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 replaces
symlinks. I?d like something similar to --keep-dirlinks which follows
links on the receive...
2008 Jul 09
0
DO NOT REPLY [Bug 5601] New: extend --keep-dirlinks to files also
...n 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 replaces
symlinks. I’d like something similar to --keep-dirlinks which follows links
on the receiver an...