search for: eagles051387

Displaying 5 results from an estimated 5 matches for "eagles051387".

2015 Apr 30
3
Rsync Failed & /proc/kcore 128 TiB & NTFS HDD Makes Scary sounds even when not mounted
Hi, I tried to backup my gentoobox using rsync into a NTFS External Drive Rsync Failed And now there is no space lesft on my root directory "/" and kcore file size is 128 TiB and my External NTFS HDD makes scary sounds (Like it is working hardly) even when its not mounted rsync created some files/directories that i cant remove them on my External HDD using "rm -rf" , Please
2015 Apr 30
1
Rsync Failed & /proc/kcore 128 TiB & NTFS HDD Makes Scary sounds even when not mounted
...012K 1.2G 1% /run shm 5.7G 0 5.7G 0% /dev/shm cgroup_root 10M 0 10M 0% /sys/fs/cgroup /dev/sda5 20G 1.7G 17G 9% /var /dev/sda6 382G 28G 334G 8% /home rsync-3.1.1 > > > On Thu, 30 Apr 2015 07:11:46 +0200 > Jonathan Aquilina <eagles051387 at gmail.com> wrote: > If your hard disk is making scary noises that could be the drive > starting to fail have you tried to determine if the drive is still > good or on the way out? > > On Thu, Apr 30, 2015 at 2:12 AM, Kezhawe <kezhawe28 at gmail.com> wrote: > > &g...
2015 Apr 30
0
Rsync Failed & /proc/kcore 128 TiB & NTFS HDD Makes Scary sounds even when not mounted
If your hard disk is making scary noises that could be the drive starting to fail have you tried to determine if the drive is still good or on the way out? On Thu, Apr 30, 2015 at 2:12 AM, Kezhawe <kezhawe28 at gmail.com> wrote: > Hi, > > I tried to backup my gentoobox using rsync into a NTFS External Drive > Rsync Failed And now there is no space lesft on my root directory
2013 Aug 01
1
getting a list of conflicting files
I am in the process of writing a script on some testing machines and I am wondering if having it perform a dry run and itemized the items if it would provide a list of differences such as file size and name etc conflicts -- Jonathan Aquilina -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Sep 04
2
issues syncing between one host and another
I have the following script that I am working on #!/bin/bash date=$(date +%F--%T) #ssh parameters user=aquj001 remotehost=qa4app localdir=/home/aquj001/INFENG/scripts remotedir=/home/aquj001/recievingDir.$date linkdest=$(ssh $user@$remotehost /usr/linux/bin/readlink/ /home/aquj001/recievingDir.current) rsync -a --compress --link-dest=$linkdest --out-format='%i %n%L %l %M'