search for: target_directory

Displaying 3 results from an estimated 3 matches for "target_directory".

2008 May 22
1
rsync, OpenSolaris, & Mac Attributes?
...and --fileflags to preserve ACLs, xattrs, and Finder file flags respectively, I receive the following errors (note: file flags patch has been applied on both mac and Solaris): *When calling --fileflags:* *$ sudo /usr/local/bin/rsync -azx -H -e ssh "/Users/Documents" "user@server:/Target_Directory/" --exclude-from=/Users/.rsync/exclude --delete-excluded --fileflags --protect-args --progress --dry-run* *rsync: on remote machine: --fileflags: unknown option* *rsync error: syntax or usage error (code 1) at main.c(1484) [server=3.0.3pre2]* *rsync: connection unexpectedly closed (0 bytes...
2004 Jul 07
0
scp man page: source vs. destination
...t this, but perhaps the scp man page should be edited to make this more obvious. For example, from the [Free]BSD cp(1) man page: SYNOPSIS cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] source_file target_file cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] source_file ... target_directory DESCRIPTION In the first synopsis form, the cp utility copies the contents of the source_file to the target_file. In the second synopsis form, the contents of each named source_file is copied to the destination target_directory. Eric -- Eric van Gyzen...
2000 May 10
3
Trying to build OpenSSH-2.1.0 on HP-UX 10.20
...o another path :-( - make install gives: /opt/imake/bin/install -c -d /usr/local/openssh/bin rm: /usr/local/openssh/bin/ directory cp: illegal option -- d Usage: cp [-f|-i] [-p] [-S] [-e warn|force|ignore] source_file target_file cp [-f|-i] [-p] [-S] [-e warn|force|ignore] source_file ... target_directory cp [-f|-i] [-p] [-S] -R|-r [-e warn|force|ignore] source_directory ... target_directory ... - The INSTALL document (and probably others) have not yet fully integrated ssh2 support. - First tests: openssh client -> ssh-1.2.27 server: works openssh client -> openssh-server [Prot...