Displaying 2 results from an estimated 2 matches for "afolder".
Did you mean:
folder
2005 Jun 28
1
Question about include/exclude rules
...well, but also create an empty folders
structure that I don'want.
Rsync works fine for me (the rules are reported below) except a point,
rsync create an empty folders structure that I don'want.
I'm trying to explain better.
Suppose that the source folder is:
./source/a.txt
./source/afolder
./source/afolder/b.txt
./source/afolder/c.doc
./source/bfolder/
./source/bfolder/a.doc
./source/bfolder/
./source/bfolder/cfolder/
./source/bfolder/cfolder/e.doc
.
I used the following syntax:
rsync -avz --delete-excluded ./source/ ./dest --exclude-from=exclude.txt
where the rules in the exclud...
2006 Dec 10
5
model-controller-paradigm: What about admin controllers?
Hi all
We all know the model-controller-paradigm: I have a model "News" which
has a corresponding CRUD-controller "NewsController".
But now I''m quite unsure about the following...
Guess we have normal visitors that visit our site www.??.com/news and we
have administrators that create and modify news items.
The admin should see an "Edit" link and a