This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
hstarwiki:cust:gen:linux2 [2017-11-22 T 19:25] admin [Knoppix Cheat codes] |
hstarwiki:cust:gen:linux2 [2018-02-28 T 00:44] (current) admin [Own cloud] |
||
---|---|---|---|
Line 344: | Line 344: | ||
Once the service is removed, you may run MediaTomb using the following command in the terminal. | Once the service is removed, you may run MediaTomb using the following command in the terminal. | ||
* $mediatomb | * $mediatomb | ||
- | ==== Own cloud ==== | ||
- | Centos instructions: | ||
- | ===System info=== | ||
- | Owncloud is usually located in: | ||
- | * / | ||
- | * / | ||
- | For some good system info see this file: | ||
- | \\ / | ||
- | \\ This will help with finding what sql version you have | ||
- | ===Backup and restore === | ||
- | Need to backup in the own cloud folder | ||
- | * /config | ||
- | * /data | ||
- | * The data base (see below) | ||
- | More details: | ||
- | * Backup: https:// | ||
- | * Restore: https:// | ||
- | ===Database=== | ||
- | Here are mysql instructions for backing up: | ||
- | * $mysqldump --single-transaction -h [server] -u [username] -p[password] [db_name] > owncloud-dbbackup_`date +" | ||
- | | ||
==== SSHFS ==== | ==== SSHFS ==== |