Home
last modified time | relevance | path

Searched refs:rsync_path (Results 1 – 25 of 26) sorted by relevance

12

/dports/net/openrsync/openrsync-8b61216/
H A Dfargs.c35 const char *rsync_path; in fargs_cmdline() local
43 if ((rsync_path = sess->opts->rsync_path) == NULL) in fargs_cmdline()
44 rsync_path = RSYNC_PATH; in fargs_cmdline()
71 addargs(&args, "%s", rsync_path); in fargs_cmdline()
78 addargs(&args, "%s", rsync_path); in fargs_cmdline()
H A Dextern.h127 char *rsync_path; /* --rsync-path */ member
H A Dmain.c390 opts.rsync_path = optarg; in main()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/posix/tests/integration/targets/synchronize/tasks/
H A Dmain.yml154 - name: synchronize files using rsync_path (issue#7182)
155 synchronize: src={{output_dir}}/foo.txt dest={{output_dir}}/foo.rsync_path rsync_path="sudo rsync"
163 - '''rsync_path'' in sync_result.cmd'
174 - foo.rsync_path
/dports/sysutils/ansible2/ansible-2.9.27/test/units/plugins/action/fixtures/synchronize/basic_become/
H A Dmeta.yaml4 #rsync_path: rsync
28 - "self.final_module_args['rsync_path'] == 'sudo rsync'"
/dports/sysutils/ansible2/ansible-2.9.27/test/units/plugins/action/fixtures/synchronize/basic_become_cli/
H A Dmeta.yaml4 #rsync_path: rsync
28 - "self.final_module_args['rsync_path'] == 'sudo rsync'"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_become/
H A Dmeta.yaml4 #rsync_path: rsync
29 - "self.final_module_args['rsync_path'] == 'sudo -u root rsync'"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/posix/tests/unit/plugins/action/fixtures/synchronize/basic_become_cli/
H A Dmeta.yaml4 #rsync_path: rsync
29 - "self.final_module_args['rsync_path'] == 'sudo -u root rsync'"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/posix/plugins/action/
H A Dsynchronize.py374 rsync_path = _tmp_args.get('rsync_path', None)
382 … if self._play_context.become and not rsync_path and self._remote_transport not in DOCKER + PODMAN:
387 rsync_path = 'sudo -u %s rsync' % self._play_context.become_user
389 rsync_path = 'sudo rsync'
397 _tmp_args['rsync_path'] = rsync_path
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/synchronize/tasks/
H A Dmain.yml189 - name: synchronize files using rsync_path (issue#7182)
190 synchronize: src={{output_dir}}/foo.txt dest={{output_dir}}/foo.rsync_path rsync_path="sudo rsync"
199 - "'rsync_path' in sync_result.cmd"
209 - foo.rsync_path
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/incidental_synchronize/tasks/
H A Dmain.yml189 - name: synchronize files using rsync_path (issue#7182)
190 synchronize: src={{output_dir}}/foo.txt dest={{output_dir}}/foo.rsync_path rsync_path="sudo rsync"
199 - "'rsync_path' in sync_result.cmd"
209 - foo.rsync_path
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/files/
H A Dsynchronize.py388 rsync_path=dict(type='str'),
428 rsync_path = module.params['rsync_path']
538 if rsync_path:
539 cmd.append('--rsync-path=%s' % rsync_path)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/posix/plugins/modules/
H A Dsynchronize.py396 rsync_path=dict(type='str'),
438 rsync_path = module.params['rsync_path']
555 if rsync_path:
556 cmd.append('--rsync-path=%s' % shlex_quote(rsync_path))
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/action/
H A Dsynchronize.py362 rsync_path = _tmp_args.get('rsync_path', None)
370 if self._play_context.become and not rsync_path and self._remote_transport != 'docker':
374 rsync_path = 'sudo rsync'
382 _tmp_args['rsync_path'] = rsync_path
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/integration/plugins/modules/
H A Dsynchronize.py388 rsync_path=dict(type='str'),
428 rsync_path = module.params['rsync_path']
538 if rsync_path:
539 cmd.append('--rsync-path=%s' % rsync_path)
/dports/sysutils/lsyncd/lsyncd-release-2.2.3/
H A Ddefault-rsync.lua87 rsync_path = true,
621 if crsync.rsync_path
623 computed[ computedN ] = '--rsync-path=' .. crsync.rsync_path
H A DChangeLog109 fix: fix rsync.rsh, rsync.rsync_path, rsync.tmp_dir, rsync._extra parameters
/dports/databases/pgroonga/pgroonga-2.3.4/
H A DRakefile120 rsync_path = "#{rsync_base_path}/source/#{package}"
153 sh("rsync", "-avz", "--progress", "#{source_dir}/", rsync_path)
/dports/misc/clifm/clifm-1.3/src/
H A Dfile_operations.c199 char *rsync_path = get_cmd_path("rsync"); in dup_file() local
200 if (rsync_path) { in dup_file()
204 free(rsync_path); in dup_file()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/posix/docs/
H A Dansible.posix.synchronize_module.rst422 <b>rsync_path</b>
700 rsync_path: su -c rsync
732 rsync_path: /usr/gnu/bin/rsync
/dports/net/rsync/rsync-3.2.3/
H A Dmain.c100 extern char *rsync_path;
595 args[argc++] = rsync_path; in do_cmd()
H A Doptions.c176 char *rsync_path = RSYNC_PATH; variable
806 {"rsync-path", 0, POPT_ARG_STRING, &rsync_path, 0, 0, 0 },
/dports/misc/clifm/clifm-1.3/misc/codecov/
H A Dfile_operations.c.gcov292 2: 181: char *rsync_path = get_cmd_path("rsync");
295 2: 182: if (rsync_path) {
307 2: 186: free(rsync_path);
/dports/net/rsync/rsync-3.2.3/patches/
H A Dbackup-dir-dels.diff224 char *rsync_path = RSYNC_PATH;
H A Dsource-filter_dest-filter.diff84 char *rsync_path = RSYNC_PATH;

12