Added test configuration, updated README
This commit is contained in:
parent
186b5bda68
commit
6036e809ae
6 changed files with 20 additions and 0 deletions
16
README
16
README
|
@ -10,6 +10,22 @@ $CCOLLECT_CONF/
|
|||
exclude -> \n seperated
|
||||
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
source - a rsync compatible source (one liner)
|
||||
|
||||
For instance:
|
||||
|
||||
backup_user@foreign_host:/home/server/video
|
||||
|
||||
or
|
||||
|
||||
rsync://[USER@]HOST[:PORT]/SRC
|
||||
|
||||
Have a look at rsync(1).
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
destination - a link to the destination directory
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
intervalls/ - subdirectory of source or defaults
|
||||
|
||||
|
|
1
conf/sources/bla blu/destination
Symbolic link
1
conf/sources/bla blu/destination
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/nico/backupdir
|
1
conf/sources/bla blu/source
Normal file
1
conf/sources/bla blu/source
Normal file
|
@ -0,0 +1 @@
|
|||
/home/nico/vpn
|
0
conf/sources/fehler
Normal file
0
conf/sources/fehler
Normal file
1
conf/sources/testshare/destination
Symbolic link
1
conf/sources/testshare/destination
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/nico/backupdir
|
1
conf/sources/testshare/source
Normal file
1
conf/sources/testshare/source
Normal file
|
@ -0,0 +1 @@
|
|||
/home/nico/vpn
|
Loading…
Reference in a new issue