Изменения

Grive2

200 байтов добавлено, 20:32, 2 января 2016
м
Нет описания правки
* Grive2 can do two-side synchronization between the Google Drive and local directory: it can download and upload changed files, create new directories, and move deleted files to trash.
* Dry run: you can see what actions Grive2 wants to perform with your files without really performing them (--dry-run option).
* You can select a single subdirectory to sync with '-s subdir' option and or you can exclude some files from sync with '--ignore <regexp>' option. <regexp> has [http://perldoc.perl.org/perlre.html perl regexp syntax] and is matched against local relative path inside synced root directory. Note that --ignore / -s value is remembered by Grive so call <tt><nowiki>grive --ignore ''</nowiki></tt> if you want to sync the whole root after syncing a single subdirectory.
== Limitations ==
== TODO ==
* Implement some kind of git-like «index» for fast local change tracking
* (Maybe) Implement automatic move/rename detection
* (Maybe) Implement «daemon mode» for continuous sync without running grive many times
== Version History ==
=== Grive2 v0.4.2 5 (unreleased) === * Much faster and more correct synchronisation using local modification time and checksum cache (similar to git index)* force option works again === Grive2 v0.4.2 ===
* Option to exclude files by perl regexp
* Bug fixes
* Simple option to move/rename files and directories, via `grive -m oldpath newpath` (by Dylan Wulf, wulfd1@tcnj.edu)
 
Known issues:
* force option does not work as documented [https://github.com/vitalif/grive2/issues/51 #51]
=== Grive2 v0.4.1 ===