-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding list of directories or file to not watch : exclusion feature
- Loading branch information
Brunus-V
committed
Jul 24, 2013
1 parent
18f4ad7
commit 2be13f8
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 |