| 1 | initial version |
Note: there are many folders called media inside the Sage tree. To find them all, 'cd' to your Sage folder in a terminal, and type
find . -type d -name 'media'
| 2 | No.2 Revision |
Note: there are many folders called media inside the Sage tree. To find them all, 'cd' to your Sage folder in a terminal, and type
find . -type d -name 'media'
Also, a good way to tell rsync which files to exclude
is to use the --exclude-from option, and have a file
where you indicate the include/exclude rules.
See the rsync man page and in particular the section 'INCLUDE/EXCLUDE PATTERN RULES'.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.