Displaying 3 results from an estimated 3 matches for "pzrtpl".
2010 Oct 29
1
What won't rsync sync this file?
...t copy two specific file. Then I tried to specifically tell it to synchronize one of them and I get this result. *I* don't see any reason why to chose not to copy this file, but 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.is...
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...
2010 Sep 28
1
How to mirror only specified directories
...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
/usr/local/bin/rsync -n -vvv --stats -Pzrtpl --delete --password-file=/export/home/webuser/.appprod --log-file=/export/home/webuser/logs/rsync-log --include "/export/home/[internal|das|em|enf|itb|medtox|pml|psb|reg|whs]/htdocs/docs/*" --exclude "/*" /export/home/xterernal/htdocs/ webuser at appprod::dprweb_extranet
This...