bash - Linux: Can a function be used as the source for a symbolic link? -


i need simulate folder can presented via vsftp contents of folder based on:

find /mnt/largedatafiles -name 2015_*.zip 

such user log in , see files source directory meet pattern.

i avoid using cron job copy files user directory. 2 copies of same file never good.

find /mnt/largedatafiles -name 2015_*.zip -exec cp -rup {} /home/user/large 

thoughts?

how using hard links ? hard links not copies - view(s) of same content on disk, under different name , (possibly) location. seems want.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -