yadayada / acd_cli

An unmaintained command line interface and FUSE filesystem for Amazon (Cloud) Drive
Other
1.35k stars 165 forks source link

Feature request: Sync only a "folder" on ACD #454

Closed imagesafari closed 8 years ago

imagesafari commented 8 years ago

Perhaps this is already possible and I just can't find it. I've got 2TB+ of backup data on ACD, but I'd like to mount only one top level directory, and not sync the whole thing.

If there is already a way to do this, please let me know! :)

Thanks.

vb0 commented 8 years ago

--modules="subdir,subdir=/myfolder"

imagesafari commented 8 years ago

vb0: I know that works for mounting, but does it work for sync as well?

vb0 commented 8 years ago

Brain freeze sorry, I read only " I'd like to mount only one top level directory" :-)

I don't know how/if that can be done - and especially with sync becoming throttled/getting interrupted this could be a very useful feature if you have tons and tons of files outside your normal acd_cli fuse mount.

tintop2k commented 8 years ago

Yes, the command is detailed here https://acd-cli.readthedocs.io/en/latest/FUSE.html

A non-root folder may be mounted similarly, by

acd_cli -nl mount --modules="subdir,subdir=/folder" path/to/mountpoint

On Sat, Oct 22, 2016 at 8:52 PM Jon Anhold notifications@github.com wrote:

Perhaps this is already possible and I just can't find it. I've got 2TB+ of backup data on ACD, but I'd like to mount only one top level directory, and not sync the whole thing.

If there is already a way to do this, please let me know! :)

Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yadayada/acd_cli/issues/454, or mute the thread https://github.com/notifications/unsubscribe-auth/AQTBhPk2CtuJaX8YKrEdtx_SGSIrCZgXks5q2mlugaJpZM4Kd9CK .

imagesafari commented 8 years ago

Again, I know I can mount a subfolder. The question is can I limit what acd_cli syncs to a subfolder?

philipp-spiess commented 8 years ago

The initial syncing takes forever if you have a lot of data on ACD that you don't want to access via the CLI. I use Arq to backup my devices which results in a lot of files.

I think this can be avoided by only syncing part of the files that are on ACD into the cache. I would love to see this happen.

yadayada commented 8 years ago

This has already been requested in #338.