similar to: rsync caching files on my local hard drive and not deleting

Displaying 20 results from an estimated 20000 matches similar to: "rsync caching files on my local hard drive and not deleting"

2007 Feb 23
3
Windows 98 caching too much
Hi, We have an old Win98 box at work that is used for programming GALs and EEPROMs, however we find that if the file is modified on the Unix side the Win98 box doesn't notice. This is rather annoying when you are iterating a design as you can imagine! One work around is to open a DOS box and 'type' the file - this seems to force it to re-get the file. Does anyone have any
2010 Apr 26
1
help with code
I am new to R and have tried for a good while to figure out how to code this in R. The dataset below: FTIStandKey State County FTITract CoverType Ver_CT V_Origin V_SpGrp NAH6005-001 Texas Jasper NAH6005 PPLB-2000-U PPLB-2000-U P P NAH6005-002 Texas Jasper NAH6005 NHHX-1950-O NHHX-1950-I N H NAH6253-001 Texas Tyler NAH6253 PPLB-2001-U PPLB-2001-U P P
2008 May 21
8
Winetricks deleted most of my hard drive
Immediately after running winetricks a month ago, several very important directories disappeared from my hard drive, and despite paying a lot of money to good data recovery company, I have not been able to recover them. I have searched this forum and elsewhere for evidence of this happening to anyone else with no result. Is it at all possible that the script deleted my directories by accident
2010 Apr 26
1
Help with replacement of certain values in dataset with SAS code equivalent
I am new to R and have tried for a good while to figure out how to code this in R. The dataset below: FTIStandKey State County FTITract CoverType Ver_CT V_Origin V_SpGrp NAH6005-001 Texas Jasper NAH6005 PPLB-2000-U PPLB-2000-U P P NAH6005-002 Texas Jasper NAH6005 NHHX-1950-O NHHX-1950-I N H NAH6253-001 Texas Tyler NAH6253 PPLB-2001-U PPLB-2001-U P P
2006 May 16
0
in_place_editor with local autocomplete
Hi Rails gals n guys I am trying to enhance the "Lightning-Fast JavaScript Autocompletion" rails recipe. For those that do not have the pdf-book the recipe explains how to use a javascript array for an auto-complete text field. I want to combine this with the in_place_editor call. My current (unworking) code: <!-- Load the array for autocomplete --> <script
2010 Feb 03
1
Excluding/Hiding a local, absolute path in 3.0.7
Hello, I'm attempting to update many of my rsync scripts and was trying to hide/exclude absolute files/directories from being sync'd. After reading through the man page section on FILTER RULES, their modifiers, etc., and the mailing list, it seems like the following simple example should work. I'm using the example from the man-page, where it talks about excluding /etc/passwd. In
2004 Jun 14
2
I need help rsyncing Local Disks
Recently I've found out about rsync and wanted to use this to mirror local disks on one of my servers. I first ran Ghost for Linux to get the exact clone I was looking for, and now I'm ready to setup rsync to keep my drives mirrored on a continual basis. Here's my setup: 1 Seagate 4.6GB SCSI on /dev/sda, mounted like this: /dev/sda1 ==> /boot - 101M /dev/sda2 ==> swap - 269M
2007 Jan 23
0
Bug#408037: logcheck-database: logcheck doesn't need to remind me my hard drive is dying, kthx
Package: logcheck-database Version: 1.2.52 Severity: normal logcheck seems to think this is a message worth letting me know about: Jan 20 17:18:06 mauritius smartd[3106]: Device: /dev/hda, 1 Offline uncorrectable sectors smartd already gives me enough painful reminders about this failing hardware, I can do without having them repeated in my mail every hour via logcheck. :) -- System
2005 Jul 05
4
How to prevent log files from eating my hard drive?
Hello there, Somehow, Asterisk log files are consuming all the space that I have in my hard disk... They've already eaten 14GB and are still hungry!! What shall I do? I'm not even logging anything in verbose mode!! Help really appreciated!! Best, Leo
2019 Oct 09
1
Sieve replication - Debian 9.11 - Dovecot 2.2.7 - script changes not replicated
Hi, I am trying to setup Sieve replication, it is almost working: 1/ Create a script - sync'd across 2/ Activate/de-activate a script - change sync'd 3/ Delete a script - change sync'd But if I make a change to a script it is not replicated, unless I de-activate and activate again. I am seeing in the logs the below during this process (de-activating/activating): Oct? 9
2004 Mar 22
1
Odd behavior with rsync/ssh/--delete
I've just about googled my brains out over this one, and banged heads with several other SA buddies. I have a nightly rsync of a DMZ system (Solaris 8 SPARC[1]) to an internal system (RedHat ES 3.0 [2]). The internal system runs a cron job and pulls changes off of the DMZ system via ssh. (To be honest, I've also seen this going between two Solaris systems.) However, my syncs are
2004 May 13
1
Enabling checksum for individual files?
Hi all, I tried to use rsync-2.6.2 to sync a set of subdirectories inside a directory. While most of the files are being sync'd correctly, rsync seems to wrongly consider one file as uptodate. Both the source and destination have this file, with the same size and same date (according ls says). But md5sum shows that they are different. One possible solution is to enable the checksum, but it
2011 Jul 01
1
keep 2 dirs in sync
I don't think there's a direct way to do this with rsync but I want to make sure I'm not missing something. I have two hosts (my portable and my desktop). I work on both hosts at different times and so I keep a few dirs sync'd between the two. I have a docs dir where I may be modifying files, adding files, renaming files and deleting files on *either* host. I have a nightly
2003 Mar 12
0
can't delete older file/directory links on another local partition after `snapshot' type backup script
Thanks for looking at this, and developing rsync. Really useful program that I rely on. Bit of a newbie but I couldn't find anything on this in these archives. Hopefully it's a really stupid question! I'm trying to backup using cp -al and then rsync -auR --delete backup idea basically as per http://www.mikerubel.org/computers/rsync_snapshots/#Incremental. I have a separate
2010 Apr 14
2
[LLVMdev] Default behavior of DeadMachineInstructionElim deletes all instructions
I've recently sync'd to a newer version of LLVM(Apple branch 2326 from Apple branch 2323.8) that changed the interface to addCommonCodeGenPasses which caused the default implementation to be executed instead of my overriding implementation. This default implementation has DeadMachineInstructionElim pass enabled, which is causing havoc with my backend. Before entering this pass, everything
2010 Apr 14
0
[LLVMdev] Default behavior of DeadMachineInstructionElim deletes all instructions
On Apr 14, 2010, at 1:55 PMPDT, Villmow, Micah wrote: > I’ve recently sync’d to a newer version of LLVM(Apple branch 2326 from Apple branch 2323.8) that changed the interface to addCommonCodeGenPasses which caused the default implementation to be executed instead of my overriding implementation. This default implementation has DeadMachineInstructionElim pass enabled, which is causing havoc
2006 Jun 12
10
Hard drive write cache
I am looking at ways to harden my asterisk install to prevent computer related issues from happening. I am concerned about about disk write cache. That seems to be a major source of hard drive corruption on power failure. Hard Drive corruption is simply unacceptable for the 99.999% uptime requirements of my Asterisk install that needs to be as reliable as a proprietary PBX. Of course I will be
2013 Mar 02
1
rsync not deleting file (which was hard linked)
I have a situation that I think might be a bug, but would like someone else to have a look at before I create a report. Here's a list of the source: drwxr-xr-x. 8 root root 4096 Feb 24 10:56 current -rw-r--r--. 2 root root 2427204 Feb 21 12:18 qmailadmin-toaster-1.2.16-1.4.1.src.rpm -rw-r--r--. 2 root root 24875 Mar 1 2012 qmailmrtg-toaster-4.2-1.3.7.src.rpm -rw-r--r--. 2 root root
2006 Jan 03
1
How to upgrade hard drive in a single drive (with LVM2) computer
This one has me stumped and I'm sure I must be missing something trivial. What is is eludes me. I have a 20G drive that will be replaced with a 160G drive. The /boot partition is just a standard type 83, and the swap is an 82. The system root partition is in a LV, as is the /home partition. I've upgraded hard drives dozens of times without incident, but never ona system with LVM.
2007 Aug 15
1
Hard Drive Recovery
Hello our external scsi drive is detached, so it is not showing up in fdisk -l however it shows up mounted in /etc/mtab is there any command that I can run to detect and re attach the hard drive again ? I don't want to reboot the computer. Thanks