search for: destination_path

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

2001 Jul 09
3
scp problem (openssh-2.9p2)
Hello all, scp does not preserve links (neither soft neither hard) It is a problem with recursive option (-r) when you met some links like Openssh -> . In 2.3.0p1 it failled because of too long argument. Also I upgrade (my client an HPUX-11.0 and my server an redhat-6,2 x86) openssh to the last release 2.9p2. But this release create in a loop (i presume until fs full) subdirectories
2008 May 15
1
Remove controller name from URL > nested routes
Hi.. There are my nested routes map.resources :continent do |continent| continent.resources :land do |land| land.resources :destination end end By example it generates this url http://example/continent/azie/land/japan/destination/aomori I want http://example/continent/azie/japan/aomori How can i realize this...? Grtz...remco -- Posted via
2003 Oct 22
1
Feature Request - Recursive Rsync Parameter - Example Script
...com) # Licence: General Public License # set our environment IFS=$'\n' # This keeps bash from breaking up file names with space in them. if [ ! -n "$1" ] then echo "Usage: `basename $0` <recursion_level> \"quoted_rsync_parameters\" <source path> <destination_path>" echo "Note: argument parsing is order dependent." exit 1 fi # Some debugging help, fifth parm will echo args if [ -n "$5" -a "$5" = "args" ] then for arg in "$@" do echo "Arg #$index = $arg" done fi # Assi...