Questions tagged [cwrsync]
8 questions
19
votes
4 answers
Why cwRsync doesn't work on Windows?
I'm trying to run rsync on Windows with the cwrsync port.
I'm issuing the following command (note that this is just a dry run):
rsync -nPaAz foouser@webxx.example.com:/home/foobar/webapps/barbaz/ C:\\mybackupfolder\
but I get the following…
Lorenzo
- 301
5
votes
2 answers
Upload only modified part of file using rsync
I am studying rsync to synchronize remote and local folders in windows(using cwrsync). I have a doubt that, is it possible to upload only part of changes ?
For example, I have a 100 MB file initially I will upload it using command,
rsync -a…
IT researcher
- 833
2
votes
2 answers
what is the default speed in rsync to send from local to remote machine?
I want to know the default speed of rsync command to send data from local machine to remote machine. Is that depend on network or rsync has default speed is set for rsync command.
LOKESH
- 141
1
vote
1 answer
Issue with rsync/cwrsync on windows
I'm having this batch script which i'm trying to make to backup stuff to my external drive.
For some reason, it works just fine when I run it as administrator but not when i run it as a regular user.
I want to run it as regular user because i can't…
dzhi
- 117
1
vote
0 answers
cwRsync - rsync fails to re-create hardlinks and symlinks
I tried to copy some data using cwRsync on Windows, and so far this only resulted in failures.
Copying is done from a network share from another PC to a local disc, on Windows 10. No SSH.
Command used:
rsync -rltDHUN --no-p --no-o --no-g --verbose…
Shajirr
- 129
1
vote
1 answer
using rsync to sync remote directories in different windows servers
I have a WebLogic base install this time on windows and I am trying to create a method to patch in one windows server and sync it remotely with several other servers. I was able to make it work in RedHat but windows is next. I heard of cwRsync …
Nick G.
- 13
0
votes
2 answers
cwRsync permissions on external drive
I'm having problem using cwrsync to backup my data to an external drive as no data can't be opened on other computers because of permissions cwrsync sets.
This is my backup batch script:
@ECHO OFF
SET…
dzhi
- 117
0
votes
1 answer
Rsync producing folders with wrong permissions
I'm rsyncing content from my Windows XP box to an OS X Lion box, and some of the folders have the wrong permission.
> rsync -rtvz --del "/cygdrive/c/rsync_20101220/" "agrimm@[redacted]:'/Users/agrimm/external/daiichi/Top level…
Andrew Grimm
- 2,830