Displaying 20 results from an estimated 10000 matches similar to: "Rsync over samba mounts (bad file descriptor)"
2007 Feb 08
2
owner and group
Hello,
I am trying to copy, on the same server, a set of files. I need to
copy them every day with a cron job.
This is working fine the only problem is that he always changes the
owner and group to the root user.
Is there a possibility that he uses the user of the remote files and
not the root user ?
rsync --archive --exclude ".htaccess" /home/virtual/site5/fst/var/www/
html/
2006 May 10
3
Rsync via ssh hangs on same file repeatedly
Hi all,
I'm having problems with an rsync via ssh process hanging during transfer.
The basic problem, (gory details to follow):
I've set up a machine on my LAN to act as the receiver and have two
(soon to be more) remote servers transferring files via a script.
It seems as if certain files are causing the transfer to hang. These
are different files on each of the sending machines,
2005 Apr 26
3
Need Help with rsyncd.conf
What do this uid =0 anfd gid = 0 mean? Can it pose any security issues.
Thanks,
VC
[root]
path = /
auth users = XXX
secrets file = /usr/local/etc/rsyncd.secrets
uid = 0
gid = 0
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2009 Dec 16
4
rsync exclude
I am trying to backup my /home directory. A friend helped me with this
script:
#!/bin/sh
#backup friday
#"Spinning up backup drive and mounting it .."
cd /
mount /mnt/hd2
#"Starting backup procedures"
rsync -avx --exclude="/home/gary/.thumbnails/"
--exclude="/home/gary/tmp/" --delete --ignore-errors /home/gary
/mnt/hd2/2010
umount /mnt/hd2
#END
It backs
2010 Aug 18
2
using rsync for jar file
Hi,
It appears that rsync doesn't detect the changes when we try to synchronize
files of type JAR (Java Archive). Appreciate your inputs.
Thanks,
Vanitha
[This e-mail is confidential and may be privileged. If you are not the
intended recipient, please kindly notify us immediately and delete the message
from your system; please do not copy or use it for any purpose, nor disclose
its
2006 Jun 26
3
no true incrementals with rsync?
for example's sake:
With traditional backup systems, you keep a base (full backup, let's say
every 30 days), then build incrementals on top of that, eg. (what has
changed since the base).
So, to restore, you copy over your base, then copy each incremental over the
base to rebuild up to the latest snapshot. (*copying new incrementals files
over older base files*)
With rsync, (using
2007 Sep 15
5
File changed during save....
hi!
i want to use rsync for backup to central storage.
from emc networker i know some nice feature - it`s telling about "changed
files during save" - i.e. i
know which files have changed their contents while being backed up. for
example you can see if
shutdown of some oracle database was forgotten and that database was backed
up online accidentally.
what`s the rsync equivalent to
2005 Oct 19
1
Initialising a mirror
Dears,
I would like to mirror data from 2 servers connected together via VPN over
ADSL lines (dwn 2Mbps/Upld 512Kbps).
I'm sure rsync is one of the best tool to keep these data in sync but how
should I use it to initialise the mirror?
I'm currently testing the solution with 10Gb of data to keep in sync. But
on my lines it would take more than 40 hours to initially create the
2009 Jun 02
1
Difference between rsync -r S1 S2 T and cp -r S1 S2 T
The manual says rsync can be used as an improved cp command.
If S1 and S2 are (local) source files or directories and T is an (local)
existing directory, is it safe to think that
$ rsync -r S1 S2 T
does the same thing as
$ cp -r S1 S2 T
, assuming no trailing slashes in S1, S2?
--
View this message in context:
2005 Aug 14
1
Is it possible for source and destination to be server
Is it possible to run rsync with both source and destination on the remote
server? such as
rsync -ar -e ssh user@domain.net:/dir1/ user@domain.net:/dir2/
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
2005 Sep 22
2
Running 'rsync' as root misses files
Hi all,
I was wondering, I run (inside another program) 'rsync' as 'root'
using '--files-from'. It seems to error though on files with permissions
where 'everyone' does not have read permissions (ie: permissions of
'0640').
Is this the normal behaviour for 'rsync' could I be missing something?
Thanks!
2006 Apr 27
1
Filename too long
This is the rsync version I am using.
rsync version 2.5.5 protocol version 26
Copyright (C) 1996-2002 by Andrew Tridgell and others
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles,
IPv6, 64-bit system inums, 64-bit internal inums
I have a file with a looooong name which I rsync from PC1 to PC2. (redhat-9)
I am getting the
2006 Jun 07
1
Windows rsync
Hi there I am new to rsync so be gentle
Ok i install cwRsync and i used the script that came with it but just added
my filename and remote computer.
right now it says
rsync -r -delete /c/backup/ 192.168.1.152::/c/backup
i also tried it with
rsync -r -delete /cygdrive/c/backup/ 192.168.1.152::/c/backup
and
rsync -r -delete /cygdrive/c/backup/ 192.168.1.152::/cygdrive/c/backup
the error
2006 Jun 26
1
some errors
Just wondering what could cause the following errors:
rsync: read errors mapping "/sys/block/loop4/dev": No data available (61)
rsync: send_files failed to open "/sys/bus/pci/drivers/Promise_Old_IDE/new_id": Permission denied (13)
ERROR: sys/block/ram2/stat failed verification -- update retained.
rsync: read errors mapping "/sys/block/ram2/stat": No data available
2009 May 14
1
rsync to SAMBA mount or NTFS tutorial?
Will someone please tell me where to go, and how to get there to get rsync
running to mounted windows shares or mounted NTFS volumes? I'm doing OK with
rsync-ing to EXT3 mounted volumes but the others still perplex me.
I look forward to hearing from you,
Dale
-------------- next part --------------
HTML attachment scrubbed and removed
2009 Jul 01
1
How to get first level folder names with rsync commands?
Dear List,
I set up a NetBackup destination on my server.
And I backup test1 to NetBackup/test1, test2 to NetBackup/test2.
Now I wanna know how many folders that have been backuped. It should be
2 folders, with the name of test1 and test2.
But I don't know if there is any way to do so?
Any advice and help is well appreciated. Thanks.
--
Daniel Li
2006 May 23
3
ignoring file times - but still examining content
Hello.
I would like to transfer files which have changed on another box.
The rsync man page says:
--size-only
..This is useful when starting to use rsync after using another mirroring system which may not preserve timestamps exactly..
Which is my situation.
My problem is that the size-only switch (clearly) ignores files with different content, but that have the same size.
I'd like to
2005 Nov 10
2
rsync local copy saves ower:group remote copy sets to rsync.conf owner:group
Using sudo and rsync to perform migrations of source from test to prod
When the rsync 'source' 'target' are both on the local server the owner:group
is maintained from the source
When the copy is 'source' local 'target' remote the owner:group changes to
the value specified by uid:gid in the rsyncd.conf
I want the 'target' to always change to uid:gid
2009 Jul 08
1
rsync Windows to opensolaris or linux
I know this subject has been covered a fair bit here but I'm getting
confused with the vast array of possible options I've seen in various
cmdlines posted here, and the vast (and sometimes confusing) rsync
manual.
Can someone show me the simplest case to allow rsync to push data from
a windows XP or vista machine onto an opensolaris host using rsync on
cygwin?
What options are commonly
2005 Aug 01
2
How to preserve ownership with rsync over SSH
Hello everybody,
I am discovering rsync and I have a problem about preserving ownership
and permissions. I want to mirror a web tree with rsync over ssh. I set
up a module on my rsync server and on the rsync client, I use the
options -o and -p in order to preserve ownership et permissions. The
file are transffered via rsync but on the rsync server the files are
owned by the user used to connect