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:39] – 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 / | ||
| + | |||
| + | </ | ||
| Check the folder content | Check the folder content | ||
| Line 23: | Line 30: | ||
| < | < | ||
| ls -all | ls -all | ||
| + | |||
| </ | </ | ||
| Line 29: | Line 37: | ||
| < | < | ||
| mkdir testfolder | mkdir testfolder | ||
| + | |||
| </ | </ | ||
| Line 35: | Line 44: | ||
| < | < | ||
| find / -name " | find / -name " | ||
| + | |||
| </ | </ | ||
| Change to folder in which occ was discovered: | Change to folder in which occ was discovered: | ||
| + | |||
| + | OwnCloud: | ||
| < | < | ||
| cd / | cd / | ||
| + | |||
| + | </ | ||
| + | |||
| + | NextCloud: | ||
| + | |||
| + | < | ||
| + | cd / | ||
| + | |||
| </ | </ | ||
| Line 47: | Line 67: | ||
| < | < | ||
| sudo -u www-data php occ files:scan --all | sudo -u www-data php occ files:scan --all | ||
| + | |||
| </ | </ | ||
| Line 67: | 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.1588052366.txt.gz · Last modified: 2020/04/28 05:39 by rplecko
