Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

Please look at http://www.sos-berlin.com/doc/en/jade/JADE%20Parameter%20Reference.pdf jadeParamReference for an overview about all parameters.

...

Code Block
[local_source_host]
source_protocol = local
source_dir      = /tmp/test/jade/in


[samba_target_host]
target_protocol = smb
target_host     = my.host
target_user     = test
target_password = test
target_dir      = tmp


[copy_local2samba]
include         = local_source_host,samba_target_host
operation       = copy
file_spec       = \.txt$

The profile copy_local2samba transfers copies all files which end with has the filename extension .txt' from the local folder/tmp/test/jade/into the folder_tmp_where_tmp'' is either a windows released folder or a unix samba folder.