search for: rsync_user

Displaying 9 results from an estimated 9 matches for "rsync_user".

2005 Feb 01
2
Rsync and SSH on Windows
...nature of our proxy/firewall, I must use SSH with port forwarding to achieve this goal. Currently I establish the SSH connection using the following command: ssh ssh_user@proxy.example.com -i file_name -L 873:200.200.60.60:7000 -N and then run rsync with the following command: rsync -azv rsync_user@127.0.0.1::package . This works well as two separate processes. However, having read the documentation it seems that I should be able to run the ssh commands "inline" using the -e flag. However, I have not been able to successfully sync using this method. I have tried using both OpenS...
2011 Sep 12
2
Ignoring /boot
Hi, I have the following script that I'm writing to backup my gentoo linux system. ----- start of script ----- #!/bin/sh # # RSYNC_OPTS="--archive --one-file-system --perms --executability --progress --stats --delete-after --hard-links --keep-dirlinks --verbose --inplace" RSYNC_USER="bs" RSYNC_SERVER="192.168.6.6" RSYNC_MODULE="ben-desktop" RSYNC_PATH="/" RSYNC_EXCLUDES="--exclude=/usr/portage/distfiles --exclude=/tmp --exclude=/var --exclude=/home --exclude=/root --exclude=/usr --exclude=/bin --exclude=/opt --excl$ MOUNT_FOR_RSYNC...
2006 Nov 07
2
ssh catch 22
Hi all, I'm stuck with a little dilemma and I thought someone could give me a little advice. Is there a way to use rsync with an ssh certificate? what I have: ---------------- First of all I am forced to use the root account with ssh which I know is a big no, no, but sometimes it can't be helped. Second, I need to use a certificate without a password as root which is even worst than
2006 Sep 12
2
rsync through ssh - i get an error
On Mon, Sep 11, 2006 at 01:31:00PM +0200, rsync-mail-gateway@nasbackup.com wrote: > rsync: read error: Connection reset by peer (104) This means the socket closed. Does rsync even get started on the remote system? That would be the first thing to investigate. If it is getting run, does the remote process crash or die? If you are connecting with a daemon process, you can look at the logs to
2009 Aug 26
3
Enhanced authentication and authorization in rsyncd
...write access to a module, "ro users" to allow read only access to a module and "deny users". ??? "read only" on the module overrides the user's authorization. 4. added support for groups - with a '@' prefix. For instance: "auth users = tridge, susan, @rsync_users" Authorization logic: 1. If the ACL contains a user-specific rule that matches the user, then the user is granted rights according to this rule (including denying access if the permission is none). 2. If the ACL contains a group-rule that denies access of a group the user belongs to (permiss...
2002 Nov 18
2
Rsync and ssh with passwordless authentifikation
Is it possible to konfigure a passwordless authentifikation in kombination with ssh. for example: to a specific folder on a server named server1 has only user1 access. the user1 only exists on server1. server2 wants to replicate a foler from server1 to himself. the rsync process uses the rsync_user, which exists on both machines. the rsync process asks every time the job runs for the password for user1. How can i solve the problem. Is it possible to work with certificates? J?rg Bode T-Systems ITS GmbH. Service Line Systems Integration BC Digital Engineering Solutions Adresse: Fasa...
2002 May 07
3
rsync for NT
Hi List, Could someone point me to the link where I can download rsync for NT and any helpful sites which can guide me to setup rsync from NT to UNIX. Thanks in advance --------------------------------- Do You Yahoo!? Yahoo! Health - your guide to health and wellness -------------- next part -------------- HTML attachment scrubbed and removed
2014 May 24
1
add time to log file for cron job
Hey all, I'm trying to figure out a way to insert a timestamp into a log file I'm creating for a cron job I'm setting up: /usr/bin/rsync -v --min-size=1 -rlpgo -O --inplace /home/myuser/Get* root at xx.x.xx.xx:/mnt/bravotv/media/compass 2>&1 >& /tmp/rsync_user.log I've googled this but all I could find are tips on how to add the time and date to the name of the log file itself, not to the contents of the log. Any tips or pointers would be great. Thanks Tim -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B
2001 Nov 14
4
using rsync to backup windows workstations
I have 5 windows workstations and 1 computer running freebsd 4.4 I want to install rsync on the freebsd computer so I can use it to backup some files/documents on my windows workstations. I want rsync to run automatically every 6pm mon-sat. I wanna ask if there is someone in this list who can give me guidelines on how i can do this. And another question I have is do I need to install samba? i