Icon

M 000 - Backup Project

<p>KNIME - Know your paths and folders</p><p>https://medium.com/p/49e2c0dab9cc#6eab</p><p></p><p>Backup is only for the faint of heart?</p><p>https://medium.com/p/49e2c0dab9cc#3180</p><p></p><p>KNIME and Clouds — OneDrive and DropBox</p><p>https://medium.com/p/49e2c0dab9cc#7c98</p>

URL: KNIME - Know your paths and folders https://medium.com/p/49e2c0dab9cc#6eab
URL: Backup is only for the faint of heart? https://medium.com/p/49e2c0dab9cc#3180
URL: KNIME and Clouds — OneDrive and DropBox https://medium.com/p/49e2c0dab9cc#7c98
URL: More on KNIME and Backup from the Forum (89662) https://forum.knime.com/t/how-do-you-save-and-backup-your-knime-scripts/89662/3?u=mlauber71
URL: Blog: How to Backup Your KNIME Workflows? https://atmedia-marketing.com/en/knime/how-to-backup-your-knime-workflows/

determine the execution time and turn that into a timestamp

KNIME will not mark KNIME workflows as folders ....

You can add your own path. Best if the target folder will be synchronized like a DropBox or OneDrive path

KNIME - Know your paths and folders

https://medium.com/p/49e2c0dab9cc#6eab

Backup is only for the faint of heart?

https://medium.com/p/49e2c0dab9cc#3180

KNIME and Clouds — OneDrive and DropBox

https://medium.com/p/49e2c0dab9cc#7c98

Your local KNIME Backup system

KNIME does not offer a Backup system in the Analytics Platform per se, so this is a do-it-yourself way to store the current state of all the workflows and data in a folder into a .zip file. That you can place into a folder that is being backuped and versioned

If "true" the following files will be excluded from the backup:

"data.zip"

"data.xml"

".savedWithData"

"db_session.xml"

Display a summary of the files being exported from the stored JSON files

Short: place this workflow in your project folder and if you run it it will back up everything in the folder expect itself

You can exclude executed states of the data

List all filesin the parent folder
List Files/Folders
Path to URI
URL to File Path
^(?!.*<backup_workflow_name>).*=> exclude the current workflow name and files from backup
Row Filter
String to Path (Variable)
Table Row to Variable
.json filewith the zip results
List Files/Folders
JSON Path
var_zip_file_name
Java Edit Variable (simple)
Ungroup
JSON Reader
JSON Path
Extract Context Properties
yyyyMMdd_HHmmss=> choose the time format
Date&Time to String (deprecated)
var_pattern_to_excludereturn "^(?!.*" + $${Scontext.workflow.name}$$ + ").*";
Java Edit Variable (simple)
Column Filter
Python Script
current day&time
Create Date&Time Range (deprecated)
String to URI
List the folders to identify the path../../
List Files/Folders
var_exclude_special_files
Boolean Configuration
Path to Collect the Backups
Row Filter
JSON to Table
URL to File Path
user.namecan be handy ifyou want to have thezip backup in a OneDrive
Java Edit Variable
File Path
Table Row to Variable
var_path_backup_zip_file
Create File/Folder Variables
Path to URI
Column Filter
URL to File Path
File path_location
String to Path (Variable)
Path to String (Variable)
Table Row to Variable

Nodes

Extensions

Links