similar to: Rsync snapshots problem.

Displaying 20 results from an estimated 200 matches similar to: "Rsync snapshots problem."

2003 Feb 24
2
Rsync between HPUX11.11 and Redhat7.3
Hi, If anyone has an Idea on how to solve the following problem it would be greatly appreciated :). The scenario is as follows: Im running an rsync server on Redhat7.3. The rsync server configuration file looks as follows: #### rsyncd.conf log file = /var/log/rsyncd.log pid file = /var/run/rsyncd.pid lock file = /var/run/rsyncd.lock max connections = 5 use chroot = true list = true
2012 Aug 03
3
all duplicated wanted
Hi, Has anyone been able to figure out how to print all duplicated observations? I have a dataset, with patients ID, and other lab records. Some patients have multiple lab records, but 'duplicated' ID will only show me the duplicates, not the original observation. How can I print both the original one and the duplicates? Thanks
2006 Aug 22
1
rsync performance
We're using rsync 2.6.3 to sync two DELL PowerEdge servers with both Redhat-EL4 and otherwise nearly identical hardware (2.8/3GHz, 1GB RAM each). The source machine has a SCSI-RAID1, the destination a SATA-RAID1 disk attached. There are 5 filesystems which are rsynced via ssh. On the smaller filesystems with ~200.000 files/7GB, rsync takes 1-3 minutes: lion:/atg/ ========= Tue Aug 22
2010 Jan 20
1
[LLVMdev] Profile-Guided Optimization status
Hi all, I would like to know the status of profile-guided optimization. What enhancements could be done to the current implementation? The ideas for profile-guided transformations from [0] are still available? Many thanks. Gener [0] http://llvm.org/OpenProjects.html#profileguided -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 May 18
1
error in rsync protocol data stream
I am doing this to rsync a file: rsync -avz /usr/local/websphere/appserver/hosts/default_host/jsp/servers/includes/file1 .txt backup.domain.com:jspfsp >> /var/log/rsync_backup.log I get these error: @ERROR: chroot failed rsync: connection unexpectedly closed (34 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) I am rsyncing several folders
2004 Oct 28
1
rsync copy syntax error?
I'm doing a recurring copy from one server to another from the crontab in this fashion: rsync -av -e ssh --delete 10.0.1.18:/dir1/ /dir1 --progress &> /var/log/rsync_backup.log However, rsync is creating the dir /dir1/dir1 on the machine running this job instead of updating the /dir1 folder. According to the rsync man page, this is the correct syntax: rsync -avz foo:src/bar/
2010 May 04
1
[LLVMdev] Call graph node for function: 'main' Calls external node
Hello, On the following code, // #include <stdio.h> void f2(); int main(){ f2(); return 0; } void f2(){ printf("f2()\n"); } // I have obtained the .bc file and run opt -print-callgraph finename.bc. For the main function, the output of the above command is: Call graph node for function: 'main' Calls external node However, the function called by
2003 Apr 05
2
WARNING: rsync mirror is erased when remote HD-dies
Hello, I faced a problem with rsync-ing like this server blue 3-HD's as Linux Sofware-RAID 0 (striping) - Webserver EXT3 server green 3-HD's as Linux Sofware-RAID 0 (striping) - Backupserver EXT3 During the rsync-2.4.6-13 process one of the HD's on blue died. Though rsync decided to remove the mirrored directories from green (the backup-server). This process resulted in a partial
2004 Aug 06
2
A few Newbie Questions
Hi all, I apologize for the following questions - some may be more general Linux questions while others hopefully relate directly to Icecast: 1) With regards to the recent buffer-overflow exploit and the recommendation of running icecast as a non-root user, how exactly does one do that? I've changed the UID and GUID of the icecast directory and files and binaries to nobody, but what user
2010 Apr 09
2
problems loading blas with R 2.11.0~20100402-1
Hi, Since upgrading to version 2.11.0~20100402-1, starting R fails with: /usr/lib64/R/bin/exec/R: error while loading shared libraries: libblas.so.3gf: cannot open shared object file: No such file or directory Is this occurring to others on sid? -- Seb
2016 Jul 07
5
update clamav to 0.99.2
Helo, update is in EPEL repository. on startup, clamd does not further create clamd.sock and clamd.pid clamd service stops without any message - even in debug mode. It's a nightmare. Helmut -- Viele Gr??e Helmut Drodofsky Internet XS Service GmbH He?br?hlstra?e 15 70565 Stuttgart Gesch?ftsf?hrung Dr.-Ing. Roswitha Hahn-Drodofsky HRB 21091 Stuttgart USt.ID: DE190582774 Tel. 0711
2004 Jun 01
3
Shorewall.net Downtime this Weekend
The following systems will be down this weekend for server rebuild: shorewall.net lists.shorewall.net www1.shorewall.net ftp1.shorewall.net rsync.shorewall.net cvs.shorewall.net This will affect: Shorewall site and archive search Mailing list archives Mailing lists CVS Primary DNS for shorewall.net I will start the rebuild on Saturday morning and hope to be done by Saturday
2004 Aug 06
4
A few Newbie Questions on libwrap
On Tue, 17 Apr 2001, Andrew M. Wu wrote: > Hello all, > > I have been having some trouble getting my Icecast server and IceS > streamer up and running properly. I have successfully compiled both > (Icecast 1.3.10 and IceS 0.0.1beta5) with libwrap and encrypt enabled. > > I can start up Icecast fine, with the following logged messages on > startup: > > Icecast
2004 Nov 15
2
Problem with --backup and deleting a directory: Two directories created
Hello everyone, Im kinda new to rsync and this list, so if there are any errors in my reqest, please tell me. I want to use rsync to make a backup of a diretory, and use the --backup option. My script looks like this: rsync -ab --suffix=-`date -Iminutes` --backup-dir=rsync_backup --delete --rsh=ssh directoryA directoryB If I run it once, then delete the file directoryA/test/test.file, the
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
2019 Apr 18
2
[PATCH] appliance: Remove /etc/dhcp/dhclient-enter-hooks.d/resolved.
Workaround for Ubuntu which uses this script to try to start a systemd service. That won't work because systemd is not used inside the appliance. See: https://bugs.launchpad.net/ubuntu/+source/supermin/+bug/1824236 Thanks: Ioanna Alifieraki --- appliance/init | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appliance/init b/appliance/init index 4f2b55822..b1c4d09ea
2003 Dec 15
5
Rsyncing Windows directory to a Linux box: problem with spaces in directory names
Hello, I am trying to rsync folders/files hosted on a Windows machine to a Linux machine. Many of the directory names have spaces in them. How can I list them in a file so that the --include-from option use them correctly? Thanks! Charles -- Charles-E. Nadeau Ph.D http://radio.weblogs.com/0111823/
2009 May 12
1
`load_missing_constant': uninitialized constant Rails::Gener
Hello, I''m probably missing something pretty basic here as a rails newbie but I''m trying to write a plugin and I am trying to get my generator to work. I am trying to call the manifest method in my vendor/plugins/media_module/generators/media_module_generator.rb from my vendor/plugins/media_module/init.rb. here''s the code in vendor/plugins/media_module/init.rb:
2004 Jun 18
1
Rsync, Cygwin, & SSH: ntsec OR nontsec?
Hi all, Thank-you to all the developers for rsync. It is very well done. I have rsync running on various platforms connecting to the same server and all is good. Except for 1 Win2000 Prof. server. I backup several directories with various permissions and users successfully. However, there are 2 directories that even though the permissions are the same as other directories that are
2009 Apr 13
4
Building a kernel without kabichk
I?m trying to build a 2.6.18-128.1.6.el5 kernel without kabichk. I have downloaded the sources, installed the compiler, etc and ran the following command rpmbuild -bb --target=`uname -m` --without kabichk --with baseonly --without debug \ --without debuginfo kernel-2.6.spec. I had modified the .SPEC file according to the WIKI page http://wiki.centos.org/HowTos/Custom_Kernel I have NOT