Изменения

Grive2

814 байтов добавлено, 22:03, 12 ноября 2019
Нет описания правки
== Version History ==
=== Grive2 v0.5 .1 === * Support for .griveignore* Automatic sync solution based on inotify-tools and systemd* no-remote-new and upload-only modes* Ignore regexp does not persist anymore (unreleasednote that Grive will still track it to not accidentally delete remote files when changing ignore regexp) * Added options to limit upload and download speed* Faster upload of new and changed files. Now Grive uploads files without first calculating md5 checksum when file is created locally or when its size changes.* Added -P/--progress-bar option to print ASCII progress bar for each processed file (pull request by @svartkanin)* Added command-line options to specify your own client_id and client_secret* Now grive2 skips links, sockets, fifos and other unusual files* Various small build fixes === Grive2 v0.5 ===
* Much faster and more correct synchronisation using local modification time and checksum cache (similar to git index)
* Instead of crashing on sync exceptions Grive will give a warning and attempt to sync failed files again during the next run.
* Revision support works again. Grive 0.4.x always created new revisions for all files during sync, regardless of the absence of the --new-rev option.
* Shared files now sync correctly
=== Grive2 v0.4.2 ===