Ask Your Question

Revision history [back]

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'

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'.