Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Special Handling home libraries #45

Open
AkazaRenn opened this issue Nov 9, 2023 · 2 comments
Open

Special Handling home libraries #45

AkazaRenn opened this issue Nov 9, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@AkazaRenn
Copy link
Contributor

AkazaRenn commented Nov 9, 2023

Currently even if we had added any of the home libraries (e.g. $HOME/Pictures), in the cloud they are still saved to a folder deeply buried in [cloud save path]/home/deck/Pictures, while I would want them to be in the root of the cloud drive instead. To implement that, we need:

  • A toggle to enable Sync Home Libraries
  • It only does incremental uploads, no download, to avoid users dumping the whole cloud drive into Deck
  • Once enabled, $HOME/Pictures, $HOME/Videos and $HOME/Documents will be uploaded to /Pictures, /Videos, and /Documents in cloud drive respectively, ignoring cloud_destination
  • The folders mentioned above can be disabled from syncing by adding them into the exclude list
@AkazaRenn
Copy link
Contributor Author

I can check if you are happy with the idea 😃

@GedasFX
Copy link
Owner

GedasFX commented Nov 9, 2023

Looking at this, it looks like its achievable by making multiple sync attempts. If we do add this I know for a fact there will be another issue to allow customizing of the destination folder (and inevitable bisync request). If you can support the ability to rename destination folders, I'd gladly accept this feature!

@GedasFX GedasFX added the enhancement New feature or request label Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants