The Synology Hybrid Share app is a solution designed by Synology to seamlessly integrate cloud storage with on-premises NAS (Network Attached Storage) systems. It allows businesses and individuals to leverage the scalability and flexibility of cloud storage while maintaining the performance and accessibility of local storage. With Hybrid Share, you can store frequently accessed data on your local Synology NAS for fast access, while less frequently used data is automatically offloaded to the cloud. This hybrid approach optimizes storage costs and performance, making it ideal for organizations with large datasets or those looking to balance cloud and on-premises storage.
Tiered Storage: Automatically moves data between local and cloud storage based on usage patterns. Seamless Integration: Works with Synology NAS devices and popular cloud providers. Cost Efficiency: Reduces cloud storage costs by keeping hot data local and cold data in the cloud. Data Protection: Ensures data integrity and security with encryption and redundancy.
The Hybrid Share app is particularly useful for businesses that need scalable storage solutions without compromising on performance or breaking the budget.
If you want to uninstall the Synology Hybrid Share app via SSH, follow these steps:
ssh username@NAS_IP -p PORT
Replace:
sudo -i
Enter your admin password again if prompted.
synopkg uninstall HybridShare
or use if you want to skip the step for switching to root
sudo synopkg uninstall HybridShare
This will remove the app and its associated files.
synopkg list
Look for HybridShare
in the list. If itβs not there, the uninstallation was successful.
cd /volume1/@hybridshare
rm -rf /volume1/@hybridshare
Thatβs it! Synology Hybrid Share is now uninstalled via SSH.