為了遊戲而生的版本備份腳本 XD - Linux

Table of Contents

為了方便玩nethack,我搞了個備份程式,越搞越大就變成一個簡易的版本

「備份」軟體了。目前先放pastebin,等之後研究好git後會再丟github

請享用,順便debug XD

http://pastebin.com/TcteBrk3

目前計畫就僅止於debug以及利用busybox放到win上跑。


先說一下功能。
其實功能很簡單:
1. 備份、復原指定檔案
2. 可以加註解
3. 雜七雜八小特性

對於寫小程式的人也不錯用。沒事備份一下,而不會搞個
prog-1.c
prog-2.c
prog-3.c
......
到最後連差異在哪都忘了。


--

All Comments

Kumar avatarKumar2014-02-08
這功能跟git本身有哪些不同?
Odelette avatarOdelette2014-02-09
git可用local repo. 可local commit. 不用server.
Franklin avatarFranklin2014-02-13
git 本來就設計不用 server 阿..