Displaying 3 results from an estimated 3 matches for "vvnlogdtpre".
2010 Jun 03
1
rsync via restricted ssh command=
I've read a few tutorials about how to use rsync via ssh using the
command= functionality to restrict where the user can sync to. I've
got this on the on the destination side in it's ~/.ssh/authorized_keys...
command="rsync --server -vvnlogDtpre.iLsf --timeout=999 . bkp",no-port-forwarding,no-X11-forwarding,no-agent-forwarding ssh-rsa AAetc
I've tried variations of the above but I basically get this error...
% rsync -avv --delay-updates --delete-after /path/to/files/ remote:bkp
opening connection using: ssh remote rsync --server...
2005 Mar 21
1
exclude problem
I have looked on the mailing lists and through rsync documentation but those
still haven't solved my problem. I may be calling rsync incorrectly but the
problem I have is that the exclude file seems to be ignored. My final goal is
to replicate an entire host, excluding some files that contain specific IP,
hostname configuration things. I'm trying to start small by mirroring a
2008 Sep 25
2
automated Rsync to remote host, preserve owner
Hello all,
I'm trying to set up a backup server using rsync.
I would prefer to push data from one server to another, automated through a
cron job. It is quite important to preserve the owner/group and permissions.
google and the archives haven't gotten me very far.
the two servers each have a seperate IP address, but they also have access to
the same private, trusted LAN.
I'm