Closed imagesafari closed 8 years ago
--modules="subdir,subdir=/myfolder"
vb0: I know that works for mounting, but does it work for sync as well?
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.
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 .
Again, I know I can mount a subfolder. The question is can I limit what acd_cli syncs to a subfolder?
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.
This has already been requested in #338.
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.