I would like to make a copy of a DVD which I own. This is fairly easy to do on Windows machines. How difficult is it on Linux machines? I installed dvdrip via yum on my fedora box, but it doesn't seem to do anything. I installed dvdripomatic in the same way, it it merely says "terminated" when I try to run it.
VMware vSphere 4
SAN storage with multiple data-stores
No vCenter
I shut-down a virtual machine and using the data-store browser did a copy/paste to copy the VM to a new datastore with additional space. The file copy performance was very poor, and due to time constraints I decided to cancel the copy task.
Just asking out of curiosity...
Sometimes I need to copy a huge directory to another directory (local filesystem), and usually I will use the "cp" or "rsync" commands. These commands are good, but depending on the size of the data being copied, the copy is painfully slow.
This should be very simple for experts in here.
I have a Linux account with user disk quota of only 6GB. There is some data-folder in /opt with about 3GB of data with when compressed comes up 1GB. There are some symbolic links with in data-folder.
So here's my problem...
I have several older machines sitting around on my LAN and a lot of automated tasks to run. On these machines I've created virtual machines that connect to the outside world via bridged adapter. I want everything to run the same version of PHP tools without having to manually worry about updating each machine's copy.
I wonder what the best way to backup files VIA network
I have Solaris machines with oracle 10i with VERITAS cluster , machines are connected to EMC storage
/data/oracle directory is mounted on the EMC storage
What I want is to backup /data/oracle directory ( 70G ) on some backup machine VIA network ( include soft links files ) , while the Reliability of copying files is very very important
I
I have noticed that when I copy files to flash disk and in UI I see message copy completed in notification area on task bar, usually copy is not completed. So, if I eject the media I loose data.
It is very serious problem because may cause loss of valuable and even critical data.
Moreover, when it displays copy completed message I see files on flash drive, but closer look show their size is 0.
I want to recursively copy one directory over another, however I only want to copy differences. The reason is that I'm doing this on Solaris on a volume which is snapshot, i.e.
I want to remove a nonempty directory in linux which has a directory structure inside it with bunch of symlinks. When I run
rm -rf /direcory
it removes not just all the symlinks and the directory, but also all the directories that those symlinks point to. Is there a command to just a directory which contains symlinks?