Displaying 20 results from an estimated 10000 matches similar to: "--remove-source-file problem"
2008 Dec 16
6
logging mechanism in rsync
Hi Friends,
Does rsync V3 has the feature for logging the files which have not been
transferred? Its already logs the file which have been transfered.
Thanks,
Jignesh
-------------- next part --------------
HTML attachment scrubbed and removed
2008 Jul 02
2
Linux update knobbles Samba
Hello People,
I do hope that this is not a really old problem that everyone is
totally sick of hearing; it is a pain in the neck problem for me right
now. I am just a Samba user. Help will be much appreciated 8-)
I have been using Mandriva 2007 Linux and have installed Mandriva 2008; Samba
has stopped working as described below. What is wrong?
* The hardware is a local LAN controlled by an
2004 Dec 06
3
rsync: a bit of confusion
Hi,
This is the first time I have setup rsync.conf like,
max connections = 20
syslog facility = local3
read only = true
hosts allow = 192.168.10.10
[qmail-control]
comment = qmail-control
path = /var/qmail/control
read only = yes
list = yes
uid = root
gid = root
Then from 192.168.10.10, I tried,
rsync -avz -e ssh
2007 Jan 05
1
Help with rsync configuration
Hello there! We are trying to get rsync to work in our servers but so
far we did not succeeded. Our scenario is a 3 machines where one
directory must be replicated through all the clusters, no matter where
the file was saved. I have a few basic questions regarding that:
1st Do I need a daemon on all instances or just one of them? Files
saved on any of them must be mirrored
2nd We gave a try with
2006 Sep 27
2
Samba 3.0.23c panic
Hi,
I've just updated (using yum under fedora 5) to the latest version of
samba and am now encountering a major problem with samba. Whenever I
attempt to access shares (don't have printers or other such non disk
shares) the access fails (after prompting for password, and performing
some level of authentication, it notes if no password is entered that
Anonymous login successful).
2003 Aug 29
1
smb access problem through WinXP to samba 2.2.8a-34(SuSE Linux)
Hi there - apologies for the long-ish mail!
I recently performed a SuSE online update to my system, and since then
Samba has refused to work properly. After the update, nmbd produces the
infamous message:
Aug 29 19:26:39 linuxserver nmbd[7208]: [2003/08/29 19:26:39, 0]
nmbd/nmbd_responserecordsdb.c:find_response_record(235)
Aug 29 19:26:39 linuxserver nmbd[7208]: find_response_record:
2008 Jun 07
2
cant join the domain
PLZ HELPPP
kinit is working fine, but "net join...." doesnt work
here is the exact thing that i am trying to do :
(running samba 3.0.26 hte preinstalled on fedora 8)
(domain = shoubra.edu, pre-win200 domain = shoubra)
( or u can say : user4@shoubra.edu OR shoubra\user4)
[root@linuxserver ~]# kinit user4
Password for user4@SHOUBRA.EDU:
[root@linuxserver ~]#
[root@linuxserver ~]# net
2004 Aug 06
2
changeowner question
I just installed Icecast2 and the installation was a sucess. However, when I go to startup Icecast. It's reply is:
[root@linuxserver bin]# ./icecast -c /etc/icecast.xml
WARNING: You should not run icecast2 as root
Use the changeowner directive in the config file
[root@linuxserver bin]#
<p>So then I go into the icecast.xml and alter the changeowner User to admin. Here is a bit from my
2005 Feb 07
1
Problem joining Windows machine to domain managed by Samba PDC
Hi, I am running into a problem that seems to occur to a lot of people, but
I haven't yet worked out what the solution is. I have Samba version 3.0.3
installed in a Linux box (let's call it linuxserver) and I want it to run a
Windows domain so that I can manage machines and users. I have a Windows box
(call it windowsclient, running Windows 2003 Server) that I'd like to join
to the
2003 Feb 11
1
Unable to see linux files on windows using Samba
Hi,
I installed Samba on the only linux server that
we have on our network.
On the Linux server, I was able to mount various shared
directories from various windows machines ( we use windows 2000 )
So, seeing windows files on linux is not a problem.
We also wanted to go the other way( seeing linux files on windows )
I searched on google but to no avail. I set the lmhosts file and
still nothing
2001 Dec 04
1
It goes out of the window, or it stays in windows
I have installed RedHat Linux 7.2 and tried to get Samba working.
I have tried a lot, but I keep bouncing the fact that on the linuxserver it
is not possible to lookup itself using: nmblookup linuxserver.
All other machines in the network are ok. I can find them through the
nmblookup easy.
Broadcast is ok, subnet mask brought back to 255.255.255.0, in fact it seems
that all is in place as I have
2003 Aug 07
1
questions about "connection refused"
Dear all:
I installed the rsync 2.5.4 in my two machine (192.168.1.30 and
192.168.1.120, both are AIX OS) to backup data each other. The
software`s installation is ok, and I can copy local files. But when I
try to backup data between two machines, there reports some errors:
>./bin/rsync -avz 192.168.1.30::web ./backup-3000/
rsync: failed to connect to 192.168.1.30: Connection refused
2002 Jul 25
2
rsync with --exclude files
HI,
I'm trying to exclude some files & directories from a filesystem which I
would like to copy to a different site. I did:
# rsync -avz --exclude-file=/fs21/tmp/perl_scripts/exclude.txt
/fs22/a/circuit_design mickey.willow.com:/cpu/store/design
where file /fs21/tmp/perl_scripts/exclude.txt contains the following
directories and files to be excluded from /fs22/a/circuit_design :
2002 Aug 03
1
Rsync from windows to unix
Hi,
I'm trying to use rsync from Windows to Unix.
I've followed the directions on :
http://optics.ph.unimelb.edu.au/help/rsync/rsync_pc1.html
I can see ssh running on the windows machine, because
I tested it using telnet localhost 22 and I can see
the result "SSH-2.0-OpenSSH_3.4p1".
But when I try
"$ rsync -avz -e ssh user@windowsserver::/rsync/* ."
from the Linux
2009 Nov 11
3
anchoring of patterns for per-directory merge files
Hi,
I'm extremely confused about anchoring of patterns for per-directory
merge files, as what I see seems to not be the behaviour the
documentation suggests.
On the receiver side I have rsync version 3.0.3 protocol version
30. On the sender I have rsync version 2.6.9 protocol version 29.
I'm calling:
rsync --filter='dir-merge /.rsync-filter' -avz --delete \
--numeric-ids
2009 May 19
2
incremental directory searche in rsync 3.0.6
Hi,
I was in under impression that rsync 3.0.5/3.0.6 creates all the missing
directories in the path but I think I am wrong. Could any one tell me is it
possible to create all missing dirs in path at destination side if not
exists. Currently, I have been getting below errors.
rsync -avz /tmp/mytest/rsync-test/dir-test/parent-dir/
desthost:/tmp/mytest/rsync-test/dir-test/parent-dir/
sending
2007 Jan 16
2
rsync 2.6.9 ignoring hidden files?
I've been googling and searching the mailing list, and I think this is
a new issue.
I just tried copying a kernel source tree, using this command
rsync -avz linux-2.6.16.29/. yuzu:/usr/src/linux-2.6.16.29/
I also tried adding this option:
--include=".*"
but in both cases, the .config file was not copied over. It seems that
rsync is copying hidden directories but not hidden
2005 Oct 10
8
Help with sincronizing two directories on remote servers
Dear friends,
a newbie here.
we have two webservers, a and b, both of them with rsync
installed.
We would like to rsync one directory on one server with
another directpory on another server.
What I do is to go to one of the server (server a) as root
using ssh, navigate to the directory, and write
rsync -avz username@serverb:directory/ ./
But it does not work.
Am I doing something
2006 Dec 11
3
rsync /somedir work@backups::somearchive/ gets stuck in huge maildirs, rsync /somedir root@backups:/some/path/ works
hi,
i hope i'm not reporting something well-known; i tried to
understand the available bug tracking information. please excuse
me if my problem report should not meet your standards, but i
want to direct your attention to the following:
http://koffein.org/av/rsync-bugreport/
problem report for rsync 2.6.9 on linux/IA32, 09 Dec 2006
Herwig Wittmann
2010 Feb 17
2
rsync'ing a directory with nothing but symlinks
Hi all. This looks like a common question. I want to backup a dir, in
which i put some symlinks, so it looks like
machinegun:/tmp/daily_backup # ls -la
total 8
drwxr-xr-x 2 root root 4096 2010-02-17 17:41 .
drwxrwxrwt 19 root root 4096 2010-02-17 17:30 ..
lrwxrwxrwx 1 root root 16 2010-02-17 17:41 cgi-bin -> /srv/www/cgi-bin
lrwxrwxrwx 1 root root 4 2010-02-17 17:17 etc -> /etc