Package org.syncany
Class Syncany
- java.lang.Object
-
- org.syncany.Syncany
-
public class Syncany extends java.lang.Object
Syncany is an open-source cloud storage and filesharing application. It allows users to backup and share certain folders of their workstations using any kind of storage, e.g. FTP, Amazon S3 or Google Storage. While the basic idea is similar to Dropbox and JungleDisk, Syncany is open-source and additionally provides data encryption and more flexibility in terms of storage type and provider:- Data encryption: Syncany encrypts the files locally, so that any online storage can be used even for sensitive data.
- Arbitrary storage: Syncany uses a plug-in based storage system. It can be used with any type of remote storage.
The Syncany class is the central entry point for the command line client and the only class to expose a main method. It does not offer any functionality on its own, but rather just instantiates a
CommandLineClient
and passes the command line arguments to it.Many thanks to all the people who have supported the project over the years and who have continued to listen to my constant never-ending Syncany talk! Thank you all!
- See Also:
- Syncany website, GitHub code repository
-
-
Constructor Summary
Constructors Constructor Description Syncany()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-