First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 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'
click to hide/show revision 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'.