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

feat(Storage): Create a feature to sync folders and files from Storage to Local Disk #1673

Open
lgmarchi opened this issue Jan 3, 2024 · 1 comment
Assignees
Labels
assigned 💻 feature 🔨 files 🗃️ Tickets that have to do with Files low priority Tickets here are not as important and can be finished at a later time

Comments

@lgmarchi
Copy link
Contributor

lgmarchi commented Jan 3, 2024

File Sync Functionality

  • Should allow us to choose a folder within uplink and have that folder replicated on the filesystem of the computer.

  • Should allow changing of files within uplink, or within the folder now on the computer’s filesystem to automatically detect changes and be kept in sync. (I.e. if we delete a file in uplink it should be deleted from the computer and if we delete a file from the computer, it should be deleted from uplink.)

  • All child files and folders should be kept in sync if the root level folder is set to sync locally.

  • You should be able to choose where to keep your uplink “sync” folder on your computer.

  • You should be able to share a folder that will be kept in sync with the recipients computer but they should not be allowed to make changes to the files and only read them. (If they have only read only-permissions)

  • You should be able to share a folder with another user and any modifications either end does to the folder should be kept in sync. (If they have read-write permissions).

  • Uplink should have some kind of watcher on the folder in question to automatically keep things in sync.

@lgmarchi lgmarchi added files 🗃️ Tickets that have to do with Files feature 🔨 labels Jan 3, 2024
@lgmarchi lgmarchi self-assigned this Jan 3, 2024
@lgmarchi lgmarchi changed the title Create a feature to sync folders and files from Storage to Local Disk feat(Storage): Create a feature to sync folders and files from Storage to Local Disk Jan 3, 2024
@lgmarchi
Copy link
Contributor Author

lgmarchi commented Jan 15, 2024

Need to investigate this open source project.

https://syncthing.net/

https://github.com/JayceFayne/syncthing-rs

@dariusc93 dariusc93 added the low priority Tickets here are not as important and can be finished at a later time label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned 💻 feature 🔨 files 🗃️ Tickets that have to do with Files low priority Tickets here are not as important and can be finished at a later time
Projects
Status: Backlog
Development

No branches or pull requests

3 participants