search for: rsycn

Displaying 10 results from an estimated 10 matches for "rsycn".

Did you mean: sycn
2007 Aug 31
1
Extracting md4 hash info from rsycn
Hello, I was wondering if its possible to extract the checksum that rsycn creates to verify the transfer of a file was successful? Id like to store it so I can verify the files at a later time. I was thinking I could just run an md5sum prior to rsync, but then I figured if rsycn is already doing it maybe I can just copy that checksum. I have sever tb's of smaller fil...
2015 Jun 26
2
Sync files-from with delete
...of the difference to then bring to the remote location. So I ran a dry-run between the two to generate a list of files in listOfFiles.txt Then I ran rsync from local to localBackup. rsync -av --files-from=/tmp/listOfFiles.txt /var/MyData/ /USB/Backup/ Now, while this is happening, I am still rsycning between my local and my remote. So I re-generate the listOfFiles.txt, which contains less things to copy than before.... I'd like to delete anything in /USB/Backup that is not in the listOfFiles.txt TLDR: I want to make a local backup of the differences between local and remote and sync th...
2008 Sep 22
2
rsync is effecting in the DC switch??
hi guys, we are using rsycn without problem but today after some problems in one of the servers, the dc tech did find the rsync is effecting in the switch where they have the server connected broadcasting all the ports in the switch at the dc????? This is what the dc tech said: "It appears that your server is broadc...
2010 Aug 25
2
Live Mirror dovecot / OS X 10.6.4 (Timo Sirainen)
...ate. > > With v2.0 dsync would help with the first problem. Change in strategy. Primary rsyncs regularly to the secondary which keeps all mail services off. When primary fails email services are started manually until primary back online. Then I (or another ITer) manually stop the backup, rsycn and restart services on the primary. A bit labor intensive, but it should work.
2004 Jan 16
1
Any (known) scaling issues?
...t off. The current, less than desirable, method uses tar. In the event of an outage, everything needs to be copied again. I'm hoping rsync could avoid this and pick up where it left off. There are really two scaling problems here: 1) Number and size of files - What are the theoretical limits in rsycn? What are the demonstrated maxima? 2) Performance - The current tar-based method breaks the mount points down into (a few dozen) subdirectories and runs multiple tar processes. This does a much better job of keeping the GigE pipes full than a single process and allows the load to be spread over the...
2015 Jun 27
1
Sync files-from with delete
...> > > So I ran a dry-run between the two to generate a list of files in listOfFiles.txt > > Then I ran rsync from local to localBackup. > > > rsync -av --files-from=/tmp/listOfFiles.txt /var/MyData/ /USB/Backup/ > > > Now, while this is happening, I am still rsycning between my local and my remote. So I re-generate the listOfFiles.txt, which contains less things to copy than before.... I'd like to delete anything in /USB/Backup that is not in the listOfFiles.txt Does it matter ? Take your USB drive to the remote location, rsync the files - any that are...
2001 Nov 13
0
more info for rsyncs not exiting problem
Apologies for not including this info in the first place! My rsycn version is: rsync version 2.4.6 Copyright Andrew Tridgell and Paul Mackerras And my OS is: Red Hat Linux release 7.1 (Seawolf) Kernel 2.4.2-2 on an i686 --jessica On Fri, Nov 09, 2001 at 08:43:44PM -0800, Jessica Koeppel wrote: > > I'm having a problem where my rsync processes don...
2005 Apr 24
0
[Bug 2645] New: --one-file-system semantics changed with 2.6.4 (bug?)
...f Now, with 2.6.3, I get this: thune:/usr/src/rsync/rsync-2.6.3# ./rsync -a -n -e ssh --delete -x --rsync-path=`pwd`/rsync /a thune:/ building file list ... done sent 114 bytes received 20 bytes 17.87 bytes/sec total size is 58 speedup is 0.43 That is, a no-op. To be expected since I'm rsycning to the same machine. With 2.6.4, I get this: thune:/usr/src/rsync/rsync-2.6.4# ./rsync -a -n -e ssh --delete -x --rsync-path=`pwd`/rsync /a thune:/ building file list ... done deleting a/b/lost+found/ deleting a/b/f/j deleting a/b/f/i deleting a/b/f/ deleting a/b/e/h deleting a/b/e/g deleting...
2003 Jan 08
3
long directory name problem
Does rsync has directory name length limit? I was trying to rsync a directory that has the name length of 34 characters and getting permission denied error. $ rsync -avz --delete --force -e ssh /usr/local/apache/htdocs 192.168.0.2:/usr/local/apache building file list ... readlink htdocs/CorporateLegalTimesEDITORIAL_files/cBug_blueXs.gif: Permission denied readlink
2008 Mar 28
3
Major rsync issue - overwriting files!!!
...source & destination variables - yet they behave completely differently. Also, on the intel, (which doesn't backup but destroys) the --dry-run (or -n) option has NO effect - it doesn't dry-run - that's how i lost a day's data. Also, some of the variable paths are changed by rsycn (tries to add /Users/admin or some other such location to the beginning of the path (--link-dest variable, for instance) the script, in it's entirety is below. Please HELP!!!! #!/bin/bash export PATH=$PATH:/bin:/usr/bin:/usr/local/bin ### Properties ### LOG=/Library/Logs/rsyncREM.log SRVR...