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/28 05:42] – rplecko | linux:owncloud:addfiles [2021/04/27 11:16] (current) – rplecko | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| First, find your data folder | First, find your data folder | ||
| - | |||
| < | < | ||
| + | |||
| find / -name config.php 2>/ | find / -name config.php 2>/ | ||
| + | |||
| </ | </ | ||
| - | Now //**cd**// to the folder | + | Now // |
| OwnCloud: | OwnCloud: | ||
| - | |||
| < | < | ||
| + | |||
| cd / | cd / | ||
| + | |||
| </ | </ | ||
| NextCloud: | NextCloud: | ||
| - | | + | |
| + | < | ||
| + | cd /mnt/ncdata | ||
| + | |||
| + | </ | ||
| Check the folder content | Check the folder content | ||
| Line 24: | Line 30: | ||
| < | < | ||
| ls -all | ls -all | ||
| + | |||
| </ | </ | ||
| Line 30: | Line 37: | ||
| < | < | ||
| mkdir testfolder | mkdir testfolder | ||
| + | |||
| </ | </ | ||
| Line 36: | Line 44: | ||
| < | < | ||
| find / -name " | find / -name " | ||
| + | |||
| </ | </ | ||
| Line 41: | Line 50: | ||
| OwnCloud: | OwnCloud: | ||
| + | |||
| < | < | ||
| cd / | cd / | ||
| + | |||
| </ | </ | ||
| NextCloud: | NextCloud: | ||
| - | | + | |
| + | < | ||
| + | cd / | ||
| + | |||
| + | </ | ||
| …and start occ to scan users folder | …and start occ to scan users folder | ||
| Line 52: | Line 67: | ||
| < | < | ||
| sudo -u www-data php occ files:scan --all | sudo -u www-data php occ files:scan --all | ||
| + | |||
| </ | </ | ||
| Line 72: | Line 88: | ||
| | 24076 | 150551 | 00: | | 24076 | 150551 | 00: | ||
| +---------+--------+--------------+ | +---------+--------+--------------+ | ||
| + | |||
| </ | </ | ||
| - | < | ||
| Now, the folder you have just created will appear in your web client... | Now, the folder you have just created will appear in your web client... | ||
| - | </ | + | |
| + | |||
linux/owncloud/addfiles.1588052525.txt.gz · Last modified: 2020/04/28 05:42 by rplecko
