Package org.syncany

Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception