/freebsd/tools/test/stress2/misc/ |
H A D | msdos21.sh | 9 [ -f "`which rsync`" ] || exit 0 18 rsync -r /usr/src/lib/libsysdecode $FS 19 rsync -r /usr/src/lib/libsysdecode $FS 20 rsync -r /usr/src/lib/libsysdecode $FS
|
H A D | rsync3.sh | 9 # tmpfs version of rsync.sh 15 [ -f "`which rsync`" ] || exit 0 27 rsync -avrq /usr/src/sys $mntpoint/usr/src; s=$? 29 rsync -avrq /usr/src/sys $mntpoint/usr/src; s=$?
|
H A D | rsync2.sh | 12 rsync -r /usr/src/lib/libsysdecode $FS 13 rsync -r /usr/src/lib/libsysdecode $FS 14 rsync -r /usr/src/lib/libsysdecode $FS
|
H A D | rsync.sh | 13 [ -f "`which rsync`" ] || exit 0 27 rsync -avrq /usr/src/sys $mntpoint/usr/src; s=$? 30 rsync -avrq /usr/src/sys $mntpoint/usr/src; s=$?
|
/freebsd/contrib/unifdef/scripts/ |
H A D | upload.sh | 16 rsync --recursive --links --delete .git/ chiark:public-git/unifdef.git/ 17 rsync --recursive --links web/ chiark:public-html/prog/unifdef/
|
/freebsd/sbin/dump/ |
H A D | dump.8 | 259 Be rsync-friendly. 262 These scattered changes significantly slow down rsync or 267 rsync to be much more efficient when transferring a dump file. 275 Be even more rsync-friendly. 278 This option permits rsync to be even more efficient
|
H A D | main.c | 82 int rsync_friendly; /* be friendly with rsync */ 201 case 'r': /* store slightly less data to be friendly to rsync */ in main() 206 case 'R': /* store even less data to be friendlier to rsync */ in main() 259 (void)fprintf(stderr, "%s %s\n", "rsync friendly options", in main()
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-3-deps-vm.sh | 23 samba sysstat rng-tools rsync wget xxhash 45 rsync samba sysstat uuid-dev watchdog wget xfslibs-dev xxhash zlib1g-dev 55 pkgconf python python3 pamtester pamtester qemu-guest-agent rsync xxhash 89 rpm-build rsync samba sysstat systemd watchdog wget xfsprogs-devel xxhash \
|
H A D | qemu-prepare-for-build.sh | 8 rsync -ar $HOME/work/zfs/zfs zfs@vm0:./
|
H A D | qemu-3-deps.sh | 17 # it will be rsync'd up in the next step.
|
/freebsd/tests/sys/cddl/zfs/bin/ |
H A D | file_write.c | 63 int rsync = 0; in main() local 98 rsync = 1; in main() 162 if (rsync) { in main()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/ |
H A D | file_write.c | 79 int rsync = 0; in main() local 115 rsync = 1; in main() 186 if (rsync) { in main()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 131 command.Printf("rsync %s %s %s", GetRSyncOpts(), src_path.c_str(), in PutFile() 134 command.Printf("rsync %s %s %s%s", GetRSyncOpts(), src_path.c_str(), in PutFile() 137 command.Printf("rsync %s %s %s:%s", GetRSyncOpts(), src_path.c_str(), in PutFile() 149 // if we are still here rsync has failed - let's try the slow way before in PutFile() 187 command.Printf("rsync %s %s %s", GetRSyncOpts(), src_path.c_str(), in GetFile() 190 command.Printf("rsync %s %s%s %s", GetRSyncOpts(), GetRSyncPrefix(), in GetFile() 193 command.Printf("rsync %s %s:%s %s", GetRSyncOpts(), in GetFile() 202 // If we are here, rsync has failed - let's try the slow way before in GetFile() 271 stream.PutCString("rsync"); in GetPlatformSpecificConnectionInformation()
|
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/ |
H A D | fsl,qe-tsa.yaml | 75 - const: rsync 195 clock-names = "rsync", "rclk";
|
/freebsd/usr.sbin/bsdconfig/examples/ |
H A D | add_some_packages.sh | 10 for package in wget bash rsync; do
|
/freebsd/release/tools/ |
H A D | vagrant-virtualbox.conf | 11 echo 'firstboot_pkgs_list="sudo rsync virtualbox-ose-additions-nox11"' >> ${DESTDIR}/etc/rc.conf
|
H A D | vagrant-vmware.conf | 11 echo 'firstboot_pkgs_list="sudo rsync open-vm-tools-nox11"' >> ${DESTDIR}/etc/rc.conf
|
H A D | oracle.conf | 19 net/rsync
|
/freebsd/usr.sbin/inetd/ |
H A D | inetd.conf | 125 # Example entry for insecure rsync server 128 #rsync stream tcp nowait root /usr/local/bin/rsyncd rsyncd --daemon
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
H A D | commands.cfg | 75 rsync
|
H A D | libtest.shlib | 3768 # using rsync. If there are any discrepancies, a summary of the differences are 3788 # Run rsync with --dry-run --itemize-changes to get something akin to diff 3789 # output, but rsync is far more thorough in detecting differences (diff 3797 # NOTE: Quite a few rsync builds do not support --crtimes which would be 3800 # check if this rsync build supports it and use it then. This check is 3801 # based on the same check in the rsync test suite (testsuite/crtimes.test). 3806 if rsync --version | grep -q "[, ] crtimes"; then 3809 log_note "This rsync package does not support --crtimes (-N)." 3814 # you if the timestamps don't match but rsync will set the timestamps to 3820 # Different rsync versions have different numbers of columns. So just [all …]
|
/freebsd/tools/build/ |
H A D | beinstall.sh | 84 rsync -av --progress ${BE_MNTPT}/var/cache/pkg/. /var/cache/pkg/. 227 if which rsync >/dev/null 2>&1; then
|
/freebsd/release/scripts/ |
H A D | pkg-stage.sh | 20 net/rsync
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | Makefile | 77 gsutil -q -m rsync -d -r ${REMOTE}/libFuzzer/libfido2_$(@:/corpus=) $@
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/ |
H A D | slog_replay_fs_002.ksh | 103 log_must rsync -aHAX /$TESTPOOL/$TESTFS/ $TESTDIR/copy
|