HsyncBackUp is an Eclipse project that contains an Apache Ant script to save and restore custom files from a specific folder on your workspace project to a destination folder to back them up and then restore back to the original location.
In order to implement it you must follow these steps:
- Import the HsyncBackUp project to your workspace
- Go to Window->Preferences expand the Ant options and select Runtime. Create a new property with these values
Name: HSyncBackUpTarget_Loc
Value: ${workspace_loc}
- Open the build.properties file from the HsyncBackUp folder
- In the property called projectName enter the name of the project from your workspace that contains the custom files you want save.
- There are other properties that you can change if you need it
- filePrefix: Defines the prefix to be used in the search, files that contain this prefix in their name will be moved to the destination folder.
- folderPrefix: Defines the prefix to be used in the search, all the files from folders that contain this prefix in their name will be moved to the destination folder.
- sourceFolderName: Defines the name of the folder containing the files you want to save
- targetFolderName: Defines the name of the folder in which your files will be saved
- Open the External Tools Configurations and create two new Ant Build configurations with the next values:
Name: SAVE CUSTOM FILES
Buildfile: ${workspace_loc:/HSyncBackUp/build.xml}
Base Directory: ${workspace_loc:/HSyncBackUp}
Name: RESTORE CUSTOM FILES
Buildfile: ${workspace_loc:/HSyncBackUp/build.xml}
Base Directory: ${workspace_loc:/HSyncBackUp}
- For both configurations go to the Classpath tab and add the BackUp.jar file from the HsyncBackUp/src folder using the Add JARs button
- For the RESTORE CUSTOM FILES configuration go to the Targets tab and check the Restore target option:
- For the SAVE CUSTOM FILES configuration go to the Targets tab and check the Save target option:
- To save your files run the SAVE CUSTOM FILES configuration and to restore your files run the RESTORE CUSTOM FILES configuration.
Related Articles
Manual Steps
The following documents describe the manual steps that must occur in the CA Plex model after an automated CM M3 migration
WebClient Manual
Here you can find the articles of the CM WebClient user manual, just click on the name and it will take you directly to the article. Introduction Installation Requirements Plex Model Configuration Overview of Workspace Setup Calling WebClient from an ...
CM evolveIT Administrator Manual
Please look at the attached file(s)
CM evolveIT User Manual
Welcome to CM evolveIT User Training Manual Restrictive Rights This document and the product referenced in it are subject to the terms and conditions of the user License Agreement ...
Manual Steps for 2E entities with a “Qualified by” relation
M3, out of the box, migrates 2E entities with a single “Qualified by” relation. There are additional manual steps that have to be applied to each “Qualified by” Entity and RTVOBJ functions that: Are scoped to 2E Retrieval index views, and Have all ...