开发者

How to restore from hotcopy backup in Trac

开发者 https://www.devze.com 2022-12-25 10:17 出处:网络
I have a hotcopy backup file from the trac sudo trac-admin /trac/projectname hotcopy /home/user/desktop/projctname.tracbkp

I have a hotcopy backup file from the trac

sudo trac-admin /trac/projectname hotcopy /home/user/desktop/projctname.tracbkp
开发者_JS百科

How do i restore this into another project says "projectName2"


Copy the projctname.tracbkp directory to, say, /trac/projectName2, tweak the conf/trac.ini file (looking for references to the old name and replacing them with the new one), and configure your webserver for the new location.

0

精彩评论

暂无评论...
验证码 换一张
取 消