forked from shadrinev/Voyanga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.realsync
40 lines (33 loc) · 998 Bytes
/
.realsync
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
##
## dkLab RealSync configuration file.
##
# Local directory to be realtime-replicated.
local = c:/WebServers/home/voyanga
# Remote host to replicate to over SSH.
host = 192.168.0.55:22
# User to connect to the remote host.
user = misha
# Directory at the remote host to replicate files to.
remote = /srv/www/misha.voyanga/public_html
# Pathname wildcards to be excluded from the replication.
# Use "*" for any filename character and "**" for any character,
# including "/" in pathnames.
exclude = ~*
exclude = *.tmp
exclude = *.pyc
exclude = *.swp
exclude = .git
exclude = CVS
exclude = .svn
exclude = .realsync
exclude = .cache
exclude = .idea
exclude = nbproject
exclude = runtime
exclude = frontend/www/assets
exclude = backend/www/assets
# To turn off "synchronization ding" sound, set the following to 1.
nosound = 0
# If you need to load some other config file from here, uncomment
# and correct the following directive:
#load = some_file.ini