search for: echen

Displaying 9 results from an estimated 9 matches for "echen".

Did you mean: nchen
2003 Jun 11
2
rsync limit to file size/file count
Hi, What are the limits to file size and file count when doing a rsync transfer using 2.5.6? I was trying to rsync about 500 GB of data with many files and many directories, but it has been stuck building the file list for several hours. First of all, is it possible to transfer 500 GB of data? Secondly, what would the limit for file count be when doing a rsync transfer? Any comments or help
2010 Nov 06
2
Argumento sólido...
Hola a todos... Se que con esto voy a crear un poco de polémica, mal estar, enfados y muchas cosas mas... pero desafortunadamente para mi, es una situación por la que estoy pasando y necesito que me echen una mano... En la institución donde trabajo, se está ejecutando un plan de seguridad informática, el cual tiene como objetivo, evitar la propagación de malwares en la red. Para esto, el equipo de IT, está quitando los provilegios administrativos a los usuarios. A más de esto, esta desinstalando to...
2003 May 21
1
support@microsoft e-mails is a VIRUS
Attention rsync list members, Do not open up the attachment that comes along with this e-mail because it is a virus. Is there anyway you can stop sending these e-mails to everybody on the list? I've received maybe 3 or 4 of them since yesterday. Regards, Eric
2003 Feb 10
1
preserving extended attributes during a file copy over the network
Hi, I have 2 linux machines, SOURCE and DEST on a network. I create some snapshots of the file structure on SOURCE and these snapshots have extended attributes. I want to copy the snapshots from SOURCE over to DEST over the network, but I don't want to lose the information on the extended attributes. Is there a way to do this using the samba protocol? Or do I have to modify the source code to
2003 Feb 06
1
incremental backup preserving extended attributes
Hi, I have 2 linux machines, SOURCE and DEST on a network. I create some snapshots of the file structure on SOURCE and these snapshots have extended attributes. I want to copy the snapshots from SOURCE over to DEST over the network, but I don't want to lose the information on the extended attributes. I don't think that rsync supports this so I was wondering if anyone knew of a protocol
2003 Feb 18
1
rsync and extended attributes
Hi, Right now rsync is unable to preserve extended attributes when copying files. I want to be able to copy files over from one XFS Linux machine to another XFS Linux machine over the network and I thought rsync would be better because it supports incremental backup. Also, rsync supports symlinks, while file copy using rcp, scp, and smbfs do not. It would also probably be easier to modify than
2003 Jun 07
0
unexplained error (code 23) at main.c(1045)
I am using rsync 2.5.6 to copy from a system running redhat 6.2 (192.168.0.50) to another system running redhat 6.2 (192.168.0.70). The command line I'm using is: rsync -avW --numeric-ids --delete 192.168.0.50::vgroup00/* /vgroup00/ It complains IO error encountered - skipping file deletion rsync error: some files could not be transferred (code 23) at main.c(1045) I looked at main.c(1045)
2003 Jun 11
1
rsync limit to filesize
Hi, I am trying to rsync about 460 GB of data from one server to another server using rsync 2.5.6. I started the transfer at about 11:45am, and it has been about 4 1/2 hrs since then and it is still building the file list. Here's the command I run: `rsync -avW --numeric-ids --delete --exclude-from=/tmp/EXCLUDE 192.168.0.75::vgroup00/* /vgroup00/`; I am trying to sync from server A
2003 Jun 04
1
rsync not overwriting files on destination
Hi, I am rsyncing from my source server A to a destination server B. A/vol1 contains two files syslog.txt and syslog.bak B/vol1 contains five files syslog.txt, syslog.bak, initlog.txt, internal.txt, and internal.bak. I want to preserve the 5 files on B/vol1 when I do rsync from A to B. Here is the command I use: rsync -av --delete --exclude-from=EXCLUDEFILE A/ B I've tried the option