How can I check what Nextcloud user is active
-
Did you ever try what i suggested?
https://mangolassi.it/topic/16565/how-can-i-check-what-nextcloud-user-is-active/19 -
@dafyre said in How can I check what Nextcloud user is active:
Do your NGINX logs show anything hitting port 80 or 443 in the log files for that server that looks out of the ordinary?
Nginx access.log only shows traffic from the office addresses, generally.
-
@momurda said in How can I check what Nextcloud user is active:
Did you ever try what i suggested?
https://mangolassi.it/topic/16565/how-can-i-check-what-nextcloud-user-is-active/19Honestly no. I totally missed the post somehow.
-
@jaredbusch said in How can I check what Nextcloud user is active:
@momurda said in How can I check what Nextcloud user is active:
Did you ever try what i suggested?
https://mangolassi.it/topic/16565/how-can-i-check-what-nextcloud-user-is-active/19Honestly no. I totally missed the post somehow.
grep PUT ssl_access_log
And suspect located. /sigh
-
@jaredbusch said in How can I check what Nextcloud user is active:
@jaredbusch said in How can I check what Nextcloud user is active:
@momurda said in How can I check what Nextcloud user is active:
Did you ever try what i suggested?
https://mangolassi.it/topic/16565/how-can-i-check-what-nextcloud-user-is-active/19Honestly no. I totally missed the post somehow.
grep PUT ssl_access_log
And suspect located. /sigh
Ah... So what did you find?
-
Sorry was summoned to help the 8yo get on the Nintendo switch with her friend.
[root@owncloud DUMBUSER]# du -h --max-depth=1 | sort -hr 26G . 13G ./files 12G ./files_versions 942M ./files_trashbin 353M ./uploads 0 ./cache
-
[root@proxy ~]# tail /var/log/nginx/access.log -f | grep DUMBUSER 71.81.142.133 - DUMBUSER [13/Apr/2018:16:32:41 -0500] "PUT /owncloud/remote.php/dav/uploads/DUMBUSER/3860036260/00000015 HTTP/1.1" 201 0 "-" "Mozilla/5.0 (Windows) mirall/2.3.3 (build 1) (Nextcloud)" "-" 71.81.142.133 - DUMBUSER [13/Apr/2018:16:32:41 -0500] "PROPFIND /owncloud/remote.php/dav/files/DUMBUSER/ HTTP/1.1" 207 525 "-" "Mozilla/5.0 (Windows) mirall/2.3.3 (build 1) (Nextcloud)" "-" 71.81.142.133 - DUMBUSER [13/Apr/2018:16:32:48 -0500] "PUT /owncloud/remote.php/dav/uploads/DUMBUSER/3860036260/00000016 HTTP/1.1" 201 0 "-" "Mozilla/5.0 (Windows) mirall/2.3.3 (build 1) (Nextcloud)" "-" 71.81.142.133 - DUMBUSER [13/Apr/2018:16:32:56 -0500] "PUT /owncloud/remote.php/dav/uploads/DUMBUSER/3860036260/00000017 HTTP/1.1" 201 0 "-" "Mozilla/5.0 (Windows) mirall/2.3.3 (build 1) (Nextcloud)" "-" 71.81.142.133 - DUMBUSER [13/Apr/2018:16:33:03 -0500] "PUT /owncloud/remote.php/dav/uploads/DUMBUSER/3860036260/00000018 HTTP/1.1" 201 0 "-" "Mozilla/5.0 (Windows) mirall/2.3.3 (build 1) (Nextcloud)" "-" 71.81.142.133 - DUMBUSER [13/Apr/2018:16:33:10 -0500] "PUT /owncloud/remote.php/dav/uploads/DUMBUSER/3860036260/00000019 HTTP/1.1" 201 0 "-" "Mozilla/5.0 (Windows) mirall/2.3.3 (build 1) (Nextcloud)" "-"
-
-
How his home internet is not puking is a mystery.
-
Outlook
archive.pst
continually trying to sync because when outlook is open the file is continually "updated" even when nothing is added. -
@jaredbusch said in How can I check what Nextcloud user is active:
Outlook
archive.pst
continually trying to sync because when outlook is open the file is continually "updated" even when nothing is added.When you set up nextcloud desktop client do you have it ignore pst files?
-
No idea why user made an archive file as they have been told that it will NOT be backed up.
Added an exclusion for
archive.pst
and now just waiting on the Nextcloud client to resync. I hate this process. you think it could keep a hash on folders or something instead of always needing to check each file.
-
@black3dynamite said in How can I check what Nextcloud user is active:
@jaredbusch said in How can I check what Nextcloud user is active:
Outlook
archive.pst
continually trying to sync because when outlook is open the file is continually "updated" even when nothing is added.When you set up nextcloud desktop client do you have it ignore pst files?
No, because they don't need to be making them.
And oncereminded that they will not be backed up, they always ask us to put it back into their mailbox.
-
@scottalanmiller said in How can I check what Nextcloud user is active:
That's a lot of updates over the years!
And now upgrading to 20.0.7. Still the original installed CentOS 7 base system.