General :: Find The Failed Position Of CD While Taking Backup?
Aug 7, 2010
I am working in ubuntu 9.x (linux karmic kernal) .I have restored the content from CD to hard disk. In the mid way of this process, it was failed. I would like to know this below thiongs,
1) which position it got failed ?
2)Any offset option is there in linux to point the particular CD position ?
View 1 Replies
ADVERTISEMENT
Apr 21, 2011
I have around 100 users. I want to take backup of files which are on desktop for every user. My user directory path is -: /home/dr/<user_name>/Desktop
1) Script has to run on a particular time everyday
2) Script has to take backup of all files present in "Desktop" directory
3) Make a tar with name "yyyy-mm-dd-desk-files"
4) Make directory outside "Desktop" with name "Desktop-Backup", if already exist then don't make this folder.
5) The tar have to moved in this folder.
6) Remove the files from "Desktop" directory. (i.e. Desktop should be empty)
7) Mail the status that "Backup Successful"
View 2 Replies
View Related
Aug 8, 2011
I am trying to edit a large bunch of files. Each file has four columns and I want to get rid of the first one, but in each line the number of the first column changes. the number in the first column ranges from 1 digit to 5. For example
1 aaaaa bbbbbb ccccc
23 aaaaa bbbbbb ccccc
15343 aaaaa bbbbbb ccccc
and the desired format would be
aaaaa bbbbbb ccccc
aaaaa bbbbbb ccccc
aaaaa bbbbbb ccccc
View 2 Replies
View Related
Aug 11, 2011
The find command is taking too long on my machine to complete. When I use time command, I find that sys time and user time are too small as compared to real time. Is my find process not getting scheduled properly?
I interrupted the neverending find command and got the following statistics:
Real time : 5min
Sys time : 1.1 sec
User time : 3 sec
I was running
find / -name ls 2>/dev/null
View 2 Replies
View Related
Jul 27, 2010
I had this come up in logwatch: /dev/sda5 4.8G 3.6G 960M 80%/
Any ideas how I can find which files are suddenly taking up the space?
View 17 Replies
View Related
Oct 15, 2010
I do use a virtualization environment using VirtualBox,Qemu. Many a times I have to format my laptop then in such situations installing again the previous programs and making same changes to the configurations is very painful. Is there some way I can make some sort of backup which I just need to install on my existing system and get all previous things immediately installed without going to install and setting of a lot of other applications and settings.
View 1 Replies
View Related
May 6, 2010
I am not able to detect my USB hard drive in Linux rescue mode after passing "fdisk -l" as i want to take the data backup in my USB hard disk.
View 1 Replies
View Related
Mar 13, 2011
I used photorec to recover lost files and it brought up 70gb worth of files, when I was done looking through them I deleted these files. but these files still seem to be taking up my disk space. When I try to access my trash bin with root I get a message that reads...."The folder contents could not be displayed. sorry, could not display all the contents of "trash": operation not supported." if I open my trash bin when I'm not in root, the bin is empty.
How do I free up my disk space?
View 8 Replies
View Related
Sep 15, 2009
We have a working backup script which gave no problems ever. But recently the backup is failed giving following error messages,
Statement just before the error occured was, /usr/bin/rsh remoteserver1 /tmp/backup/script.scr
1. The system has no more ptys. Ask your system administrator to create more.
2. The system only has a finite number of ptys and you have many of them in use. The usual reason for this is that you forgot (or didn't know) to call "wait" after closing each of them.
So it looks like the system is falling short of the /dev/pty ...atleast I think so. Dont know the real reason.
View 1 Replies
View Related
Aug 2, 2010
Whenever I try to take backup from webmin I get following error message.
Starting backup of module configuration files to /Applications/backup.tar.gz ..
.. failed! TAR failed :
I don't understand meaning of this error.
View 1 Replies
View Related
Jun 4, 2010
I installed amanda on a client that uses Red Hat Enterprise Linux 4. When I do an amcheck from the server, I get this:
Amanda Backup Client Hosts Check
--------------------------------
WARNING: 192.168.3.23: selfcheck request failed: recv error: Connection reset by peer
Client check: 1 host checked in 0.022 seconds. 1 problem found.
I am using bsdtcp. I get an ACK error if I switch the client to bsd authentication. I read that I should enter servers adress to hosts file in /etc/ directory?
View 3 Replies
View Related
May 17, 2010
I'm currently trying to install TSM backup client 5.5.2 and getting dependency errors when i do the following rpm -i TIVsm-API.i386.rpm
[Code]...
linux version : Linux version 2.4.9-e.27smp (gcc version 2.96 20000731 (Red Hat Linux 7.2 2.96-118.7.2))
View 1 Replies
View Related
Jan 20, 2011
I am using Cron for nightly backups to a usb device. I was just wondering in my script for the backup, how do I find the location of my usb device.
View 2 Replies
View Related
Jun 15, 2010
I am trying to backup a client called greetings.com, but when I do an amcheck on the server, I get:
WARNING: greetings.com: selfcheck request failed: Connection refused
View 2 Replies
View Related
May 18, 2010
I have a Phenom II X4 955 box running 8G RAM. Now I'm planning building a Phenom II X6 box running 16G RAM. But the 4G module/stick is very expensive, not easy to find. However most mobo can take max 4 sticks. I can't find mobo board on market except server taking 8 sticks.
View 9 Replies
View Related
Feb 13, 2011
I am fairly new to scripting and I am trying to write a script that finds and zips a file named file1.xml from multiple sub-directories. So basically I want to find them and zip them all together. The disk directory structure is as follows:
/mnt/data/user_name1/db/file1.xml
/mnt/data/user_name2/db/file1.xml
(etc, etc where user_name varies)
This is what I have so far, but I keep getting an error relating to the -name command.
filename=`date +%d%m%Y-%H:%M`
find /mnt/data/ -name file1.xml -maxdepth 2 -type d | zip -rp $filename.zip -@
I keep getting the following error but don't know how to fix it. Is what I am trying to do even possible?find: warning: you have specified the -maxdepth option after a non-option argument -name, but options are not positional (-maxdepth affects tests specified before it as well as those specified after it).
View 4 Replies
View Related
Jan 29, 2011
Our backup script was working fine (ssh to the server, back up /home to a second hard drive on my computer). Then right after an ubuntu update, it quit working. I investigated and found that "something" had changed the label on the backup hdd to what looked like gibberish to me. But the script identified the backup hdd by its uuid, which didn't change. Yet, here is the error I get when the backup fails: receiving file list ... done [took about 5 seconds] rsync: mkdir "/media/14D9-3B1F/server-backup" failed: No such file or directory (2) rsync error: error in file IO (code 11) at main.c(594) [receiver=3.0.6]
Note that the backup hdd IS mounted, uuid is correct, and the folder 'server-backup' DOES exist. Does anyone have a clue for me? I'm moderately experienced in Linux and ubuntu. Our server runs centos 5. And as stated, the backup ran fine for several weeks. I think there was a new linux kernel on that update, but at this point a while later I don't know which one. Current kernel is .2.6.31-22-generic.
View 1 Replies
View Related
Mar 27, 2011
I was testing out a new cron job (very simple rsync), and for whatever reason when executed at midnight, the files were not written to the correct drive (executing the script manually does this).
'watching' df -k, I could see '/' fill up extremely quickly. I now have about 10GB~ free space on the 74GB raptor - down from 60GB. I've gone through trying to find the offending files, however I can't seem to find them anywhere. Any variety of 'du' that I know of isn't turning up anything.
View 4 Replies
View Related
Jan 5, 2010
I made an attempt to backup my system (karmic koala) using this routine. cd / then sudo tar cvpzf backup.tgz --exclude=/proc --exclude=/lost+found --exclude=/backup.tgz --exclude=/mnt --exclude=/sys /
The process of backup went on for a very long time, which is probably normal. On returning to the computer in the morning, it was in suspend mode and would not power on via the usual method,tapping power button. So then I used the reset button, and after booting up a message appears on the top right that reports "Install problem! The configuration defaults for GNOME Power Manager have not been installed correctly. Please contact your computer administrator."
Is there something wrong with the statement that was used for backing up the system? Also when I attempt to login it does not work now either, it eventually returns to the login user selection. So is there a possibility the backup finished and then there may be a chance the system can be restored from the backup file? I have tried booting up with a live cd and could use some advice on how to navigate with terminal to root of the system and see if the backup file exist even, have been unable to get to the root folder(where the backup would be) with the GUI method via live cd.
View 1 Replies
View Related
Sep 15, 2009
I am trying to create a backup script that will back up a single folder for a class i am in. I was wandering if I could get some help. If possible I would also like to know how to write a script that can encrypt that same file . I will be putting the back up in my /home/usr/Backup directory. I am not trying to back up my whole system just a single folder. I am using Fedora 11
View 2 Replies
View Related
May 21, 2011
I'm just setting up a partition on a seperate HDD in my system. I plan to use the partition to backup the important files on my main HDD (to guard against HD crash).
The question I have is about where would be the typical location to auto mount this partition? Which would it be normal to go for:
1. /backup/
2. /media/backup/
3. /mnt/backup/
4. /home/chris/backup/
View 7 Replies
View Related
Jul 1, 2011
I'd like to improve my computer's performance by storing files' system location (e.g.: /home/user/speech.odt) and HD position (head, sector, etc) and do the computer use that info from ram memory.I have a directory with several files and when I cd and ls it, it takes a while to the computer answer me. Plus, it would return immidiate find results.
View 2 Replies
View Related
May 15, 2010
I tried a 9.10 -> 10.04 upgrade that went fail. I can now get it to the login screen where it gives a hard freeze. Same with recovery. I can get to a command line, but not with networking so
So I finally said screw it, I'm going to doa fresh install. I downloaded and burned 10.04 at work. Not, it is giving me an installer error when I boot from it, but then it will load the desktop from the LiveCD.
All I really want to do is grab some data that I didn't get when I backed up by home directory, then I can go back and do a fresh install. I can even download a new 10.04 CD if I need to because the installation files are screwed up or something.
The problem is that some of the files have permissions on that that show as an 'X' on the icon and it won't let me copy them to my USB backup drive.
How can I copy the files marked with an 'X' that have this permission issue?
View 3 Replies
View Related
Jan 11, 2010
Amanda Backup System - Error
I have attached the error with amanda system. It is in Amanda is in OpenSuse, I checked for dtimeout in conf file but it is not there.
driver: find_diskspace: time 1641.864: find diskspace: selected /sandata/amanda/hdisk free 159240608 reserved 4633344 dumpers 3
driver: find_diskspace: time 1641.864: want 3185984 K
driver: find_diskspace: time 1641.864: find diskspace: size 3185984 hf 159240608 df 159240576 da 3185984 ha 3186016
driver: find_diskspace: time 1641.864: find diskspace: selected /sansdata/amanda/hdisk free 159240608 reserved 3186016 dumpers 3
driver: state time 1800.609 free kps: 1079613 space: 159240608 taper: idle idle-dumpers: 3 qlen tapeq: 0 runq: 7 roomq: 0 wakeup: 0 driver-idle: client-constrained
driver: interface-state time 1800.609 if default: free 79613 if LOCAL: free 1000000
driver: hdisk-state time 1800.609 hdisk 0: free 159240608 dumpers 3
driver: result time 1800.729 from dumper2: FAILED 02-00003 "[data timeout] .....
View 1 Replies
View Related
Jun 29, 2010
After installing Ubuntu 10.04 on an nvidia dualmonitor system there is a weird behavior. Every program starts in the middle of the two dual monitors (overlapping both).
View 1 Replies
View Related
Dec 3, 2010
I'm using vim 7.2.330 on 64 bit ubuntu 10.04, sometime in the last week every time I reopen a file it places the cursor at the top of the file. I can see in ~/.viminfo where it's saving the last position used, but it doesn't seem to be honoring it.
View 1 Replies
View Related
Dec 5, 2010
how to pass the position to zenity to be launched specific place of X11? No info are given [URL]
View 3 Replies
View Related
Mar 28, 2010
Suppose the cursor position line at bottom or top. What's the vim command to get the cursor position line at the mid of the windows in vim?
View 5 Replies
View Related
May 29, 2011
I'm new to the Linux OS, and this is also my first post on this form. My question is Can you physically adjust the position of the dashboard? I'm familiar with Mac OS X where you could "Physically" adjust to the top, left, right or originally at the bottom. Is it possible and if it is, can someone explain to me the process on going about that?
View 7 Replies
View Related
Apr 26, 2010
I have a file of words and want to encode them in a numeric form, based on position.This is best explained by example:
PEOPLE ==> 123152
Reading left to right:
P was first encountered at position 1 so it is encoded as 1.
E was first encountered at position 2 so it is encoded as 2.
[code]...
View 5 Replies
View Related