search for: vvnlogdtpr

Displaying 3 results from an estimated 3 matches for "vvnlogdtpr".

Did you mean: vvlogdtpr
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 --serve...
2005 Mar 21
1
exclude problem
...on that box but may be I should switch it? Here is the command line I'm using. rsync -avv -n --delete --exclude-from=sys_dont_replicate.list -e ssh root@patron:/etc/ /etc here is some sample output ===================== opening connection using ssh -l root patron rsync --server --sender -vvnlogDtpr --delete . /etc/ receiving file list ... expand file_list to 4000 bytes, did move expand file_list to 8000 bytes, did move expand file_list to 8000 bytes, did move done expand file_list to 4000 bytes, did move expand file_list to 8000 bytes, did move done deleting in . deleting cron.d/replication ....
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