It is always recommended to back up your critical systems.
Following SQL command can be used to export schema in HANA:
EXPORT "SOURCE_SCHEMA_NAME".* AS BINARY INTO '/tmp/DESTINATION SCHEMA NAME' WITH REPLACE;
This can also be directly zipped to Linux as below:
tar -czf SOURCE_SCHEMA.tgz /tmp/DESTINATION_SCHEMA/