kuribo
September 13, 2023, 2:00pm
1
Hi…
I Install NextCloud Client on Linux Server and overt command below I can rsync files, but I need every time to enter command belowe for rsync files.
How NextCloud do this automatic on every change in folder to make rsync
Command:
nextcloudcmd --non-interactive /var/www/webpage/ http://user:password@192.168.1.10
just
September 13, 2023, 11:40pm
2
Rsync is not supported by nextcloud. That is why you have to manually scan. It is not an automatic action unless you use webdav or regular Nextcloud clients.
kuribo
September 14, 2023, 7:45am
3
Hi and thx for ansver Just.
I have installed Ubuntu Server and I am install NextCloud client with next command line: “sudo apt install nextcloud-client”
and all work good except automatic synchronization files between Ubuntu Server and NextCloud server.
NextCloud App which I install on PC work good and automatic synchronization work perfect.
NextCloud Client on linux server ubuntu can not automatic synchronization files from specify folder ?