Displaying 20 results from an estimated 900 matches similar to: "rsync daemon and secrets file"
2003 Jul 23
1
SIGCHLD SIG_IGN, then wait - warning messages
Rsync maintainers please review rsync bug
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=98740
The code in question is in socket.c in start_accept_loop.
The user is getting these warning messages:
2004 May 20
3
two-way synchronization accross a firewall fails
machine O is outside firewall, machine I is inside (machine names changed to
protect the innocent :-)
firewall allows ssh connections if inititiated from I to O, but not if the
other way.
both machines have an /etc/rsyncd.conf of:
[rt]
path = /tmp/rsync_test
comment = Test area
O runs rsync daemon, I initiates a rsync cammnad like
rsync -rvvv --delete --rsh=ssh O::rt /tmp/rsync_test
2025 Jan 12
2
question about --link-dest and the rsync protocol
Hi Kevin,
Thanks for your quick response. The rsyncd.conf file looks like:
charset = utf-8
[user]
path = /c/user
comment = ""
use chroot = true
uid = root
gid = root
read only = false
auth users = admin
I'm still confused about how to specify the path. The actual UNIX path is:
/c/user/snapshots/rsync_test/last
I've tried:
--link-dest=snapshots/rsync_test/last
2025 Jan 12
1
question about --link-dest and the rsync protocol
rsyncd doesn't take unix paths. You must adapt your --link-dest to
contend with however the rsycd module is defined in rsyncd.conf.
On 1/11/25 9:52 PM, Anthony LaTorre via rsync wrote:
> Hi all,
>
> I'm trying to figure out why a script works when using SSH but not
> when using the rsync protocol. When I run the following command:
>
> rsync -aPh
2010 Feb 13
1
old files not getting deleted
Howdy,
I've been having a bear of a time tracking this down. I'm currently using
rsync to back a bunch of servers up to a ZFS pool on a server. I recently
noticed my deltas between ZFS snapshots seemed a bit large, so I started
looking more closely at what was being backed up. Looking at some Maildirs, I
found that messages (files) that had been deleted on the server were not being
2025 Jan 12
1
question about --link-dest and the rsync protocol
Hi all,
I'm trying to figure out why a script works when using SSH but not
when using the rsync protocol. When I run the following command:
rsync -aPh --link-dest=/user/snapshots/rsync_test/last
/home/user/rsync_test
root at readynas.internal:/user/snapshots/rsync_test/Jan_11_2025
it works perfectly, correctly recognizing the link-dest parameter.
However, when I try to run the same command
2025 Jan 12
1
question about --link-dest and the rsync protocol
On Sat 11 Jan 2025, Anthony LaTorre via rsync wrote:
> Thanks for your quick response. The rsyncd.conf file looks like:
>
> charset = utf-8
> [user]
> path = /c/user
> comment = ""
> use chroot = true
Note the chroot... So "/" equals /c/user
> uid = root
> gid = root
> read only = false
> auth users = admin
>
> I'm
2001 Oct 18
3
group ownership
I am attempting to rsync data from a rsync server and set the
permissions to a different gid on the client:
my servers name is "rserver01"
my clients name is "rclient01"
here is the rysync.conf contained on rserver01:
# log file
log file = /var/adm/rsync_log
# global options for all modules
dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz
uid = nobody
2011 Sep 12
2
Ignoring /boot
Hi,
I have the following script that I'm writing to backup my gentoo linux
system.
----- start of script -----
#!/bin/sh
#
#
RSYNC_OPTS="--archive --one-file-system --perms --executability --progress
--stats --delete-after --hard-links --keep-dirlinks --verbose --inplace"
RSYNC_USER="bs"
RSYNC_SERVER="192.168.6.6"
RSYNC_MODULE="ben-desktop"
2006 Jul 16
1
Connection refuse to rsync
Hi,
We use rsync to share data between two remote sites. We are using rsync
after configuration of the rsync.conf file.
I created a module in the file with the relevant entries and
permissions.
The problem is that I get "connection refused ", when I try to run rsync
in the following way:
root@rsync1-mpg:/root# rsync ptsinf01.pt.intel.com::
rsync: failed to connect to
2008 Feb 12
3
Rsync to a Read Only file system
I think your product is awesome, but I am experiencing an unexpected
behaviour.
$ rsync -avviPH /Users/alan/Desktop/rsync_test\ Folder/
root@slug::Downloads
opening tcp connection to slug port 873
sending daemon args: --server -vvlHogDtpre30.16i "--log-format=%i" --
partial . Downloads
sending incremental file list
.d..t..g... ./
rsync: failed to write xattr user.rsync.%stat for
2007 Nov 14
2
rsync problem
I have a simple script that sends one file to two locations on the
same destination server. Here's the code:
DEST="remotehost"
SRC="/home/boss/application.conf"
DST1="/home/user1/application.conf"
DST2="/home/user2/application.conf"
RSYNC1=`rsync -caW -e ssh $SRC $DEST:$DST1`
RSYNC2=`rsync -caW -e ssh $SRC $DEST:$DST2`
This runs every 5 minutes. What
2018 Mar 19
4
rsync time machine backup permissions
Dear rsync users,
I'm trying to copy my Time Machine Backup from my old USB hard drive to a new one. I got error messages, because rsync don't create group and other permissions.
I use rsync 3.1.3.
Did I use the correct parameters? Who has an idea, what mistake?
Thanks!
Best, André
--
The bash script:
#!/bin/bash
source=/Volumes/LaCie\ d2\ Quadra\ v3/Backups.backupdb
2011 Sep 14
10
[Bug 8456] New: improve --link-dest bahaviour
https://bugzilla.samba.org/show_bug.cgi?id=8456
Summary: improve --link-dest bahaviour
Product: rsync
Version: 3.0.8
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: toralf.foerster at gmx.de
2011 Sep 12
14
[Bug 8450] New: --link-dest seems not to work mounted NTFS file systems
https://bugzilla.samba.org/show_bug.cgi?id=8450
Summary: --link-dest seems not to work mounted NTFS file
systems
Product: rsync
Version: 3.0.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2007 Mar 29
1
Feature request
Hello,
My rsync version is 2.6.9 protocol version 29 for linux.
I recently noticed strange behavior of rsync that is not fatal but is rather
annoying. During transfer if a symlink representing a directory exists on
receiver, but is not created by rsync, rsync replaces that symlink with a
normal directory. This is by default. To prevent this I should specify -K
argument on sender. But I
2007 Dec 19
1
multiple rsyncd daemons: init script
Hi all,
I want to run 2 rsync daemons on my system. Each has its own
configuration file, and they are listening on a specific port.
These 2 daemons are running perfectly but getting them started by 2 init
scripts is a bit more difficult.
The problem is that when stopping rsync you check the pid of rsync,
which results in both pids of the daemons.
Off course i want the script to be very
2007 Dec 28
1
problems using --ignore-existing and filter rules
Greetings everyone,
I have a problem which I believe is a collision between the
--ignore-existing option and filter rules. It appears to me that
regardless of argument order, when I specify the two on a command
line, even if a non-existing directory appears in the filter list as a
protect rule. But when I change protect rules to exclude rules, the
excluded files/directories appear not to be
2007 Oct 30
1
Rsync 3.0.0pre4 errors with ACLs and Xattrs between OSX and Linux
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
It's my understanding that as of 3.0 rsync supports OS X ACLs and
extended attributes, and that it should be possible to backup a tree
from an OS X system that contains files and folders with ACLs and
extended attributes to a Linux host filesystem that has both
"user_xattrs" and "acl" enabled on the destination file system.
2004 Dec 01
1
rsync transfers whole content when a new hardlink is created
Hi,
I detected a silly behaviour of rsync when new hardlinks of already synced
files are created:
Scenario:
There are a local directory and a equal remote directory created by former run
of rsync.
Create a hardlink from a already existing file (both inside the local
directory).
If this hardlink has a filename with comes before the original filename when
both are sorted in
alphabetic order,