similar to: daemon excludes all my files

Displaying 20 results from an estimated 100 matches similar to: "daemon excludes all my files"

2005 Jul 04
2
Permissions Question
List- I have a permissions issue. Below is my script. I am attempting to archive several data sets from our current production server (a Win2K box) to our new server, a high performance Fibre Channel Linux-based system. C:\bin\cwRsyncServer\bin\rsync.exe -avvi --rsh="c:\bin\cwRsyncServer\bin\ssh.exe -l root" --password-file=c:\bin\cwRsyncServer\etc\secret --progress --stats
2006 Dec 19
0
connection unexpectedly closed
Hi. I have a Windows machine (XP/SP2) which i want backup to a Linux machine (named "Pippi") using rsync. I have cwRsyncServer running on the Windows machine (10.10.10.90). When i start rsync from the Linux machine after a while rsync stops - as far as i understand it because of a network timeout. > io timeout after 60 seconds -- exiting > rsync error: timeout in data
2008 May 15
4
RSync from NAS machine over WinXP with cwRSync to another PC
Hello, some people want to use the following construction: they have a NAS machine with an integrated rsync (may be on embedded linux). they have a WinXP with cwRsyncServer (with rsync 3.0.2) and they have on WinXP a network share (i.e. Y: == "//192.168.100.123/sharename") They can use NAS / WinXP with cwRsync to copy files from NAS to a local path on the WinXP machine. But how
2004 Jun 30
1
Vampire fails
All, I'm trying to migrate to samba3 from nt4. Unsuccesfully so far :-(. Instructions are from idealx how-to v1.6. Enviroment is RHFC2/Samba 3.0.3-5/OpenLDAP 2.1.29 Membership to the domain is ok ---------------- # net rpc testjoin Join to 'NT-DOM' is OK ---------------- The next step would be vampire but it fails with reference to smbtest2-domain. I can't figure out wherefrom
2009 Feb 09
0
rsync connection problems since upgrading ubuntu 8.04 to 8.10
I believe I have an issue / incompatibility with rsync 3.x. I'm hoping someone can help shed some light and /or unblock me. I had a reliable rsnapshot backup system in place with ubuntu 8.04 and my windows desktop. After fresh installing 8.10 I consistently got: rsync: read error: Connection reset by peer (104) rsync error: error in rsync protocol data stream (code 12) at io.c(794)
2008 Aug 21
2
Partial Transfer Problem
I am using the command options listed below. If I set --partial or --partial-dir, I see the partial file appear as expected. However, even with --partial-dir set as you see below, the .rsync-partial directory is never created. Instead the partial file just appears in the directory. The bigger problem is that if I interrupt the transfer and then restart it some time later, rsync just creates a
2011 Jun 18
0
process already running
Hi, I have running dovecot installation and i am quite happy with it but in one of my installation if system's power fail it doesn't remove master.pid which prevent system to start the service in next boot. I have to manually remove file and start the proess. We are running version 2.0.12. Thanks
2002 Jul 25
0
Problems compiling on RH 5.2.
Hello all, I recently downloaded RSYNC 2.5.5 and had a problem compiling on a RedHat 5.2 i386 system (I know its old but my co-located machine is ancient and I can't easily upgrade it). Anyhow, I did: ./configure --prefix=/usr/services/rsync And make fails because of the file lib/addrinfo.h not defining things correctly. The configure script generated: #define HAVE_GETADDRINFO 1
2009 Jun 12
1
--compare-dest= dir list ?
Hi, I would like to compare a backup dir with a directory list in --compare-dest= but I don't know how to specify this list. If a have only one dir it's ok, but if I have 2 or more dir I have an error ? Here is my script: #!/bin/bash SSH_USER= SSH_HOST= TOBCK=/ EXCLUDES=/root/bckscript/ns200176/excludes LOG=/root/bckscript/ns200176/rsync_$(date +'%Y-%m-%d_%H.%M.S').log
2019 Mar 11
0
Re: Obtaining the PID of a domain's QEMU process from C
On Mon, Mar 11, 2019 at 09:46:11AM +0000, Daniel P. Berrangé wrote: > On Mon, Mar 11, 2019 at 09:33:30AM +0100, Michal Privoznik wrote: > > On 3/11/19 9:02 AM, Erik Skultety wrote: > > > On Sat, Mar 09, 2019 at 04:32:00PM +0100, Michal Prívozník wrote: > > > > On 3/1/19 2:31 AM, Shawn Anastasio wrote: > > > > > Hello all, > > > > > >
2002 Feb 07
1
Latest version of the batch mode cleanup patch
Here's the latest version of the batch mode cleanup patch. Index: batch.c =================================================================== RCS file: /cvsroot/rsync/batch.c,v retrieving revision 1.12 diff -u -r1.12 batch.c --- batch.c 24 Jan 2002 08:09:46 -0000 1.12 +++ batch.c 6 Feb 2002 19:47:57 -0000 @@ -8,55 +8,38 @@ #include "rsync.h" #include <time.h> -char
2007 Jun 12
1
Can strptime handle milliseconds or AM/PM?
I'm trying to proess date/time fields from files that were given to me to analyze. Any clues what I'm doing wrong with strptime? This seems to fail the same way under Linux or Windows. For ?strptime would it make sense to explain %OS3 somewhere besides the Examples? > # Why does %OS3 work here? > format(Sys.time(), "%H:%M:%S") [1] "16:45:19" >
2009 Apr 17
2
Disaster recovery option for file server
Greetings - I have not been a long time follower of this list, but I have scanned through the last year or so of archives, after not finding much from google searches. I am hoping someone here can inform me if what I want to do is feasible, and give me some general guidance to follow so that I can continue my research and complete this task. I admin a RH3 system that is primarily a Samba
2019 Mar 11
2
Re: Obtaining the PID of a domain's QEMU process from C
On Mon, Mar 11, 2019 at 09:33:30AM +0100, Michal Privoznik wrote: > On 3/11/19 9:02 AM, Erik Skultety wrote: > > On Sat, Mar 09, 2019 at 04:32:00PM +0100, Michal Prívozník wrote: > > > On 3/1/19 2:31 AM, Shawn Anastasio wrote: > > > > Hello all, > > > > > > > > I'm currently writing a C program that uses the libvirt API and I need a >
2008 May 31
1
rsync 3.0.2 with --fileflags on FreeBSD: cannot rsync hardlinked immutable files
Hi *, it seems rsync with --fileflags isn't able to work on (already) hardlinked and immutable ("schg") files on FreeBSD. The following scripts will create a simple example for this behaviour: -------------------------------------------------------------- #! /bin/sh # # set -x DIR="/var/tmp/rsync_$(date +%s)/" mkdir "${DIR}/" # Preparing dir_A mkdir
2006 Feb 28
1
Crazy excludes
I'm stuck!!! Look this command line log: -bash-2.05b# pwd /usr/backups -bash-2.05b# ls .backup.gaia.sh.swp backup.gaia.sh ------------------------------------------------------ #NEXT COMMAND IS ENTERED BY HAND IN THE SHELL ------------------------------------------------------- -bash-2.05b# rsync -a -v --delete --timeout 120 --exclude='/msurdi/*' localhost:/home/
2013 May 30
1
Support for CACHEDIR.TAG excludes?
Hi there, there's an old proposal to exclude a directory and its subdirectories from being backed up and the like, by placing a file name CACHEDIR.TAG into it with a certain content, see [*] for details. rsync lacks support for that and I was wondering why. Unless there are strong reasons against it, I'd like to add it. After a quick glance into the sources it seems this should be
2016 Jun 23
1
./configure excludes USB drivers and documentation
Sorry for such a noob question, but I'm having a problem with 2.7.4 ./configure . I down loaded the 2.7.4 tarball, unzipped. read the INSTALL and typed ./configure . The output of ./configure shows "build serial drivers: yes" and build everything else is "no". Looking at config.log, I see configure:8104: checking for libusb version via pkg-config configure:8111:
2017 Mar 20
2
[PATCH] daemon: selinux: Add setfiles -m option to suppress extra excludes (RHBZ#1433577).
--- daemon/selinux-relabel.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/daemon/selinux-relabel.c b/daemon/selinux-relabel.c index 112bee1..2f48ee6 100644 --- a/daemon/selinux-relabel.c +++ b/daemon/selinux-relabel.c @@ -27,6 +27,8 @@ #include "actions.h" #include "optgroups.h" +#include "ignore-value.h" +
2017 Mar 21
0
Re: [PATCH] daemon: selinux: Add setfiles -m option to suppress extra excludes (RHBZ#1433577).
On Monday, 20 March 2017 19:14:46 CET Richard W.M. Jones wrote: > --- Such behaviour changes :-( LGTM, unless the default behaviour of setfiles changes soon... Thanks, -- Pino Toscano