User Tools

Site Tools


linux:owncloud:addfiles

This is an old revision of the document!


Manually add files to ownCloud

http://bartsimons.me/manually-add-files-to-owncloud/

First, find your data folder

find / -name config.php 2>/dev/null | while read line ; do cat "$line" | grep " 'datadirectory'" ; done

Now cd to the folder

cd /var/www/owncloud/data
linux/owncloud/addfiles.1587991871.txt.gz · Last modified: 2020/04/27 12:51 by rplecko