diff --git a/README b/README index 284f39d..6102fb8 100644 --- a/README +++ b/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 diff --git a/conf/sources/bla blu/destination b/conf/sources/bla blu/destination new file mode 120000 index 0000000..b12e153 --- /dev/null +++ b/conf/sources/bla blu/destination @@ -0,0 +1 @@ +/home/nico/backupdir \ No newline at end of file diff --git a/conf/sources/bla blu/source b/conf/sources/bla blu/source new file mode 100644 index 0000000..597ddca --- /dev/null +++ b/conf/sources/bla blu/source @@ -0,0 +1 @@ +/home/nico/vpn diff --git a/conf/sources/fehler b/conf/sources/fehler new file mode 100644 index 0000000..e69de29 diff --git a/conf/sources/testshare/destination b/conf/sources/testshare/destination new file mode 120000 index 0000000..b12e153 --- /dev/null +++ b/conf/sources/testshare/destination @@ -0,0 +1 @@ +/home/nico/backupdir \ No newline at end of file diff --git a/conf/sources/testshare/source b/conf/sources/testshare/source new file mode 100644 index 0000000..597ddca --- /dev/null +++ b/conf/sources/testshare/source @@ -0,0 +1 @@ +/home/nico/vpn