Installing FileVault Tool (VLT) in CQ/AEM


First install VLT tool, as it is not installed by default and it is additional tool available at  /opt folder in your AEM instance.

Set system’s environment variable. Perform below steps to install FileVault Tool (VLT) :

  • Copy the FileVault archive file from the cq-quickstart/opt/filevault directory of your installation. 
  • Copy either filevalut.tgz or filevault.zip, based on your OS.
  •  
  • Note: Extract the archive. Add /vault-cli-/bin to your environment PATH so that the command files are accessed appropriately.  Eg:-  /crx-quickstart/opt/helpers/vault-cli-2.4.8/bin
  •  
  • Open command prompt using cmd and execute vlt –help. It displays the following help screen:

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=128m; suppor
t was removed in 8.0
Commands:
  export             Export the Vault filesystem
  import             Import a Vault filesystem
  checkout (co)      Checkout a Vault file system
  status (st)        Print the status of working copy files and directories.
  update (up)        Bring changes from the repository into the working copy.
  info               Displays information about a local file.
  commit (ci)        Send changes from your working copy to the repository.
  revert (rev)       Restore pristine working copy file (undo most local edits).
  resolved (res)     Remove 'conflicted' state on working copy files or directories.
  propget (pg)       Print the value of a property on files or directories.
  proplist (pl)      Print the properties on files or directories.
  propset (ps)       Set the value of a property on files or directories.
  add                Put files and directories under version control.
  delete (del,rm)    Remove files and directories from version control.
  diff (di)          Display the differences between two paths.
  rcp                Remote copy of repository content.
  sync               Control vault sync service
  console            Run an interactive console