linux:owncloud:addfiles
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:owncloud:addfiles [2020/04/27 13:18] – rplecko | linux:owncloud:addfiles [2021/04/27 11:16] (current) – rplecko | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | === Manually add files to ownCloud | + | === Manually add files to OwnCloud / NextCloud |
| [[http:// | [[http:// | ||
| First, find your data folder | First, find your data folder | ||
| - | | + | < |
| - | + | ||
| - | Now //**cd**// to the folder | + | find / -name config.php 2>/ |
| - | cd / | + | |
| - | + | </ | |
| + | |||
| + | Now // | ||
| + | |||
| + | OwnCloud: | ||
| + | < | ||
| + | |||
| + | cd / | ||
| + | |||
| + | </ | ||
| + | |||
| + | NextCloud: | ||
| + | |||
| + | < | ||
| + | cd / | ||
| + | |||
| + | </ | ||
| Check the folder content | Check the folder content | ||
| - | | + | |
| - | + | < | |
| + | ls -all | ||
| + | |||
| + | </ | ||
| Find the users folder (cd again to it) find the files folder (cd again to it) and create a new folder within or move/copy files here | Find the users folder (cd again to it) find the files folder (cd again to it) and create a new folder within or move/copy files here | ||
| - | | + | |
| - | + | < | |
| + | mkdir testfolder | ||
| + | |||
| + | </ | ||
| Moving a file/folder (or creating a new folder) into ownCloud' | Moving a file/folder (or creating a new folder) into ownCloud' | ||
| - | | + | |
| - | + | < | |
| + | find / -name " | ||
| + | |||
| + | </ | ||
| Change to folder in which occ was discovered: | Change to folder in which occ was discovered: | ||
| - | | + | |
| - | + | OwnCloud: | |
| - | ...and start occ to scan users folder | + | |
| - | sudo -u www-data php occ files:scan --all | + | < |
| - | + | cd / | |
| + | |||
| + | </ | ||
| + | |||
| + | NextCloud: | ||
| + | |||
| + | < | ||
| + | cd / | ||
| + | |||
| + | </ | ||
| + | |||
| + | …and start occ to scan users folder | ||
| + | |||
| + | < | ||
| + | sudo -u www-data php occ files:scan --all | ||
| + | |||
| + | </ | ||
| this is how the output should look like | this is how the output should look like | ||
| + | |||
| < | < | ||
| root@owncloud:/ | root@owncloud:/ | ||
| Line 43: | Line 90: | ||
| </ | </ | ||
| - | | ||
| - | |||
| + | Now, the folder you have just created will appear in your web client... | ||
linux/owncloud/addfiles.1587993513.txt.gz · Last modified: 2020/04/27 13:18 by rplecko
