代码搜索:rsync

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

代码结果 206
www.eeworm.com/read/458682/7291669

sh nightly-backup.sh

#!/bin/bash # nightly-backup.sh # http://www.richardneill.org/source.php#nightly-backup-rsync # Copyright (c) 2005 Richard Neill <backup@richardneill.org>. # This is Free Software licensed under
www.eeworm.com/read/478695/6713178

v switchasyncfifo.v

// // Module SwitchAsyncFIFO // // the differences between this FIFO and the general one are listed below // 1. because there is no any write and read acknowledgements, the user should take advanta
www.eeworm.com/read/417108/11003313

c acls.c

/* * Handle passing Access Control Lists between systems. * * Copyright (C) 1996 Andrew Tridgell * Copyright (C) 1996 Paul Mackerras * Copyright (C) 2006-2008 Wayne Davison * * This program is
www.eeworm.com/read/417108/11003390

test fuzzy.test

#! /bin/sh # Copyright (C) 2005 by Wayne Davison # This program is distributable under the terms of the GNU GPL (see # COPYING). # Test rsync handling of the --fuzzy option. . "
www.eeworm.com/read/417108/11003454

mnt-excl

#!/usr/bin/perl -w # This script takes a command-line arg of a source directory # that will be passed to rsync, and generates a set of excludes # that will exclude all mount points from the list. Thi
www.eeworm.com/read/417108/11003655

gitignore .gitignore

*.[oa] *~ dummy ID Makefile Makefile.old configure.sh configure.sh.old config.cache config.h config.h.in config.h.in.old config.log config.status /proto.h /proto.h-tstamp /rsync.1 /rsyncd.conf.5 /auto
www.eeworm.com/read/417108/11003376

test devices.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 devices. This can only run i
www.eeworm.com/read/417108/11003395

test batch-mode.test

#! /bin/sh # Copyright (C) 2004 by Chris Shoemaker # This program is distributable under the terms of the GNU GPL (see # COPYING). # Test rsync's --write-batch and --read-batc
www.eeworm.com/read/417108/11003417

test missing.test

#! /bin/sh # This program is distributable under the terms of the GNU GPL (see # COPYING). # Test three bugs fixed by my redoing of the missing_below logic. . $srcdir/testsuite/rsync.fns makepath
www.eeworm.com/read/417108/11003455

rrsync

#!/usr/bin/perl # Name: /usr/local/bin/rrsync (should also have a symlink in /usr/bin) # Purpose: Restricts rsync to subdirectory declared in .ssh/authorized_keys # Author: Joe Smith