Displaying 7 results from an estimated 7 matches for "rsync2".
Did you mean:
rsync
2007 Nov 14
2
rsync problem
...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 I'm seeing is the first location
occasionally gets a *partial* file, but the second location never has
a problem. There does not appear to be any obvious correlation to why
this would be happening. I have never witnessed t...
2002 Jun 23
2
Rsync ssh script execution fails under cron?
I've spent more than a day trying to write a script to backup my remote server to a local machine using ssh. The script works perfectly when I execute it directly (and I've gotten a number of variations to work okay), but I can't get cron to successfully execute it. There is no result output, so it seems cron is hanging on something, but I don't know what.
I'm running it as
2008 Dec 04
1
rsync Failure
...y backed
up by another server, which is not having any issues (leads me to
believe that this is not an ssh connection issue).
Command Used:
rsync -vvv -a -e "ssh -i /etc/backup/some_id.rsa" --delete --numeric-
ids --exclude-from=/etc/backup/exclude_list --log-file=/usr/local/bin/
rsync2.log --link-dest=../$LASTBACKUPDIR root@$HOSTNAME:/ $NEWBACKUPDIR
I've added the -vvv and --log-file options while trying to debug this
issue.
Issue:
rsync runs for while, but then it freezes up. Sits in this state for
about 15 minutes until the connection is closed (I'm guessing ss...
2004 Jun 18
1
Q: rsync examples, missing parameters?
Hi,
I'm adapting the first script (backup to a central backup server with 7 day
incremental) from http://samba.anu.edu.au/rsync/examples.html web site
and ported it to Windows XP, as I need to save my files incrementally over
a week.
Script (Windows XP):
....
C:\rsync2>rsync --force --delete --backup
--backup-dir=/home/bart2/backup/Thu -ave ssh
/cygdrive/c/Doc/backup/desktop2/
bart2@192.168.0.100:/home/bart2/backup/backfull/
>C:\Doc\backup\log\20040617_rsync.log
.
So for testing purpose, on my laptop under Windows XP I changes date
earlier this Week
a...
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
2009 Jul 07
0
rsync-3.0.6 regression test problems
...SS executability
PASS files-from
----- fuzzy log follows
Testing for symlinks using 'test -h'
touch: cannot change times on /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/fuzzy/from/rsync.c
touch: cannot change times on /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/fuzzy/to/rsync2.c
----- fuzzy log ends
FAIL fuzzy
PASS hands
PASS hardlinks
----- itemize log follows
Testing for symlinks using 'test -h'
makepath /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/itemize/from/foo
makepath /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/testtmp/item...
2010 Aug 13
26
DO NOT REPLY [Bug 7618] New: symlinks and --link-dest
https://bugzilla.samba.org/show_bug.cgi?id=7618
Summary: symlinks and --link-dest
Product: rsync
Version: 3.0.7
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: the_majkl at seznam.cz
QAContact: