由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - 请推荐windows远程同步/下载 软件
相关主题
putty/psftp有什么好的替代软件?ubuntu下怎么sync and backup files ?
哪个推荐一下linux下好用的ssh2工具?哪位有一个比较靠谱的rsync+ssh的Tutorial
strange behavior about chmod 777 -Rrsync question
transfer a tar.gz file from Linux server to win7 desktop (转载)请问文件同步备份,rsync的不足
scp 选择性的转移某些文件,怎么操作?如何利用rsync实现类似dropbox的功能?
cygwin 居然可以 rsync怎么让别人看到主页folder下的文件
cygwin 居然可以 rsynchow to check disk usage per user?
rsync 20G的home directory要多长时间tar question
相关话题的讨论汇总
话题: rsync话题: windows话题: 远程话题: files
进入Linux版参与讨论
1 (共1页)
b*****s
发帖数: 12
1
我想备份远程linux服务器的大量文件到本地硬盘上(windows 系统),需要用ssh 登录
连接,试了一些软件 如winscp, 发现文件的时间与远程文件一致,但是所有的目录,
子目录的时间都是新建时间,与远程目录不同。
有没有什么软件可以保持备份或同步的目录时间一样的?要求能用ssh远程登录
谢谢
c*********k
发帖数: 4747
2
syncback

【在 b*****s 的大作中提到】
: 我想备份远程linux服务器的大量文件到本地硬盘上(windows 系统),需要用ssh 登录
: 连接,试了一些软件 如winscp, 发现文件的时间与远程文件一致,但是所有的目录,
: 子目录的时间都是新建时间,与远程目录不同。
: 有没有什么软件可以保持备份或同步的目录时间一样的?要求能用ssh远程登录
: 谢谢

b*****s
发帖数: 12
3
Thanks for your recommendation. I just tested syncback. However, it is the
same: all directories and sub-directories have the current time, not the
original time shown on the sever.
v*****r
发帖数: 1119
4
rsync --times ....
v*****r
发帖数: 1119
5
If using windows, you will need to install cygwin to use rsync
b*****s
发帖数: 12
6
Thank you, vbitter.
I know many sync/backup software can keep the same creation date/time for
the files, but not for the folders/directories.
If possible, please help me check "rsync --times" can keep the original
creation date/time for the folders/directories. I need to backup a lot of
data files and the origianl folder creation
date is important to me.
v*****r
发帖数: 1119
7
I never use rsync on windows, but here are the steps you could follow:
http://www.trueblade.com/knowledge/using-rsync-and-cygwin-to-sync-files-from-a-linux-server-to-a-windows-notebook-pc
Using rsync and cygwin to Sync Files from a Linux Server to a Windows
Notebook PC
.........
1 (共1页)
进入Linux版参与讨论
相关主题
tar questionscp 选择性的转移某些文件,怎么操作?
问个弱问题cygwin 居然可以 rsync
A simple Bash question about changing directorycygwin 居然可以 rsync
ext3 format, how to set folders undeletable, files are writable?rsync 20G的home directory要多长时间
putty/psftp有什么好的替代软件?ubuntu下怎么sync and backup files ?
哪个推荐一下linux下好用的ssh2工具?哪位有一个比较靠谱的rsync+ssh的Tutorial
strange behavior about chmod 777 -Rrsync question
transfer a tar.gz file from Linux server to win7 desktop (转载)请问文件同步备份,rsync的不足
相关话题的讨论汇总
话题: rsync话题: windows话题: 远程话题: files