Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
3k views

cwRsync ignores “nontsec” on Windows 7

I use cwRsync to sync up some file from Windows to Ubuntu. This process used to work fine on Vista, but since I upgraded to Windows7, I keep getting permission issues. Some background... I did use to ...
1
vote
2answers
387 views

Powershell: “set home=PATH”

i try to migrate a cmd Batch file to powershell, but powershell don't accept the SET HOME command. The Script SET HOME=c:\home\user $destination=user@server:/cygdrive/c/Build ...
1
vote
0answers
432 views

Rsync Daemon on Windows

Got Cwrsync daemon working, but I am trying to set some variables in the rsyncd.conf file: here is my rsyncd.conf file: use chroot = false strict modes = false hosts allow = * log file = ...
1
vote
3answers
755 views

Ways to synch many (small) files over high-latency network connection

We typically deploy our software applications to our clients using Subversion (svn update on the clients; unidirectional). We're currently experiencing problems with one of our clients because of the ...
1
vote
2answers
2k views

Lost use of forward slash in windows command prompt

I can no longer use / at the windows xp command prompt, and it seems to have started after a botched cygwin installation, e.g. cd /windows won't work, but used to. Can anyone think of how this might ...
0
votes
1answer
109 views

CWRsync failing due to spaces in directory names

I'm having trouble rsyncing folders with spaces between the names between two servers. I have researched this error online but many of the solutions deal with just one folder with spaces, my problem ...
0
votes
0answers
405 views

rsync error: Bad file number

I'm trying to rsync content from local machine (Windows 7 on 64bits) to remote server (Ubuntu 8 on 64bits) and it fails. Any piece of advice is more than welcome as I've already spent too much time ...
0
votes
1answer
29 views

rsync: entrylevel 1

i try to sync a local diretory to a remote system with rsync (cwrsync for win) now i have a problem with the entrylevel and can't find a solution. Sourcedir: /cygdrive/c/temp/dirA Destdir: ...
0
votes
2answers
550 views

Deploying Symfony Projekt using Rsync in Windows 7 - Permission Problem

I am desperetly trying to deploy my Symfony app with Rsync. I instally cwRsync and it somewhat works, at least SSH does. My app is located in E:\xampp\htdocs\MyProject. Rsync actually does create ...
0
votes
2answers
1k views

File Replication across WAN link

Wondering if anyone can suggest a good file replication tool that will replicate across a WAN link. No fancy stuff, i.e. VPN, we're looking for just a straight up TCP/IP connection that will sync ...