Displaying 2 results from an estimated 2 matches for "medtox".
Did you mean:
mdbox
2010 Sep 30
3
Excluding most and including some problems continue.
...tands.
/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 do. Which is to mirror only the */htdocs/docs* in each of the ten directories (das,em,enf,etc.) in the...
2010 Sep 28
1
How to mirror only specified directories
...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 is failing with this message in the output.
sending incremental file list
rsync: change_dir "/export/home/xterernal/htdocs" failed: No such file or direc...