git annex special remote for Google Drive
Project description
git-annex special remote for GoogleDrive
git-annex-remote-googledrive adds direct and fast support for Google Drive to git-annex and comes with some awesome new features.
Features
- exporttree remotes
- storing the credentials within the repository
- using different Google accounts simultaniously (even within the same repository)
- ... a lot more to come, see Issues
Installation
pip3 install git-annex-remote-googledrive
For Arch Linux, there is a package available in the AUR
Usage
-
Create a git-annex repository (walkthrough)
-
In the repository, run
git-annex-remote-googledrive setup
and follow the instructions to authenticate with your Google account. -
Add a remote for Google Drive. This example:
- Adds a git-annex remote called
google
- Uses 50MiB chunks
- Encrypts all chunks prior to uploading and stores the key within the annex repository
- Stores your files in a folder/prefix called
git-annex
:
- Adds a git-annex remote called
git annex initremote google type=external externaltype=googledrive prefix=git-annex chunk=50MiB encryption=shared mac=HMACSHA512
The initremote command calls out to GPG and can hang if a machine has insufficient entropy. To debug issues, use the --debug
flag, i.e. git-annex initremote --debug
.
Options
Options specific to git-annex-remote-googledrive
prefix
- The path to the folder that will be used for the remote. If it doesn't exist, it will be created.root_id
- Instead of the path, you can specify the ID of a folder. The folder must already exist. This will make it independent from the path and it will always be found by git-annex, no matter where you move it. Can also be used to access shared folders which you haven't added to "My Drive".token
- Path to the file in which the credentials were stored bygit-annex-remote-googledrive setup
. Default: token.jsonkeep_token
- Set toyes
if you would like to keep the token file. Otherwise it's removed during initremote. Default: no
General git-annex options
encryption
- One of "none", "hybrid", "shared", or "pubkey". See encryption.keyid
- Specifies the gpg key to use for encryption.mac
- The MAC algorithm. See encryption.exporttree
- Set toyes
to make this special remote usable by git-annex-export. It will not be usable as a general-purpose special remote.chunk
- Enables chunking when storing large files.
Using an existing remote (note on repository layout)
If you're switching from git-annex-remote-rclone or git-annex-remote-gdrive and already using the nodir
structure,
it's as simple as typing git annex enableremote <remote_name> externaltype=googledrive
. I decided not to
support other layouts anymore as there is really no reason to have subfolders. Google Drive requires us to traverse
the whole path on each file operation, which results in a noticeable performance loss
(especially during upload of chunked files). On the other hand, it's perfectly fine to have thousands of
files in one Google Drive folder as it doesn't event use a folder structure internally.
So if your remote has a layout with subfolders, use the migrator script. You can use the remote while migrating with the bash based git-annex-remote-gdrive
Choosing a Chunk Size
Choose your chunk size based on your needs. By using a chunk size below the maximum file size supported by your cloud storage provider for uploads and downloads, you won't need to worry about running into issues with file size. Smaller chunk sizes: leak less information about the size of file size of files in your repository, require less ram, and require less data to be re-transmitted when network connectivity is interrupted. Larger chunks require less round trips to and from your cloud provider and may be faster. Additional discussion about chunk size can be found here and here
Issues, Contributing
If you run into any problems, please check for issues on GitHub. Please submit a pull request or create a new issue for problems or potential improvements.
License
Copyright 2017 Silvio Ankermann. Licensed under the GPLv3.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file git-annex-remote-googledrive-0.11.tar.gz
.
File metadata
- Download URL: git-annex-remote-googledrive-0.11.tar.gz
- Upload date:
- Size: 26.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df8a6ffc74d1e909b13fde92c3773aabae0c30550ef5d3463748cd91201ad19b |
|
MD5 | 6c9bbe3eb36aa9a77a3505906815b081 |
|
BLAKE2b-256 | 0412e0fe4f69687dc0b2747cf6a2916f43f554e156bbe4467fdd8b5a90d4371e |
File details
Details for the file git_annex_remote_googledrive-0.11-py3-none-any.whl
.
File metadata
- Download URL: git_annex_remote_googledrive-0.11-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99761a921cb4f71560b3fa0314786ccb4e7f799acd57bda72d163603506d3d22 |
|
MD5 | 51291e26326254684a47a4ede3376d5c |
|
BLAKE2b-256 | a74f5626e5600ff5b7192267d49ac30d38f2a5ee2fb507bbb1e66ad5864ac9d8 |