Displaying 2 results from an estimated 2 matches for "tomsawyer".
Did you mean:
tom_lawyer
2005 May 25
2
URLS and Human Factors
...rite the controller (perhaps by
adding to the belongs_to, and habtm) to allow for clearer URLs?
For instance, being able to navigate to these pages:
http://www.library.com/ <= information about library.com
http://www.library.com/books <= list of books in library
http://www.library.com/books/tomsawyer <= information about book "Tom Sawyer"
http://www.library.com/books/tomsawyer/chapters <= list of chapters in book
http://www.library.com/books/tomsawyer/chapters/1 <= content from chapter one
using this table structure (with example data):
table books:
-id: 56
-title:...
1997 Sep 26
0
smbtar and long filenames
Hi, I've looked through the samba archives, and saw no messages related to
this. Is there a way to get smbtar to tar long filenames? When I restore
the files, they're all cut down to 8.3 format. smbclient does see the
long filenames of an NetBui drive, why doesn't smbtar?
Thanks.
Gabe