similar to: rsync when user's home dir is not in /home

Displaying 20 results from an estimated 300 matches similar to: "rsync when user's home dir is not in /home"

2011 Oct 07
2
Samba / rsync / archival storage question
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, Let me start by saying that this may not be, strictly speaking, a Samba question... but it very nearly is so I'm hoping you can offer some help. I have a couple of Solaris 10 machines with the Oracle-supplied Samba on them. I'm looking to copy logs from BIND to an archival storage location. Solaris 10 does not support SMBFS so far as
2008 Jul 29
1
securing rsync over ssh
I want to secure some remote rsyncs over ssh by using the command= option in .authorized_keys. As I understand I can use only the full command there, as it is not a list of "allowed commands" but the command that will be executed when logging in with this key. Now, I'm running several rsync commands on individual directories in the root, not just one command. I do that to pull
2008 Jan 01
1
error code 10 when using ::
Hi All, This works : sudo rsync -rtlzv --delete root@123.456.789.000:/var/virtual/web /usr/local/websites This does not : sudo rsync -rtlzv --delete root@123.456.789.000::websites /usr/local/websites I created a [websites] section in a new /etc/rsyncd.conf file then restarted xinetd. 3 questions if I can. 1. Why does the second one not work -- I get connecion timed out and error in socket
2004 Sep 16
1
how to rsync over ssh, but login is not permit
Hi, I want to backup my system via rsync over ssh, but login is *not* permited! According to the sshd_config man page, I need to set PermitRootLogin to forced-commands-only. In order to run follow command, how to set command option in authorized_keys? # rsync -avz server:/etc /backup Best Regards! Jacky Kim . >On Thu, Sep 09, 2004 at 06:03:49PM +0800, Jacky Kim wrote: >> If
2006 Oct 12
6
backup system files (and permissions) over ssh
how do you backup system files like /etc/ over ssh to another machine and keep permissions the same on the remote backup location ? i tried using -a flag, but because i'm connecting through ssh i'm not using Rsync module on the remote computer and therefore i cant write files as root so -a flag is not working. all the files are being written with owner SSH_USER and group SSH_USER_GROUP i
2006 Sep 04
1
Rsync + SSH on a different port + restricted access
Hello, I'm trying to setup Rsync over SSH with openSSH running port 2222 with a remote RSA public key authentification and a restricted shell to avoid the user to browse my server via SSH, only be able to run rsync server. 1) i've built a regular rsync server over TCP/873 Worked fine, check my conf : motd file = /etc/rsyncd.motd log file = /var/log/rsyncd.log pid
2010 Dec 11
4
"ultimate" backup choice
i have: "SERVER A" "SERVER B" with "full root permisson" [ssh, etc] each server has a folder. i want to backup a folder in "SERVER A". are there any backup methods, that meets these two requirements? : 1) running from e.g.: a cronjob 2) when running, it just checks the folder in "SERVER A" and "SERVER B". if a file/folder has been
2007 Sep 29
1
samba with iptables
Hi, system info: ubuntu 7.04 (Host OS) samba 3.0.24 (installed with apt-get) vmware-server 6.0.1 windows XP (Guest OS) I was using the iptables script provided by iptablesrocks.org. It's been quite useful, but I ran into a problem when I tried to connect samba. Without any iptables rules, I have no problem when connecting host os(ubuntu samba server) from guest os Windows XP. I referenced
2009 Jan 22
2
[PATCH] I attach two patches correcting documentation and I have a few questions
I post this to the mailing list, but perhaps is not the good place. I'm not subscribed, so I don't know if I'm going to get any reply, but please, tell me where to send patches. I attach two patches that correctly describes the new support for F11 and F12 in documentation but I have two more question to update documentation accordingly. In doc/syslinux.txt line 515, talking about
2009 Jun 16
7
Rsync, SSH and authorized_keys problem
Hi, I'm trying to backup from one machine to the other (automatically via cron) using rsync and ssh password-less public key authentication. I having been trying to set this up following an article in a Linux magazine[1] by only allowing the specific rsync command to run on the remote box. I am using the following rsync command: $ rsync -avz -e "ssh -i ~/.ssh/backup-key" /backup
2011 Jan 27
6
SSH Automatic Log-on Failure - Centos 5.5
Hallo, I wanted to avoid typing-in my password every occasion I remotely logged-on to a server. I created my SSH keys and copied the public part to the server and renamed it authorized_keys. My command line is: ssh root at xxxxxx.com -p 1234 The output shows the logging-on routine wants 3 types of authentication. Surely one successful authentication is sufficient ? OpenSSH_4.3p2, OpenSSL
2000 Dec 10
1
more boxplot questions
Hello, I have a couple more questions about boxplots. In the books I've read on statistics (I'm not a statistics expert but just a poor engineer trying to help his wife with the analysis of the data she gathered for her medieval history PhD), I seen two kinds of box plots: one using quartiles to determine the height of the rectangles and whiskers which is what the standard R boxplot does,
2007 Oct 21
2
xattrs: Permission denied?
I've found a(nother) bug with the xattr code: kiwiw:~/x terpstra$ uname -a Darwin kiwiw.lan 8.10.0 Darwin Kernel Version 8.10.0: Wed May 23 16:50:59 PDT 2007; root:xnu-792.21.3~1/RELEASE_PPC Power Macintosh powerpc kiwiw:~/x terpstra$ echo test > bar kiwiw:~/x terpstra$ xattr --set broken demo bar kiwiw:~/x terpstra$ chmod 0444 bar kiwiw:~/x terpstra$ rsync-3.0 -aHAXSx bar
2007 Nov 09
1
Rsync 3.0.0pre5 released
I've just released rsync 3.0.0pre5, the latest pre-release version of the upcoming 3.0.0 release. Things are progressing well in our efforts to stamp out bugs for the final release. Please keep up the good work in testing this and sending email to the rsync mailing list with your questions, comments, bug reports, etc. Thanks! You can download the tar file and its signature from here:
2007 Nov 09
1
Rsync 3.0.0pre5 released
I've just released rsync 3.0.0pre5, the latest pre-release version of the upcoming 3.0.0 release. Things are progressing well in our efforts to stamp out bugs for the final release. Please keep up the good work in testing this and sending email to the rsync mailing list with your questions, comments, bug reports, etc. Thanks! You can download the tar file and its signature from here:
2007 Nov 23
1
rsync-3.0.0pre5 Problem with xattr
Hi, I have recently downloaded the rsync-3.0.0pre5 and wanted to see how it works (especially xattr feature).. I did following steps.. ./configure make make test make test shows following tests skipped.. SKIP xattrs (Unable to set an xattr) from 3.0 i have read that xattr support is by default and there is no specific patch is required to use this feature.. I want to know how the xattr
2008 Feb 06
1
--suffix-dels unknown option on in rsync 3.0.0.
I am trying to run: rsync --dry-run -avz --force --no-whole-file -e "ssh -C" --delete --bwlimit=35 \ --backup --exclude "*.backup-*" --exclude "*:*" '--suffix'=.backup-`date +%m%d` \ /mnt/unite-c/ heraudet@nanardon.zarb.org:~/unite-c/ But I get: rsync: on remote machine: --suffix-dels=.backup-0206: unknown option rsync error: syntax or
2007 Nov 26
5
DO NOT REPLY [Bug 5108] New: --delete causes: segfault at 00000000fffffff9 rip 00002af8229bb6ab rsp 00007fff88788830 error 4
https://bugzilla.samba.org/show_bug.cgi?id=5108 Summary: --delete causes: segfault at 00000000fffffff9 rip 00002af8229bb6ab rsp 00007fff88788830 error 4 Product: rsync Version: 2.6.9 Platform: x64 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core
2018 Oct 17
2
KVM + libvirt + nftables without iptables?
Hi everyone, I use Debian 9.5 Stretch and NFTABLES as a firewall. Using NFTABLES together with IPTABLES is not recommended, but libvirt depends on IPTABLES. Is it safe to run libvirt + kvm + virsh without IPTABLES? By the doc https://libvirt.org/firewall.html, IPTABLES are used for settingup filtering which I do not need. Thanks, Roman
2007 Nov 15
2
2.6.9 w/ acl, xattr, and fake-super support?
Hello, As i cannot get 3.0.0pre5 to work in my environment (throwing crazy errors which i've posted previously), i would like to revert to 2.6.9 . Of course, the reason i tried to use v3 in the first place was for the acl, xattr, and fake-super options - which, evidently, can be enabled under 2.6.9, as per the following sources: http://lists.samba.org/archive/rsync/2007-February/017218.html