Displaying 20 results from an estimated 4000 matches similar to: "RSync / Vista / Junction Points issue"
2005 Jul 22
0
Samba, DFS and Junction Points
Hi Samba List, 
I believe I need to  create a "Junction Point" on a Windows XP Pro machine 
that will seamlessly link  up to a Samba Share on a Linux Server. 
>From my understanding, the  creation of a "Junction Point" will hide from an 
application the fact that the  "space referenced by that junction point" is 
actually located someplace else.  
While it is
2007 Aug 27
0
RSync / Vista / Junction Points issue
I am having this same exact issue. Any info would be appreciated.
-- 
Kurt Nelson
(407)512-0689
http://claimid.com/kurtisnelson/
-------------- next part --------------
HTML attachment scrubbed and removed
2011 Aug 09
2
junction table question
I''m looking into how to implement a relationship between some models,
and I think I need to use a junction table.  From the documentation I''ve
read, a junction table doesn''t require a model.  But from my controller,
I''m not sure how to get the data I need.  Here''s a description of my
models and what I need in my controller:
Models
1. Event
2. Site
3.
2018 Feb 06
1
Warning from Sys.junction when using network drive.
I am running 3.4.3 on a windows server and I ran the code in a new session.
I get a warning when running packrat::init() on a project that is located on a windows network drive.
The warning I get is
Warning message:
cannot set reparse point 'U:/packrat5/packrat/lib-R/base', reason 'Access is denied'
The error is created based inside the function .Internal(mkjunction(fr,
2009 Mar 26
1
Vista Junctions
I?m trying to use rsync with windows vista.  Vista?s odd form of ?links?
confuses rsync and I get a recursive infinite loop at every such junction
(until failure when the filename size limit is exceeded) .
Could someone please point me to the solution or is there one?  The std
don?t follow links switch doesn?t seem to work.
Eric
-------------- next part --------------
HTML attachment scrubbed
2009 Jun 27
0
1.6.1: unable to create channel IAX2 to Junction
Trying to set up Junction Networks for outgoing on 1.6.1:
extensions.conf:
exten => _99X.,n,Dial(IAX2/jnctn_out/${called-num})
iax.conf
[jnctn_out]
type=peer
host=iax.jnctn.net
username=
secret=
qualify=yes
I'm not using realtime.
But CLI:
     -- Executing [99xxxyyyy at internal:3] Dial("DAHDI/1-1", 
"IAX2/jnctn_out/1wwwxxxzzzz") in new stack
[2009-06-27
2005 Mar 14
1
Ruby code to create junctions on NTFS volumes.
Here is some Ruby code for creating junctions on NTFS volumes.
These are the main routines:
Dir.junction?(dir) => true if dir is a junction
Dir.reparse_target(dir) => returns the target of a junction, or dir
Dir.create_junction(junctName, existingTarget) => creates a junctName 
junction pointing to existingTarget
(also used (Dan''s?) GetLastError code and did some simple
2008 Jan 30
3
Rsync windows vista permissions problems
I am using deltacopy (uses rsync) to backup up a drive in windows vista to a
freenas server. Before moving to vista, had the system working fine (on a
windows xp machine).
The command used for the backup is:
rsync.exe  -v -rlt -z --delete "/cygdrive/F/TXT/" "nas::160d/_Acer_F/TXT/"
As a result of this command, rsync should create a dir (not on nas) and then
copy some files
2005 May 06
0
Ruby code to create junctions on NTFS volumes.
> -----Original Message-----
> From: win32utils-devel-bounces@rubyforge.org 
> [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of 
> Zach Dennis
> Sent: Thursday, May 05, 2005 4:25 PM
> To: Development and ideas for win32utils projects
> Subject: Re: [Win32utils-devel] Ruby code to create junctions 
> on NTFS volumes.
> 
> 
> Timothy Byrd wrote:
> >
2009 Jul 26
1
DeltaCopy puts unwanted TAB character into rsync command
Imran Hussain writes Tue Dec 6 19:54:06 GMT 2005
> I have written an rsync wrapper for Windows called DeltaCopy. 
> (http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp). It is 
> written in Borland C++ Builder and source is also available on the 
> net. Let me know if someone has any suggestions/comments.
Hello Imran, I have a Windows PC running Vista Family Premium 
Edition SP2.  I
2005 May 23
3
Junction Networks
Anyone have experience with these guys?  If so, good, bad, average?
http://www.junctionnetworks.com
Thanks,
Wiley
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050523/4222e3e7/attachment.htm
2008 Jun 06
1
rsync daemon not answering
Hi everyone.
I have a problem: I was running rsync --daemon on a Ubuntu 6.10 linux 
without problems. I used it to sync our company intranet from a Windows 
host through deltacopy. Then I migrated my system to new hardware and 
installed Ubuntu 7.10 on it. I run rsync --daemon with the same 
rsyncd.conf file and it?s not listening to any requests. I?m trying to 
sync the same directories from the
2016 Apr 11
0
SYSVOL Replication in a Windows-driven AD environment
What you can try. 
Map the sysvol share from the samba to a driveletter on the DC. 
Add :  acl_xattr:ignore system acls = yes
Too the sysvol share on samba. 
Use deltacopy to copy the sysvol 
I havent tried it, but above seams logical and can work, you just have to try it yourself. 
If deltacopy does not work, try cwRsync or robocopy. 
Deltacopy
2006 Jan 17
3
experiences with teliax, voipjet or junction networks?
We are looking for SIP trunks for our * pbx for our business. Being able 
to port our numbers is an absolute requirement. teliax can do it, but I am 
unsure of the others.
Anyone have experiences (good, bad) with the above mentioned providers to 
share? Eg reliability, quality, etc.
-Dan
2005 May 04
0
New win32-dir
Hi all,
In lieu of Timothy''s pure Ruby junction code, and Zach''s VC++ 6 issues,
I decided to just rewrite the dang thing in pure Ruby using Win32API.
That will solve''s Zach''s problem and make it easier to add Timothy''s
code, which I plan to add (slightly modified) to the 0.2.0 release.
The code is below.  One thing I have a question about is how to
2012 Jun 11
2
Link-dest breaks on uid/gid mismatches
I want to use rsync to backup a couple of Windows systems to a central 
point. To this end I installed the "DeltaCopy" implementation of an 
rsync server on the Windows boxes. On the central server I have rsync 
3.0.7 running on a Debian GNU/Linux distribution. (I also have a similar 
configuration but with a QNAP - a NAS with bells on - as the central 
backup point. Since both exhibit
2003 Jun 17
0
problems compiling 3.0beta
Greetings!
I'm trying to build Samba3.0beta.
I'm running HP-UX 11.11
I'm using GCC 3.2.3
I ran the configure script.  Then I ran Make.   It crap's out pretty much 
immediately.    If anyone could look at the output below, and offer a 
suggestion, it would be greatly appreciated.    I'm sure its something 
bone-headed that I'm doing wrong.
Thanks!
Ron
# make
Using FLAGS
2001 Mar 28
1
MSDFS extensions
Hello,
I'm setting up MSDFS feature in samba-2.2.0-alpha3. It works very great!
But I'm would wish an extension to the MSDFS functionality:
Is it possible to implement a feature, so I could group junction points
within directories?
E.g.:
[pub]
        path = /export/publicsmb
        msdfs root = yes
PUB
  |
  +- dir1		<- directory manually created in /export/publicsmb
  |    |
  |  
2007 Sep 13
0
Some Vista Info reguarding Profiles
Hi All,
I just started really looking into deploying Vista in a Domain
Environment and here is some info I gathered so far:
With Vista, Microsoft Updated their "profiles" to version 2, thus Vista
profiles will not co-exist with previous Windows profiles.  To alleviate
the need to specify a different profile for Vista, Microsoft decided to
automatically add a ".V2" to the
2019 Dec 11
1
Windows check problems.
The thread starting with this message:
https://stat.ethz.ch/pipermail/r-package-devel/2019q4/004745.html
described problems Rich Heiberger was having with package checking on 
Windows.  It appeared that during the tests of examples, an old version 
of the package was loaded but the new tests were being run, causing lots 
of confusion and trouble.
I reproduced the error, and I think I've