similar to: Rsync Windows Corrupt File

Displaying 20 results from an estimated 6000 matches similar to: "Rsync Windows Corrupt File"

2006 Nov 10
1
Busy file and partial transfer??
Hi, I actually wrote about this issue over a year ago and got a response from Wayne which I'm thinking resolved the problem. Now I've got the issue again, even though I removed the option that appeared to be the culprit. Basically I'm using rsync to backup a directory structure on a 2003 Server, and there are a couple of files that are in use and locked. On is a PST file, and a few
2006 Nov 19
0
Busy file and partial transfer??(2nd Post)
Can anyone help on this? Or is this just a bug with rsync on certain files? ------------------------------------------------------------------------ ---- Hi, I actually wrote about this issue over a year ago and got a response from Wayne which I'm thinking resolved the problem. Now I've got the issue again, even though I removed the option that appeared to be the culprit. Basically
2010 Apr 16
2
rsync over ssh - possible attack vectors
Hello everybody! First my setup: I connect from Debian Lenny to Ubuntu Karmic with a command like: user1 at localserver:$ rsync -rtcve ssh user1 at remoteserver:/.../ /local/.../ (using default versions of ssh and rsync in the vendor repos, ssh with password authentication) As far as I understand if localserver got compromised an attacker could read the password and then get full access to
2007 May 11
1
Rsync File listing
Can someone assist me in using rsync to ssh into a remote server to obtain the file listing? As it appears I have some files on a remote server that I need to pull, however there are many files in the remote server directory, to why I am wanting to only pull a certain (-mtime -1). Here is what I have so far: /usr/local/bin/rsync -e ssh -avz --delete --rsync-path=/usr/local/bin/rsync
2008 Mar 26
2
Mount error 13
I am trying to connect a SLES9 server to a share on a Windows 2003 domain. # mount -t cifs //server/share /mnt/share -o credentials=.cifs_creds mount error 13 = Permission denied Refer to the mount.cifs(8) manual page (e.g.man mount.cifs) #cat .cifs_creds username=remoteuser password=remotepass domain=W2K3ADDOMAIN On the domain controller, I see: Successful Network Logon: User Name:
2003 Apr 23
1
trying to get incremental backups working
So I'm trying to write up a short script to do some backups over rsync. The goal is to have multiple client machines push the backups to the backup server nightly. The backup server will have a complete copy of the selected directories as well as revisions for the last 7 days. Here is the brief script I have. Btw if you're wondering about all the variables, I eventually want to set it to
2010 Apr 09
5
SSH Through R Script
Hi, I am trying to SSH to a remote server through R script. In other words, I would like to know how I can get a SSH connection to the remote server and then execute commands on that server with the R script. So in bash, I would normally type ssh -lusername remoteserver.com; press enter and then wait for the password prompt to key in my password. I have tried system("ssh
2015 Sep 12
3
Differentiating between ssh connection failures and ssh command failures
On Sat, Sep 12, 2015 at 11:14:07AM +1000, Damien Miller wrote: > ssh server.example.com /usr/bin/do/something > r=$? > if [ $r -eq 0 ] ; then > echo success > elif [ $r -eq 255 ] ; then > echo ssh failed > else > echo command failed > fi ssh remoteserver exit 255 Hmm :-) exit(-1) aka exit(255) is a pretty standard "generic failure code" for many
2011 Feb 07
1
Possible ssh -D bug in 5.8p1 (on Gentoo Linux)
On Fri, Feb 04, 2011 at 12:26:08PM +1100, Damien Miller wrote: > OpenSSH 5.8 has just been released. It will be available from the > mirrors listed at http://www.openssh.com/ shortly. I seem to have found a bug in 5.8p1. I work remotely, and use three SSH tunnels, two of the form ssh -L port:host:destport -f -N -q -l remoteuser remotehost, and one of the form ssh -D port -f -C -q -N -l
2006 Sep 26
1
--files-from=FILE problem
Hello, I am trying to use the "--files-from=FILE" option with rsync version "version 2.6.3 protocol version 28" When I try to use the following syntax, it returns a syntax or usage error: rsync -azrv --files-from=/home/dira/filelist.txt remoteuser@remotehost:/remotedir I am also trying to use ssh with this which obviously yields an error also since the
2005 Sep 22
1
Noob help with backup command syntax
Hi guys: I'm new to rsync. I have downloaded and read sevral how-to snippits, and the man pages. I got a little confused though trying to figure out how to do what I need. Can someone show me the syntax for doing the following:? Given: localserver = server that has data I want backed up, and I'm logged in as root on it remoteserver = server where the data is to go, into it's
2017 Nov 03
2
ControlPath versus ProxyCommand
TL;DR: I expect ProxyCommand to have effect in preference to ControlPath. I've just tripped over this one. I have an ssh Host (let us call it "MAIN") with a ControlPath and with ControlMaster=no, from the .ssh/config file. I also have a shell script whose purpose is to hop to a remote host through a port forward, which uses the ProxyCommand option like this: ProxyCommand ssh
2009 Mar 26
2
best rsync for use with windows (client) and long file names
Good day, I have been doing some tests with rsync on windows (client) to backup to a linux server. I started out with cwrsync, but ran into the dreaded "File name too long (91)" error. Apparently due to an issue with the cygwin portion of it. So I was then testing with a newer version of cygwin (1.7 beta) as the long file name issue was resolved. In testing that with some
2003 May 06
2
Recursive ssh
Hi all, I want to copy files from a remote server to a local directory with ssh. I've some difficulties with that because on the Remoteserver I have a directory "/www/ftp" with a lot of subdirectories with each of them 4 other subdirectories. I want to sync only */data/* to the local machine without */images/* or */doc/* or */movies/* Any solution would be appreciated. regardsMac
2016 Aug 16
1
"HA" ie. two linked tincds on the same ethernet segment
Goodday, Currently using tinc 1.0.24 on Debian 8.x, OVH datacentre, two servers same VRACK (ie. internal ethernet bridge/switched together). I’m wanting to get a remote server connected to both the two OVH servers for fail-over reasons, but having access via both to the shared vRack segment as a switch mode. Thereby Essentially I’m creating a ethernet loop… ----------------------vRack |
2004 Mar 26
1
rsync/cwsync dir spaces on the path
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi: First let me say that rsync/cwrsync is amazing ! And sorry ! if I'm bothering you with this question... I need to sync my work files from the WinXP Pro machine to our Solaris one... so far so fine.. My problem is when I specify the path on the rsyncd.conf (cwrsync) I have tried many combinations from:
2004 Oct 04
2
cwRsync- chdir failed, server 2003
I'm having prolems with cwRsync on server 2003. I'm getting pretty much identical results to this from the archive: http://lists.samba.org/archive/rsync/2004-April/009187.html, and as far as I can see the only suggestion there was to check permissions. I have one further complication too- I'm trying to sync a remote server on to a vmware virtual disk that I've mounted using the
2008 Feb 06
3
Windows Trouble with --link-dest set: "file not found" when rsync tries to create hard link
I have great luck running rsync from one linux system to another, or from a windows system (with cwRsync) to a linux system. But when I try to do an rsync backup from one directory on a Windows system to another, it fails. The cwRsync says its version is 2.6.9. Here's my Rsync command, boiled down to its simplest: rsync -rlptgD -vvv --delete --delete-excluded --modify-window=2
2010 Feb 15
1
Odd failure ...
I'm trying to manually run the following rsync command on Win7 and it's failing ... not sure why. C:\"Program Files (x86)\cwRsync\bin\rsync.exe" -arupAv --progress --partial --filter=". /cygdrive/c/Users/KirAsh/Desktop/filter.txt" /cygdrive/e/ "/cygdrive/n/WD500/" sending incremental file list rsync: writefd_unbuffered failed to write 4 bytes to socket
2010 Jun 25
1
Specific to cwRsync ...
If this isn't the correct list for cwRsync issues, I apologize and hope someone can point me in the right direction. Otherwise, keep reading . I noticed something odd today with one of our backups. I have an NT 2000 machine that pushes files to a 2003 Server machine and today someone brought to my attention that the backup seems to have well over 100GiB more than