Neeraj Gupta da9402de72 Change version
2023-10-23 21:45:20 +05:30
2023-10-23 21:44:28 +05:30
2023-10-23 21:45:20 +05:30
2023-10-21 14:56:13 +05:30
2023-10-18 17:52:41 +05:30
2023-10-21 14:28:19 +05:30
2023-10-21 14:54:13 +05:30
2023-09-14 13:03:20 +05:30
2023-10-18 12:17:30 +05:30
2023-10-18 17:53:43 +05:30
2023-10-21 14:56:13 +05:30
2023-10-21 14:30:37 +05:30
2023-10-21 14:56:13 +05:30
2023-10-21 14:26:32 +05:30

cli for exporting ente.io data

Install

You can either download the binary from the release page or build it yourself.

Build from source

 go build -o "bin/ente-cli" main.go

Getting Started

Run the help command to see all available commands.

ente-cli --help

Accounts

If you wish, you can add multiple accounts (your own and your family members) and export all using this tool.

  • Add an account

    ente-cli account add
    
  • List accounts

    ente-cli account list
    
  • Change export directory

    ente-cli account update --email yourEmail@example.com --dir ~/photos 
    

Export

  • Start export
    ente-cli export
    

Docker

Configure

Modify the docker-compose.yml and add volume. cli-data volume is mandatory, you can add more volumes for your export directory.

  • Build the docker image
docker build -t ente-cli:latest .
  • Start the container in detached mode
docker-compose up -d

exec into the container

  docker-compose exec ente-cli /bin/sh

How to directly execute the command

  docker run -it --rm ente-cli:latest ls 

Releases

Run the release script to build the binary and run it.

  ./release.sh
Description
🔒 End-to-end encrypted cloud for photos, videos and 2FA secrets.
Readme AGPL-3.0 609 MiB
Languages
Dart 59.6%
TypeScript 22.1%
Go 9.9%
Swift 2.3%
Rust 1.6%
Other 4.4%