Displaying 1 result from an estimated 1 matches for "basename_dst".
2004 Mar 10
4
HFS+ resource forks: WIP patch included
...tat statbuf;
+ mode_t modes;
+ off_t size;
+ char *suffix=".~~~namedfork.rsrc";
+
+ /** HFS+ resource fork handler code:
+
+ HFS+ exposes resource fork as <filename>/..namedfork/rsrc
+
+ If >0bytes, make new file_struct. Populate dirname_dst
+ with regular file's path, and basename_dst with arbitrary
+ destination filename: <filename>.~~~namedfork.rsrc
+
+ Detailed rationale for this weird decision presented at
+ http://www.quesera.com/~reynhout/misc/rsync-hfs-mode-patch
+
+ Then add the file_struct to flist, and sort out the
+ "which-name-to-use" problem in...