Displaying 2 results from an estimated 2 matches for "flatus".
Did you mean:
flats
2002 Aug 27
0
Rsync question.
Tarun: I don't use rsync to windows - just too much trouble and no need,
but, I think the problem is the embedded colon in the path.
Administrator@USB-FLATUS ~
$ touch abc:def
Administrator@USB-FLATUS ~
$ ls -l abc*
-rw-r--r-- 1 Administ None 0 Aug 27 12:34 abc
Administrator@USB-FLATUS ~
$ rm abc:def
Administrator@USB-FLATUS ~
$ tar -tvf /n/a.tar
-rw-r--r-- tconway/Vlsieng 29 2002-08-27 12:32:28 abc:def
Administrator@USB-FLATUS ~
$ tar -x...
2002 Sep 24
2
rsync to a symlink directory
Here is the structure of my servers :
Source :
/home/test1/link_dir
sub_dir1
file1
file2
...
sub_dir2
...
Destination:
/home/test2/real_dir
sub_dir1
file1
file2
...
subdir2