X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=INSTALL;h=09d8505b3a46d5381a8626fd462ee7a6fd149af5;hp=113ed14cfeffcd3e47650486891e72be91edea38;hb=HEAD;hpb=727cf8701027f1d043f75941417dcf315ce5f875 diff --git a/INSTALL b/INSTALL index 113ed14..09d8505 100644 --- a/INSTALL +++ b/INSTALL @@ -8,8 +8,13 @@ Type make -in the dss source directory to build the dss executable and the -man page. Then type +in the dss source directory to build the dss executable and the man +page. If lopsub is installed in a non-standard path, you may need to +run `make` as follows: + + make CPPFLAGS=-I$HOME/lopsub/include LDFLAGS=-L$HOME/lopsub/lib + +Then type sudo make install @@ -19,7 +24,7 @@ to install in /usr/local, or to install in /somewhere/else. -Also make sure that [rsync](http://rsync.samba.org/) is installed on +Also make sure that [rsync](https://rsync.samba.org/) is installed on your system. Version 2.6.1 or newer is required. Examples: @@ -65,7 +70,7 @@ system boundaries and increases the number of snapshots. rsync-option "--exclude-from=/etc/dss.exclude" # don't cross filesystem boundaries rsync-option "--one-file-system" - # maintain 2^6 - 1 = 63 snaphots + # maintain 2^6 - 1 = 63 snapshots num-intervals "6" The /etc/dss.exclude file could look like this (see rsync(1) for