| bio | website | |
|---|---|---|
| location | India | |
| age | 22 | |
| visits | member for | 8 months |
| seen | May 15 at 10:54 | |
| stats | profile views | 2 |
Software developer at Screen-Magic - screen-magic.com
twitter: @hussain_tamboli
IRC (freenode): the_dark_knight
|
Nov 1 |
awarded | Editor |
|
Nov 1 |
revised |
For processes to be up and running all the time added 4 characters in body |
|
Nov 1 |
asked | For processes to be up and running all the time |
|
Oct 10 |
accepted | Problem in redirecting standard input and output |
|
Oct 9 |
comment |
Problem in redirecting standard input and output yes. thanks. I have just asked it in Meta - meta.stackoverflow.com/questions/149833/… |
|
Oct 9 |
comment |
Problem in redirecting standard input and output Thanks. great help. Don't mind me asking but should I have put this in unix.stackexchange.com instead of askubuntu. I mean these two are very alike. |
|
Oct 9 |
awarded | Commentator |
|
Oct 9 |
comment |
Problem in redirecting standard input and output Should I have asked this question in unix.stackexchange.com ? |
|
Oct 9 |
asked | Problem in redirecting standard input and output |
|
Oct 9 |
awarded | Scholar |
|
Oct 9 |
accepted | How to run a command within a time duration per min/sec? |
|
Oct 8 |
comment |
How to run a command within a time duration per min/sec? Tell me if I'm wrong - do ya mean dir: <remote dir>, {}: <for files>(how will it identify the file by name) and directory: <for local dir>. Mind my writing. |
|
Oct 8 |
comment |
How to run a command within a time duration per min/sec? looks good. Will it work for scp? my data is on remote server. I have used ssh-keygen for the password less scp. Used my public key for the authentication. see- linuxquestions.org/questions/linux-general-1/… |
|
Oct 8 |
awarded | Supporter |
|
Oct 8 |
comment |
How to run a command within a time duration per min/sec? @Tom Regner and @Karthik T, This rsync stuff looks great. Too bad can't upvote you guys. |
|
Oct 8 |
comment |
How to run a command within a time duration per min/sec? right! sorry. I am heading towards a new approach now - I know at what time my server is going to create the files, I will be doing the copying after an hour. This way It will give server enough time to create backup. (my server is taking 10-15min to create one whole backup archive of ~100mb). Off course this is a static way of doing it. |
|
Oct 8 |
comment |
How to run a command within a time duration per min/sec? can't there be a better way instead iterating 3600 times. |
|
Oct 8 |
comment |
How to run a command within a time duration per min/sec? this is better. Thanks. As @Karthik T said what if we do the copying as soon as the file is created. I think, it will overwhelm the server because we don't know how much time it is going to take before the next backup. |
|
Oct 8 |
comment |
How to run a command within a time duration per min/sec? Downloading backup from server is nothing but copying it, but I don't know what to copy because I don't know the names of those three files and I just can't copy the whole folder from server because it may contain a lot of data. pushing the backup from server to client is a better idea. But what if server is overwhelmed by the backup process. |
|
Oct 8 |
asked | How to run a command within a time duration per min/sec? |