![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| rsync: taking advantage of files in different directory other than destination | rssrik | UNIX for Advanced & Expert Users | 1 | 05-06-2008 04:35 AM |
| Getting a list of filenames of moved files | chengwei | Shell Programming and Scripting | 3 | 04-23-2007 12:25 AM |
| rsync not copying all files from smb-mounted fs | fishsponge | UNIX for Advanced & Expert Users | 2 | 10-04-2005 12:40 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
rsync, which files where moved?
Hello,
I am using rsync to make sure that my folder "local" mirrors the remote directory "remote". When a file is copied from "remote" to "local", I need to apply a bash script to it. What would be a neat way to do that? Thanks ps: is there a way to edit the title of the thread (I am a bit ashamed of the "where" instead of "were"? Last edited by JCR; 02-10-2008 at 08:20 AM. |
| Forum Sponsor | ||
|
|
|
|||
|
sciprtfile | tee filename.log
this will copy the output into a file or scriptfile | mail -s "backup files" user@domain.com Last edited by balapobi; 02-10-2008 at 10:55 AM. |