similar to: Preserving Permissions using server

Displaying 20 results from an estimated 2000 matches similar to: "Preserving Permissions using server"

2002 Jul 29
1
problems preserving permissions -
Hi All, I recently installed Rsync to perform backup features - this includes backing up a /home dir and keeping ownerships/permissions intact is obviously very important.... However when I perform. (current working path is /home) rsync -azv --progress --stats * andrew@192.168.0.2::tmp/home and on the server side of things... I have it setup like so - motd file = /etc/rsyncd.motd
2002 Jul 22
2
rSync on RTOS
Hi All, I need one information How much effort is required to port the the rSync utility to any of the RTOS available? (how much is the linux dependent code in the implementattion?) regards Thanks in Advance Biju -- Biju Perumal HCL Technologies Ltd. Voice +91-44-3728366 (Xtn-1134) http://san.hcltech.com
2002 Jul 29
1
Fundamental rsync design question.
Hi folks, Was looking at a commercial product which does something similar to rsync. It seems to optimise incremental change determination by logging the changes that have occured since the first full transfer happened, using techniques common in snapshot techniques. Is there any reason for rsync not using this approach ? Is it the space constraints imposed by a logging approach or
2002 Jul 22
0
SCO Unix Sys V - Rel. 3.2.4.2 / rsync problem
Salim: I suspect that if you check the timestamp, you'll find that that binding failure is left over from an earlier attempt, before you were properly configured. Your description of you inetd.conf/services setup sounds correct. Your commandline, though, shouldn't work. You name a directory as the source, but don't say to do its contents. However, I would expect an error from
2002 Apr 17
4
rsync HELP!!!
Sonu: I'm giving the whole history to the rsync list. If the tests i subscribed passed, yet you get that error, it's more in depth than i can go into. You've got 1 hour, let's hope somebody immediately recognizes the problem. I've got some ideas, but no time to explore any more for you. Gentlemen: does anybody see a quick resolution for Sonu? Looks like he's
2002 Oct 30
1
upload to rsync server syntax problems
What I'm trying to do: upload files from my local machine to an rsync server running on a remote host. What I don't know: syntax on how to do this. I initially set the conf file so that I could download from the remote machine to my local machine, the syntax: rsync -azv --delete rsync://user@remote.machine.com:12923:blah destdir This worked fine. So then, I wanted to go the other
2006 Jan 21
2
DO NOT REPLY [Bug 3432] New: rsync -azv --cvs-exclude forgets "LocalSettings.php"
https://bugzilla.samba.org/show_bug.cgi?id=3432 Summary: rsync -azv --cvs-exclude forgets "LocalSettings.php" Product: rsync Version: 2.6.6 Platform: x86 URL: http://pto.linux.dk/albackup.tgz OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core
2002 Apr 16
3
Update: WARNING: --rsh or -e option ignored when connecting to rsyncdaemon]
the --pasword-file= option is only for passing a password to a rsync server, as you have set up with the rsync --daemon process. Your rsyncd.conf file is fine, too. The problem is that you aren't calling your rsync daemon from your commandline. You are trying to connect via rsync to host as axlink and start a 'rsync --sender' process, to transfer data within the ssh process.
2002 Jul 29
2
rsync from Windows and Linux over ssh
Hi All, I'm a newbie to RSYNC on Windows. I installed RSYNC(version 2.5.1) on Windows and it is running as a service on Windows 2000. I've been trying to copy some files using RSYNC on linux machine running RH Linux 7.2 kernel 2.4.7 from Windows 2000 machines using the following command: $rsync -avz -e ssh <windows-machine>:/rsync/* . but i'm getting the following error
2004 Sep 01
3
Problems of preserving file owership and uid&gid options in rsyncd.conf
Hi, I am trying to transfer some files to a remote rsync server. I have to preserve the ownership of these files in the remote server for future possibility of copying them back. The command I am using is: rsync -Cav /var/log/mp3log server2::var/log/mp3log I have tried to add -o and -g options but still can't reach my purpose. I also remember to add a same user name to the remote rsync
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
2007 May 02
2
VPN between Asterisk server and phone client
> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Biju > Sent: Wednesday, May 02, 2007 5:38 AM > To: 'Asterisk Users Mailing List - Non-Commercial Discussion' > Subject: [asterisk-users] VPN between Asterisk server and phone client > > Hi, > > I wish to make a secure
2012 May 09
2
AD and SAMBA
Hello all, I am trying to understand how SAMBA finds nearest Domain Controller when configured to use Active Directory for AuthN. There are some great articles and wikis about how to configure SAMBA against AD, but couldn't find much on what I was looking for. For example 1. Does Samba have built in dc locator functionality like windows clients ? 2. What is the default authN it uses, NTLM
2020 Mar 20
2
[Bug 14323] New: Defaults for --skip-compress are not working, everything is being compressed
https://bugzilla.samba.org/show_bug.cgi?id=14323 Bug ID: 14323 Summary: Defaults for --skip-compress are not working, everything is being compressed Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core
2003 Aug 13
4
Question on --include-from option.
Hello list, I am running rsync 2.5.5 on some Solaris 7 and 8 boxes. I'd like to sync different directories from one box to another. This is my include file: ppukweb2% more rsync-include-file /tmp/loris/testrsync1 /tmp/loris/testrsync2 /tmp/loris/testrsync3 This is the command I run: rsync -azv -e ssh --stats --include-from=/tmp/rsync-include-file ppukweb8:/tmp/loris and this is the
2009 Apr 27
1
[Code study]should we remove if (motd && *motd) section?
Dear List, I'm confused when we will run into "if (motd && *motd)"? As I have found that Globals is set 0 during initialization, and I didn't find anywhere else assign the value. If so, should we remove this section? Or there might be some where I missed? Please correct me, if I'm wrong. Thanks in advance. clientserver.c #line 147~160 > if (!am_client) {
2002 Nov 15
0
RFE: using rsync as a backup tool (preserve access time & com press destination files) ?
The way gnutar "preserves" atime is by noting it before the read, and setting it back after the read, thus wiping out a legitimate setting of atime occuring during that interval. Yeah, the netapps mess with unix times. Did you notice that mtime and ctime always match? Now that I know you're on a netapp, though, your problems are solved. Snapshot and sync from the snapshot, then
2002 Jan 15
3
problem with --delete if I sync part of a dir
Hi, I'm using rsync for a couple of things but I am at a point where I could not find a solution for my problem. this is what I want to do: rsync only the files i_* from a directory from machine A to machine Bi and delete them from machine B if they on longer exist on machine A. so I use the command: rsync -azv --stats -e ssh --delete i_* user@host:/dir/ When using this command the files
2011 Nov 29
2
template does not print variables
Hello list, I am having a problem with template file. Why are variables not interpolated? [root@puppet manifests]# cat /etc/motd memory free = <%= memoryfree %> domain = <%= domain %> operating system = <%= operatingsystem %> This is the template file [root@puppet manifests]# cat ../templates/motd.erb memory free = <%= memoryfree %> domain = <% domain %>
2009 Apr 22
2
[Code study] lp_motd_file defination? Help
Dear List, Currently, I read this in clientserver.c, line 148. motd = lp_motd_file(); I have googled, but didn't the definition of char *lp_motd_file(void). Can anyone help to explain the following code segment. Many thanks. #line 147 ~ 160, in clientserver.c, version 3.0.5 > if (!am_client) { > motd = lp_motd_file(); > if (motd && *motd) { > FILE *f =