Giter VIP home page Giter VIP logo

Comments (10)

skirmess avatar skirmess commented on May 30, 2024 7

I think a better solution would be to offer a push and a pull command instead of a sync command. That's what odeke-em/drive did for Google Drive.

from dbxcli.

khalwat avatar khalwat commented on May 30, 2024 5

FWIW, the awscli offers a similar sync functionality to what is being proposed here:

http://docs.aws.amazon.com/cli/latest/reference/s3/sync.html

from dbxcli.

grantseltzer avatar grantseltzer commented on May 30, 2024 3

We may be able to just add a --sync flag to the put command. #54, if it gets merged, will add multiple arguments to put as well.

from dbxcli.

rofrol avatar rofrol commented on May 30, 2024 2

Try rclone #60 (comment)

from dbxcli.

Luzifer avatar Luzifer commented on May 30, 2024 1

It should behave like rsync does. Checking which files to upload and then upload them.

Like I was doing a rsync --checksum local/folder/ dropbox://folder/inside/dropbox/ or vice versa…

from dbxcli.

igrep avatar igrep commented on May 30, 2024 1

I also want this feature because my Dropbox account has so many files that the desktop app can't handle well (over 700k files).
With this feature, I can synchronize the folders only when needed, disabling synchronizing folders with many files but infrequently updated (and I want to have the contents both at the local and remote).

from dbxcli.

shadiakiki1986 avatar shadiakiki1986 commented on May 30, 2024 1

I created dbxcli-extras as a CLI that calls dbxcli to solve this and sync a local directory to a dropbox directory.

from dbxcli.

grantseltzer avatar grantseltzer commented on May 30, 2024

What exactly would happen if I execute sync? Upload all files from source to destination? Or am I misinterpreting your proposal?

from dbxcli.

hut8 avatar hut8 commented on May 30, 2024

A command called sync, to me, would also download each of the files that are missing locally. But then there's the issue of conflicts. How would you be able to figure out whether the local version or the remote version should be the one that gets uploaded? This seems like it would get into the territory of the official dropbox client, which continually syncs things to get closer to avoiding that problem.

from dbxcli.

tashrifbillah avatar tashrifbillah commented on May 30, 2024

Hi all,

dbxcli put search brought me here. So, I am just putting in an example command for uploading files that I figured:

dbxcli put myfile /myfolder/myfile

  • I had to create myfolder in my dropbox account first
  • Specification of the last myfile was necessary

Then, follow the instruction on the command line for authentication. I hope it helps folks like me reaching here.

from dbxcli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.