User Tools

Site Tools


nextcloud_information

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
nextcloud_information [2025/02/21 07:25] mikenextcloud_information [2025/04/19 21:50] (current) mike
Line 83: Line 83:
  
 Bounce nextcloud (docker restart nextcloud-app) after any/all config edits. Bounce nextcloud (docker restart nextcloud-app) after any/all config edits.
 +
 +=== Bulk actions in Nextcloud ===
 +In this example, we are deleting multiple users.
 +
 +Create a text file listing the accounts to be deleted, one per line.
 +
 +Execute the following command, referencing the just-created file:
 +  for i in $(cat users_to_del.txt); do occ user:delete $i; done
 +
  
nextcloud_information.1740151553.txt.gz · Last modified: 2025/02/21 07:25 by mike

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki