Is your feature request related to a problem? Please describe.
I am trying to use 'onedrive' to backup my local data. I expect it to upload files to the remote, or, if they where deleted locally, remove them from the remote. This should be done without requiring a continuous monitoring of the local machine.
Describe the solution you'd like
I request to add a suitable configuration/command line flag that will allow users to make the remote identical to the local data, regardless of the fact that the client has lost memory of what is in sync.
Describe alternatives you've considered
I tried to use:
onedrive --local-first --upload-only --syncdir /root_folder/ --single-directory ./folderA/ --sync
Upload works fine. But local deletes are not applied to the remote.
Additional context
This request follows the discussion in:
#1496
Is your feature request related to a problem? Please describe.
I am trying to use 'onedrive' to backup my local data. I expect it to upload files to the remote, or, if they where deleted locally, remove them from the remote. This should be done without requiring a continuous monitoring of the local machine.
Describe the solution you'd like
I request to add a suitable configuration/command line flag that will allow users to make the remote identical to the local data, regardless of the fact that the client has lost memory of what is in sync.
Describe alternatives you've considered
I tried to use:
onedrive --local-first --upload-only --syncdir /root_folder/ --single-directory ./folderA/ --sync
Upload works fine. But local deletes are not applied to the remote.
Additional context
This request follows the discussion in:
#1496