Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: how to move files and check the completion.

Started 1 month, 4 weeks ago by sknake
Have you considered using rsync for this task? If you really want to do this with a shell script then let me know and i'll try to dig up an example.
Site: www.daniweb.com - IT Tech Talk  www.daniweb.com - IT Tech Talk - site profile
Forum: Shell Scripting  Shell Scripting - forum profile
Total authors: 2 authors
Total thread posts: 3 posts
Thread activity: no new posts during last week
Domain info for: daniweb.com

Other posts in this thread:

john_prince replied 1 month, 4 weeks ago
Yes, we need to do this using shell script. Thank you.

sknake replied 1 month, 4 weeks ago
Here is my backup script for trac/svn. Entirely unrelated to this thread but maybe there are code examples you would benefit from: Help with Code Tags bash Syntax ( Toggle Plain Text ) #!/bin/bash TARBALL= ` date +/root/backup/archive/svn.%Y.%m.%d. tar .bz2` rm -f $ { TARBALL } rm -fr /root/backup/data mkdir -p /root/backup/data/...

 

Top contributing authors

Name
Posts
sknake
2
user's latest post:
how to move files and check the...
Published (2009-11-05 00:00:00)
Have you considered using rsync for this task? If you really want to do this with a shell script then let me know and i'll try to dig up an example.
john_prince
1
user's latest post:
how to move files and check the...
Published (2009-11-05 00:00:00)
Yes, we need to do this using shell script. Thank you.

Related threads on "www.daniweb.com - IT Tech Talk":

Related threads on other sites:

Thread profile page for "how to move files and check the completion." on http://www.daniweb.com. This report page is a snippet summary view from a single thread "how to move files and check the completion.", located on the Message Board at http://www.daniweb.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity