Deletes files and directories that were sent to backup server.
Command:
java -ns -jar cli.jar delete --host-name=TIM-LAPTOP --project-name=Photos --path=\\\\home\\tim\\picture --recursive --no-confirm
Argument | Description |
[--host-name <name>] | Host name which files have to be deleted from. Default is current host. |
[--project-name <name>] | Project name which files have to be deleted from. Default refers to all projects from given host. |
[--path <path1, path2,...>] | Paths of files and directories that have to be deleted. The name should contain the full path where the directory or file is located. Multiple files and/or folders are separated with ','. |
[--version <UUID1,...>] | It is specyfing which file versions had to be deleted. Multiple versions are separated with ','. If it is not given all versions will be deleted. |
[--date <YYYY-MM-DD hh:ss:mm>] | Paths/versions created after this date will not be included. |
[--recursive] | This argument specifies to delete recursively from directory. If it is not given subdirectories and thier files will not be deleted, only files given in given folder. |
[--no-confirm] | Action will not need confirmation. |