Displaying 9 results from an estimated 9 matches for "rsnyc".
2006 Mar 06
1
using -e syntax and remote rsnyc server
I have setup rsync to run as a deamon exporting one module named home.
when I attempt to use the rsync syntax specified on
http://samba.anu.edu.au/ftp/rsync/rsync.html
as follows:
rsync -av -e "ssh -l ssh-user" rsync-user@host::module /dest
I get a message from ssh, "bad escape character 'ssh -l username'".
This is an ssh error message, but I am not putting any
2006 Jan 29
2
rsnyc over ssh through scripting and cron...
hello all:
I have two machines (approx 50 miles apart) that I need to create a
co-located backup solution for. One machine will serve as a central
fileserver for an office, and every week a backup of that directory will be
sent through the internet to a box I have here locally. I am aware of rsync
being able to run over SSH, however I need this to be totally automated (SSH
opening, passwords
2003 Sep 24
1
same system syncs of filesystems, yet changing ownerships;
Folks,
I'm setting up to sync files from a staging env to a prodution env, such
that the filesystems for both are served via nfs to their respective
systems. Thus, I can do the rsync on the nfs server as a 'advanced cp'.
rsnyc $parms filessystem filesystem2
Due to ownerships and permissions, I have to run this as root, but, I'd
like the files to belong to another user and group then roots upon
syncing. Is this possible without having to make it more ssh like and
put the added overhaed into the transaction?
resp...
2007 Dec 22
1
Help with complicated heirarchy exclude syntax
...An example might be:
News/agent/nntp/news.gmane.org/gmane/comp/lang/perl/beginners/
I want to skip any files that have all numbers for names which would
be under the last directory above. However there are at least 2 files
in there (.overview .agentview) that I do want rsync to get.
But when rsnyc gets to ~/Mail, which has a much shallower heirarchy
with files that have numbers for names, I want to backup all those and
anywhere else rsync finds files with numbers for names under ~/.
Its a tall order. I've been ducking it with various other schemes but
would really like to get something...
2011 Dec 09
1
Samba 3.0, fuse-hdfs and write problems
...4.x86_64
2 servers, one provides samba-shares and one I use as client.
Samba-Server (HOST2):
FuseFS:
hadoop-fuse-dfs#dfs://HOSTNAME:9000 /123/hdfs fuse usetrash,rw 0 0
mount:
fuse on /123/hdfs type fuse
(rw,nosuid,nodev,allow_other,default_permissions)
the mount /123 is accessible over ssh, cp, rsnyc from any host. Now I was
using NFS for populating, but the performance was not as I expected. So I
switched to samba and get real good results for reading.
Cifs-Client(HOST1):
mount -t cifs -o username=BLUBB,domain=hdfs,rw,uid=104 //lHOST2/hdfs /test
config:
[global]
workgroup = MYGROUP...
2009 Apr 20
6
DO NOT REPLY [Bug 6280] New: (Bug incl. PATCH) Linux mknod does not work when syncing fifos and sockets from Solaris
...riority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: sebastian_kapfer@gmx.net
QAContact: rsync-qa@samba.org
When syncing specials, namely pipes and sockets from a Solaris host, rsync -a
prints error 22. Remote version is 2.6.3pre1.
sk@noether(~/rsnyc/rsync-3.0.6pre1)> ./rsync -a klein:/tmp/xhyjxhy .
rsync: mknod "/home/sk/rsnyc/rsync-3.0.6pre1/xhyjxhy" failed: Invalid argument
(22)
rsync error: some files/attrs were not transferred (see previous errors) (code
23) at main.c(1505) [generator=3.0.6pre1]
Reason: rsync calls mknod (&...
2012 Mar 24
5
your advice on backup procedure
...uild the
comp pretty quick and then restore, or maybe just do one big backup of
each server, then work on the folders as a solution)
1- Amanda. I do not know much about it or how it would deal with mysql
databases, but it look promising. I do not have a NFS in place on any of
the installs.
2- rsnyc - some kind of rsync going from the host to each machine,
putting it on the host's backup drives. Adding a mysql hotcopy of some
kind on the VMs, along with bin files, saved to a special folder that
will then be part of the rsync. Once a week full of both rsync and
mysqlcopy, then increment...
2010 Sep 07
5
DO NOT REPLY [Bug 7668] New: Add --omit-symlink-times option, same purpose as --omit-dir-times
...3.0.7
Platform: All
OS/Version: FreeBSD
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: korvus at comcast.net
QAContact: rsync-qa at samba.org
When using rsnyc, files are always recreated (as the user performing the rsync)
on the destination when the source file has a later mtime, regardless of
changes. Symlinks however, are NOT recreated when the mtime differs; instead,
the mtime is simply adjusted on the destination. This is problematic because a
user...
2002 Dec 17
2
Totally newbie need to setup rsync
Howdy!
I am totally new to rsync and most UNIX things.
We have two servers running SCO OpenServer 3.2 Ver 5.0.6.
One of the servers is our live operation and the second is
our backup server.
I need to keep data from operation server up-to-date in our
backup server and that's where 'rsync' comes in.
I already downloaded binaries, unzipped and restored to disk
but have no idea where