Search Results

Search: Posts Made By: blaine.miller
6,215
Posted By DGPickett
You can push or pull, but make sure the...
You can push or pull, but make sure the appropriate end is tarring and untarring, if you must use tar, ugh!

For one line, I like this: You know/can review what you find, you can choose your...
6,215
Posted By citaylor
tar will copy - the originating host is untouched.
tar will copy - the originating host is untouched.
6,215
Posted By DGPickett
One line? Use semicolons ! Which man tar...
One line? Use semicolons !

Which man tar has B?

If you want simple, with compression, something like this (might be scp, might be -C): scp2 -rpd +C /top_dir1 /top_dri2 /top_dir3 remote_host:/...
6,215
Posted By citaylor
Yes this will do a recursive copy from "dir". ...
Yes this will do a recursive copy from "dir". Using ssh it would be:
tar -cBpf - /dir | ssh user@host "tar -xBpf - "
If you need to relocate the dir then cd into the parent dir and type:
tar...
6,215
Posted By citaylor
tar -cBpf - /dir | rsh host -l user "tar -xBpf -...
tar -cBpf - /dir | rsh host -l user "tar -xBpf - "
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 03:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy