G**********d 发帖数: 249 | 1 【 以下文字转载自 Hardware 讨论区 】
发信人: GenesisDavid (David), 信区: Hardware
标 题: 请为家用服务器推荐一个备份的软件
发信站: BBS 未名空间站 (Tue May 24 23:30:38 2011, 美东)
我现在是用外接硬盘备份,但是基本上是一个月备份一次。如果硬盘出现故障的话,那
么有可能失去一
个月的文件和数据。所以我打算在家用server里装一个山寨版的dropbox,这样一来可
以保证每天都
即时备份文件,还可以在不同的电脑间同步。
我的服务器是装的debian,貌似比较流行的同步和备份软件是rsync。这个软件怎么样
?有没有好一点
的windows GUI frontend推荐?
rsync的工作原理是怎样的?我大概读了一下介绍,它似乎只是个比较高级的scp。可以做
incremental copy,但是没有加密。它有没有像SVN那样的服务器端的repo?如果没有
的话,那么
假设两台电脑上的数据不一样的时候,它怎么决定谁是最新的? | N****w 发帖数: 21578 | 2 unison 吧
凑合用,手工备份
【在 G**********d 的大作中提到】 : 【 以下文字转载自 Hardware 讨论区 】 : 发信人: GenesisDavid (David), 信区: Hardware : 标 题: 请为家用服务器推荐一个备份的软件 : 发信站: BBS 未名空间站 (Tue May 24 23:30:38 2011, 美东) : 我现在是用外接硬盘备份,但是基本上是一个月备份一次。如果硬盘出现故障的话,那 : 么有可能失去一 : 个月的文件和数据。所以我打算在家用server里装一个山寨版的dropbox,这样一来可 : 以保证每天都 : 即时备份文件,还可以在不同的电脑间同步。 : 我的服务器是装的debian,貌似比较流行的同步和备份软件是rsync。这个软件怎么样
| S*A 发帖数: 7142 | 3 如果数据不是很大的话可以直接 git.
【在 G**********d 的大作中提到】 : 【 以下文字转载自 Hardware 讨论区 】 : 发信人: GenesisDavid (David), 信区: Hardware : 标 题: 请为家用服务器推荐一个备份的软件 : 发信站: BBS 未名空间站 (Tue May 24 23:30:38 2011, 美东) : 我现在是用外接硬盘备份,但是基本上是一个月备份一次。如果硬盘出现故障的话,那 : 么有可能失去一 : 个月的文件和数据。所以我打算在家用server里装一个山寨版的dropbox,这样一来可 : 以保证每天都 : 即时备份文件,还可以在不同的电脑间同步。 : 我的服务器是装的debian,貌似比较流行的同步和备份软件是rsync。这个软件怎么样
| d********g 发帖数: 10550 | 4 给你来个高级的
http://obmem.info/?p=769
【在 G**********d 的大作中提到】 : 【 以下文字转载自 Hardware 讨论区 】 : 发信人: GenesisDavid (David), 信区: Hardware : 标 题: 请为家用服务器推荐一个备份的软件 : 发信站: BBS 未名空间站 (Tue May 24 23:30:38 2011, 美东) : 我现在是用外接硬盘备份,但是基本上是一个月备份一次。如果硬盘出现故障的话,那 : 么有可能失去一 : 个月的文件和数据。所以我打算在家用server里装一个山寨版的dropbox,这样一来可 : 以保证每天都 : 即时备份文件,还可以在不同的电脑间同步。 : 我的服务器是装的debian,貌似比较流行的同步和备份软件是rsync。这个软件怎么样
| l*******G 发帖数: 1191 | 5 my suggestions:
cwrsync server on windows machines
rsnapshot (with crontab) on a unix server to back up all data from windows
machines with cwrsync server installed to the unix server disk. Unix server
it self can be also backedup with rsnapshot. It can be set to have daily,
weekly or monthly updates and it will only back up differences made.
Note that cwrsync uses cygwin and can not support non-english root folder
names. For example E:\english\文件夹 is good, yet E:\中文\文件夹is not good. Another thing is that if windows machine is using NTFS, then make sure the cwrsync service is run by local system user, or make sure the folders to be backed up is accessible (right click->property->security) to the user who's running cwrsync service in the background (usually SvrCWRSYNC).
Finally, if you install samba server on the linux server as well, then you can make the backed up files be shared through samba, such that you'll be able to browse the backup on any machine (nice, but may not be secure if you are backing up sensitive data. You could of cause set up samba to request password to browse it).
More help:
http://www.stillnetstudios.com/snapshot-backups-howto/
http://www.rsnapshot.org/howto/ |
|