aboutsummaryrefslogtreecommitdiff
path: root/cmd/restore.go
Commit message (Collapse)AuthorAge
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* cmd/restore: skip non existent directories in backup archive (#4413)Unknwon2017-06-25
|
* restore: create data directory before restoring data files (#4413)Unknwon2017-06-08
|
* restore: reset table sequences for PostgreSQL (#4357)Unknwon2017-05-21
|
* cmd/update: fix typo (#4492)rouzier2017-05-17
|
* Refactoring: rename modules -> pkgUnknwon2017-04-04
| | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory
* cmd: able to backup and restoreUnknwon2017-02-27
Not very robust, must execute under correct workdir. Addresses #2072, #3708, #648