ensync | ENcrypted file SYNChroniser
kandi X-RAY | ensync Summary
kandi X-RAY | ensync Summary
ensync is a Rust library. ensync has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
Ensync uses a three-phase sync process:. In the first phase, Ensync scans every local directory it had previously marked as clean to see if there may be any changes, and similarly tests whether server-side directories marked as clean have been changed. This phase is only used to determine what directories need to be processed. In the "reconcile and apply changes" phase, Ensync recursively walks the client and server directory trees, ignoring directories which are still clean (including all subdirectories). Separate directories are processed in parallel. For each examined directory, Ensync lists all files, matches them by name, and then determines what change should be applied. When reconciliation is done, it applies the selected change to each file in sequence. If all operations succeed, the directory is marked clean. In the cleanup phase, temporary and orphaned files are cleaned, and volatile data committed.
Ensync uses a three-phase sync process:. In the first phase, Ensync scans every local directory it had previously marked as clean to see if there may be any changes, and similarly tests whether server-side directories marked as clean have been changed. This phase is only used to determine what directories need to be processed. In the "reconcile and apply changes" phase, Ensync recursively walks the client and server directory trees, ignoring directories which are still clean (including all subdirectories). Separate directories are processed in parallel. For each examined directory, Ensync lists all files, matches them by name, and then determines what change should be applied. When reconciliation is done, it applies the selected change to each file in sequence. If all operations succeed, the directory is marked clean. In the cleanup phase, temporary and orphaned files are cleaned, and volatile data committed.
Support
Quality
Security
License
Reuse
Support
ensync has a low active ecosystem.
It has 18 star(s) with 1 fork(s). There are 2 watchers for this library.
It had no major release in the last 6 months.
There are 1 open issues and 5 have been closed. On average issues are closed in 114 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of ensync is current.
Quality
ensync has no bugs reported.
Security
ensync has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
ensync is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
ensync releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ensync
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ensync
ensync Key Features
No Key Features are available at this moment for ensync.
ensync Examples and Code Snippets
No Code Snippets are available at this moment for ensync.
Community Discussions
No Community Discussions are available at this moment for ensync.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ensync
The first thing to do is, of course, install Ensync. The easiest way to do this right now is with cargo:. If you are on DragonFly, you also need to pass --no-default-features.
The ensync setup command will write the configuration and perform all setup steps automatically, as well as do some sanity checks. It is recommended if you haven’t used ensync before. Manual setup may be necessary for unusual setups.
The configuration location. This must name a directory to be created. Configuration files and sync state is placed within this directory.
The local file location. This is a directory containing the files you want to sync.
The remote storage location. This may be a directory on your local filesystem, or may be an scp-style user@host:path-format string. In the latter case, ensync setup will connect to the remote host with ssh user@host.
First, create a new directory to be the configuration directory. Within this directory, create a file named config.toml. See the [Configuration Reference](#configuration-reference) section for full details on what the configuration means. A minimal example:.
The ensync setup command will write the configuration and perform all setup steps automatically, as well as do some sanity checks. It is recommended if you haven’t used ensync before. Manual setup may be necessary for unusual setups.
The configuration location. This must name a directory to be created. Configuration files and sync state is placed within this directory.
The local file location. This is a directory containing the files you want to sync.
The remote storage location. This may be a directory on your local filesystem, or may be an scp-style user@host:path-format string. In the latter case, ensync setup will connect to the remote host with ssh user@host.
First, create a new directory to be the configuration directory. Within this directory, create a file named config.toml. See the [Configuration Reference](#configuration-reference) section for full details on what the configuration means. A minimal example:.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page