Displaying 3 results from an estimated 3 matches for "dprweb_extranet".
2010 Oct 29
1
What won't rsync sync this file?
...maybe on of you out there would see the obvious reason I am missing.
dprweb> /usr/local/bin/rsync -vvv --stats -Pzrtpl --delete --password-file=/export/home/webuser/.appprod --log-file=/export
/home/webuser/logs/rsync-extranet-log /export/home/em/htdocs/docs/gis/GIS_NOD.htm webuser at appprod::dprweb_extranet/em
/htdocs/docs/gis/
opening tcp connection to appprod port 873
sending daemon args: --server -vvvltprze.isf --delete --partial . dprweb_extranet/em/htdocs/docs/gis/
sending incremental file list
[sender] make_file(GIS_NOD.htm,*,0)
send_file_list done
send_files starting
send_files phase=1
send_fi...
2010 Sep 28
1
How to mirror only specified directories
.../psb
/htdocs
/docs
I wish to copy everything in the /docs directories under the /das, /em and /psb directories (in this simplified example) moving them from /export/home on server A to /export/home/extranet on server B.
This is what I have in a rsyncd.conf on server B.
[dprweb_extranet]
path = /export/home/extranet
comment = California Department of Pesticide Regulation Extranet
uid = webuser
gid = other
read only = no
list = yes
hosts allow = ww.xxx.yy.zz
secrets file = /etc/.password
auth users = aaa
Here is the command I've tried on server A
/us...
2010 Sep 30
3
Excluding most and including some problems continue.
Here is my rsync command as it currently stands.
/usr/local/bin/rsync -vvv --stats -Pzrtpl --delete --password-file=/export/home/webuser/.appprod --log-file=/export/home/webuser/logs/rsync-log -F /export/home/ webuser at appprod::dprweb_extranet/ > rsync-test
Here is the current .rsync-filter file.
+ das
+ em
+ enf
+ internal
+ itb
+ medtox
+ pml
+ psb
+ reg
+ whs
+ htdocs
+ docs
- /*
- das/*
- em/*
- enf/*
- internal/*
- itb/*
- medtox/*
- pml/*
- psb/*
- reg/*
- whs/*
- htdocs/*
This is doing pretty close to what I want it to d...