代码搜索:rsync

找到约 206 项符合「rsync」的源代码

代码结果 206
www.eeworm.com/read/417108/11003405

testsuite readme.testsuite

automatic testsuite for rsync -*- text -*- We're trying to develop some more substantial tests to prevent rsync regressions. Ideally, all code changes or bug reports would come with an appropriate
www.eeworm.com/read/417108/11003271

sh runtests.sh

#! /bin/sh # Copyright (C) 2001, 2002 by Martin Pool # Copyright (C) 2003, 2004, 2005, 2006 Wayne Davison # This program is free software; you can redistribute it and/or modify # it
www.eeworm.com/read/417108/11003383

test hardlinks.test

#! /bin/sh # Copyright (C) 2002 by Martin Pool # This program is distributable under the terms of the GNU GPL (see # COPYING). # Test rsync handling of hardlinks. By default, rsync
www.eeworm.com/read/417108/11003408

test chmod-option.test

#! /bin/sh # Copyright (C) 2002 by Martin Pool # This program is distributable under the terms of the GNU GPL (see # COPYING). # Test that the --chmod option functions correctly. .
www.eeworm.com/read/417108/11003409

test duplicates.test

#! /bin/sh # Copyright (C) 2002 by Martin Pool # This program is distributable under the terms of the GNU GPL (see # COPYING). # Test rsync handling of duplicate filenames. # It'
www.eeworm.com/read/417108/11003423

test exclude.test

#! /bin/sh # Copyright (C) 2003, 2004, 2005 by Wayne Davison # This program is distributable under the terms of the GNU GPL (see # COPYING). # Test rsync handling of exclude/incl
www.eeworm.com/read/417108/11003427

test hands.test

#!/bin/sh # Copyright (C) 1998, 1999 by Philip Hands # Copyright (C) 2001, 2002 by Martin Pool # # This program is distributable under the terms of the GNU GPL (see C
www.eeworm.com/read/417108/11003673

in makefile.in

# Makefile for rsync. This is processed by configure to produce the final # Makefile prefix=@prefix@ datarootdir=@datarootdir@ exec_prefix=@exec_prefix@ bindir=@bindir@ mandir=@mandir@ LIBS=@LIBS@ C
www.eeworm.com/read/130620/14180577

bash deploy_dev_to_staging.bash

#!/bin/bash rsync 朼vrz 杄 ssh /home/widgets/staging/* widgets@staging.widgets.com:/home/widgets/staging
www.eeworm.com/read/423150/10583725

txt linux系统菜鸟入门学习系列之系统faq.txt

Linux系统菜鸟入门学习系列之系统FAQ 问:Linux系统中,有哪些主要的日志子系统?   答:连接时间日志由多个程序执行,把记录写到/var/log/wtmp和/var/run/utmp,并由login等程序更新wtmp和utmp文件,使系统管理员能够跟踪谁在何时登录到系统。   进程统计由系统内核执行。当一个进程终止时,为每个进程向进程统计文件(Pacct或acct ...