How to sync only some but not all folders using sync_list ? #2446
|
Thank you so much for creating this client! I have many files on my OneDrive and tools like this make migration and maintenance of the cloud storage a lot easier. However, I still have a few problems as a newbie. They prevent me from using it correctly. How can I correctly sync only a few folders? I reinstalled the client. (Purged everything beforhand, also removed symlinks I found in I reinstalled it because I had systemctl running and my SSD was too small... I have always done everything the way it was explained on this page for my Linux Mint 21 system: https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2204 More about my system: This time, immediately after my new installation and before doing any "--synchronize" command, I created a sync_list file in If I try to run I have also tried putting --resync in front of --synchronized. I also had the problem of the systemd service randomly starting (inspite of using I thought maybe the problem was "Config file found in config path = false" in the config, but, then again, it seems to know the folders I specified in the sync_list when the service is run in the background. The manual calls are the things that I don't get to work. I only want to sync manually with the --synchronize command and maybe via the --monitor command. Maybe someone on here can explain to me how to use it correctly, because I've spent days trying to configure it, but I'm too much of a Linux novice, unfortunately. |
Replies: 2 comments 2 replies
|
Please can you re-read the documentation more carefully, as this is your issue: You are using |
|
@noobyprogrammer |
@noobyprogrammer
Please can you re-read the documentation more carefully, as this is your issue:
You are using
sudowhich you should not be using - as this elevates your user to 'root' - running the application as 'root' not the user you want to run the application as. Please stop addingsudoto your command line as it is not required.