aboutsummaryrefslogtreecommitdiff
path: root/cmd/backup.go
Commit message (Collapse)AuthorAge
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* backup: use datetime string as default archive nameUnknwon2017-05-29
| | | | Because unix timestamp is not very human readable.
* 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/backup: able to specify archive name (#4320)Unknwon2017-03-23
| | | | Added flag '--archive-name' for backup command.
* cmd: able to backup and restoreUnknwon2017-02-27
Not very robust, must execute under correct workdir. Addresses #2072, #3708, #648