FoolFuuka: Difference between revisions

From Bibliotheca Anonoma
No edit summary
No edit summary
Line 5: Line 5:
* [[FoolFuuka/Install/Debian|Installing on Debian Jessie]]
* [[FoolFuuka/Install/Debian|Installing on Debian Jessie]]
* [[FoolFuuka/Install/Ubuntu16|Installing on Ubuntu 16.04 LTS]]
* [[FoolFuuka/Install/Ubuntu16|Installing on Ubuntu 16.04 LTS]]
== Backups ==
FoolFuuka/Asagi is notorious for their large and unwieldy database. We use this command to do daily and weekly dumps without getting locking problems.
{{bc|
mysqldump -u $DB_user -h $DB_host -p$DB_pass --opt --single-transaction --quick --lock-tables=false $DB $t | gzip > $DIR/$DB-$t.sql.gz
}}

Revision as of 14:52, 12 November 2017

FoolFuuka is a PHP web viewer paired with the Asagi archiver. It was developed by the FoolCode team who originally made this fork for archive.foolz.us. Currently, it is maintained by 4plebs.

Installation

Backups

FoolFuuka/Asagi is notorious for their large and unwieldy database. We use this command to do daily and weekly dumps without getting locking problems.

 gzip > $DIR/$DB-$t.sql.gz