Search Results

Search: Posts Made By: polkan
1,477
Posted By polkan
tar -xf filenameyouneed.tar -C / will extract...
tar -xf filenameyouneed.tar -C /
will extract the files to their original location overwriting existing ones
1,477
Posted By polkan
If zip is not only archiver, you can pack with: ...
If zip is not only archiver, you can pack with:
tar -cf `date`.tar /STORAGE/*/db /STORAGE/*/files

and unpack with

tar -xf filenameyouneed.tar
1,711
Posted By polkan
TY, Corona, great link to the useless... We...
TY, Corona, great link to the useless...

We was talking about about hundreds of servers - such a construction works good on hundreds items list on most *nixes out of box. But it can be easier to...
1,711
Posted By polkan
I run it from one (hub) machine that has ssh key...
I run it from one (hub) machine that has ssh key authorized on the slave machines listed in the file "list.txt". Presuming "scripthostedat" is URL of the place the script I need to run hosted using...
1,711
Posted By polkan
You can also use wget -O -...
You can also use
wget -O - somewhereyourscripthostedat | sh

instead of scp and ssh (-x?). You don't need to chmod your script and actually it will be downloaded each time from one location and...
Showing results 1 to 5 of 5

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