v3.0.1
This commit is contained in:
parent
8374b03834
commit
6ad8b20d23
@ -9,6 +9,7 @@ This CSV path can be set in the global vars part of the script.
|
|||||||
- robocopy needs to be installed
|
- robocopy needs to be installed
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
```
|
||||||
$MAX_FOLDER_SIZE = Max folder size to zip, otherwise switch to robocopy.
|
$MAX_FOLDER_SIZE = Max folder size to zip, otherwise switch to robocopy.
|
||||||
$TIMESTAMP = Timeformat to use for the logfile
|
$TIMESTAMP = Timeformat to use for the logfile
|
||||||
$TARGET_FILENAME = Target archive name
|
$TARGET_FILENAME = Target archive name
|
||||||
@ -17,6 +18,7 @@ $LOGFILE = Log file
|
|||||||
$TEMPFOLDER_RUNNING = Source folder name for when archive is running
|
$TEMPFOLDER_RUNNING = Source folder name for when archive is running
|
||||||
$TEMPFOLDER_DONE = Source folder name for when archive is done
|
$TEMPFOLDER_DONE = Source folder name for when archive is done
|
||||||
$TEMPFOLDER_FAILED = Source folder name for when archive is failed
|
$TEMPFOLDER_FAILED = Source folder name for when archive is failed
|
||||||
|
```
|
||||||
|
|
||||||
### CSV template
|
### CSV template
|
||||||
Create a CSV file containing the following setup:
|
Create a CSV file containing the following setup:
|
||||||
|
Loading…
Reference in New Issue
Block a user