Skip to content

Commit

Permalink
Adding list of directories or file to not watch : exclusion feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunus-V committed Jul 24, 2013
1 parent 18f4ad7 commit 2be13f8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@

# ---------------------------END COPYRIGHT--------------------------------------

# ---------------------------Eclusion feature added by Brunus ---------------------------------
# Hi added an exclusion feature, something realy needed to monitor a website tree for exemple
# [email protected] or @brunus_V on tweeter
# ---------------------------------------------------------------------------------------------

# This is a sample jobs file. Yours should go in ~/.watcher/jobs.yml
# if you run watcher.py start, this file and folder will be created

Expand Down Expand Up @@ -78,4 +83,5 @@ job1:
# directories.
# $src_path is only used in move_to and is the corresponding path from move_from
# $src_rel_path [needs doc]
command: cp -r $filename /home/user/Documents/$dest_file # $src_path
# command: cp -r $filename /home/user/Documents/$dest_file # $src_path
command: echo $filename # $src_path

0 comments on commit 2be13f8

Please sign in to comment.