![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PZ help :configure: error: cannot find output from flex; giving up | bullet350 | SUN Solaris | 0 | 11-29-2007 05:24 AM |
| v3fshelper: There is an input or output error | padawan75 | AIX | 2 | 11-21-2007 08:56 AM |
| Giving input to a c++ file | tonyaim83 | Shell Programming and Scripting | 2 | 10-23-2007 01:10 AM |
| Giving input through script | radhika03 | Shell Programming and Scripting | 1 | 08-17-2005 12:40 AM |
| /dev/rStp0 giving error | workingstiff | UNIX for Dummies Questions & Answers | 1 | 10-29-2002 06:25 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Backup is giving me input/output error
I've been successfully running a daily cron script to backup certain things on my server but just recently I started getting input/output errors for everything. For each directory the script tries to backup I now get this:
cp: accessing `/mnt/backup/**dir**/': Input/output error |
|
||||
|
#!/bin/bash
cp -r -f /home/dir1/public_html/ /mnt/backup/dir1/ cp -r -f /var/lib/mysql/ /mnt/backup/database cp -r -f /home/dir2/public_html/ /mnt/backup/dir2 cp -r -f /home/dir3/public_html/ /mnt/backup/dir3 cp -r -f /home/dir4/public_html/userdata/users_index.txt /mnt/backup/dir4/public_html/ exit |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|