我有一个构建服务器,它可以用一个连续的构建方法来构建我们的产品。构建用户名为build
(我知道:-),它使用的大多数数据都是从git和svn中获取的,包括构建器代码本身,但是有几个配置文件像我们的作业列表一样,还有几个在没有真正备份的情况下悬空。
目前,我已经将它们放在一台服务器上的私有git上,我们有3台活动服务器。
我的问题是,我是否可以在ext4 (ubuntu12.04lts)上激活主目录根目录的12小时快照(其余部分不需要)?我知道solaris曾经有“回到过去的时间”的能力,在一个星期左右的时间里实时拍摄5-10分钟的小照片,非常酷:-)我想知道它是否存在于ext4中,以及如何使用它?
发布于 2013-11-04 07:52:34
回到过去是一个简单的Linux备份工具(GNOME & KDE4)。您只需要指定三件事:在哪里保存快照,备份和备份频率(手动,每小时,每天,每个月)
检查一下项目网站。它基本上能做你想做的一切。
您可以使用以下工具的命令行选项:
backintime [ --backup | --backup-job |
--snapshots-path |
--snapshots-list | --snapshots-list-path |
--last-snapshot | --last-snapshot-path
--help | --version | --license]
-b, –backup: take a snapshot now (if needed)
–backup-job – take a snapshot (if needed) depending on schedule rules (used for cron jobs).
–snapshots-path: display the path where is saves the snapshots (if configured)
–snapshots-list: display the list of snapshot IDs
–snapshots-list-path: display the path to snapshot
–last-snapshot: display last snapshot ID
–last-snapshot-path: display the path to the last snapshot
-h, –help: show a small help
-v, –version: show version
–license: show license
https://askubuntu.com/questions/370849
复制相似问题