Displaying 20 results from an estimated 4000 matches similar to: "Permissions causing full backups?"
2014 Feb 15
2
rsync filter rules ignored by rsnapshot
Hello guys,
sorry for cross-posting, but imho it could be an error in my rsnapshot setup
as well as in my rsync setup. If there is a solution on one of these mailing-lists i will
post it to the other one as well. ok?
here is my question: when running rsnapshot, my exclude filter is being ignored, but i don't see why.
grep -v "#" /etc/rsnapshot-debx40.conf | grep .
gives
2014 Feb 10
2
/usr/bin/ssh not found when rsync is executed within rsnapshot
Hello,
yesterday i posted this issue on snapshot-discuss at listsourceforge.net (subject:
wondering why backup wont start), but after reading the FAQ and searching the
bugzilla DB i thought it could help to post here as well.
i have a problem. But let me first describe my setup. i followed this howto:
	http://dev.kprod.net/?q=linux-backup-rsnapshot-no-root
Now there is a backup server rpi-home
2007 Jan 02
5
--link-dest
Has anyone else had problems using the --link-dest flag? I do what it says in the example
 rsync -a --delete --link-dest=/home/chamberl/oldbk/ /home/chamberl/source/ /home/chamberl/backup/
I make sure that /home/chamberl/source has some files exactly the same as in /home/chamberl/oldbk/
but evertything gets copiued, and no hard links are done (though they should be).
Anyone know the problem?
2015 Apr 13
4
How to discern when like dir names exist in 2 places
Hi,
On Mon, 13 Apr 2015 12:59:07 -0400 Kevin Korb wrote:
> Hmmm,  according to my interpretation of the man page (I am on 3.1.1)
> that is supposed to work however when I test using the "-/
> /etc/passwd" example the / seems to have the same effect as commenting
> the line.  I get /etc/passwd copied whether the source is / or /etc.
I guess that this -/ syntax is not usable
2008 Jul 18
2
Yet another rsync incremental thread
Hello all,
Since the rsync on Panther many things changed in my professional  
life. This project is abandoned although it should work. But this you  
already know. What's new? On my new job I have several servers to  
administrate. Servers that aren't backed up (sic). So, there's why I'm  
back to rsync.
The backup plan I would like:
1) Client side: PCs running rsync (or
2015 Apr 14
0
How to discern when like dir names exist in 2 places
Francis.Montagnac at inria.fr writes:
> Hi,
>
> On Mon, 13 Apr 2015 12:59:07 -0400 Kevin Korb wrote:
>> Hmmm,  according to my interpretation of the man page (I am on 3.1.1)
>> that is supposed to work however when I test using the "-/
>> /etc/passwd" example the / seems to have the same effect as commenting
>> the line.  I get /etc/passwd copied whether
2007 Aug 29
6
RSYNC Hang on client match_sums
Hi,
Got a strange problem with rsync ! Here is the story ...
I got a linux rsync server running for 8 months without any problem (rsync 
2.6.6 18)
I got about a dozen of rsync clients (linux and windows, generally using a 
2.6.5 rsync version) that synchronize their datas without any problem. Some 
of them only synchronize a few datas (10 GB) and some others synchronize 
large amount of data
2009 Aug 18
2
rsync 3.0.4 under cygwin: problems with --exclude
Hi all,
I'm trying to backup a disk using rsync but I need to exclude some folder.
I'm using rsync 3.0.4 under cygwin on a winxp machine.
The script that I use is:
# ---------------------------------------------------------------- #
SRCDIR=/cygdrive/d
LOGDIR=/cygdrive/f
BCKDIR=/cygdrive/f/Backup
rsync -auv --progress --delete --delete-excluded --log-file=$LOGDIR/`date
+%Y%m%d`.log
2009 Oct 14
0
[LLVMdev] JIT on ARM
Forgot to mention. I don't know how well the canadian cross compile  
stuff works in 2.5. We made some improvements in that area for 2.6. If  
you have trouble with it, I'd suggest trying 2.6 (or even better, ToT  
svn) and seeing if things are improved there.
-Jim
On Sep 25, 2009, at 2:04 AM, Martins Mozeiko wrote:
> Hello.
>
> My goal is to use LLVM with JIT compiler for ARM
2009 Sep 25
6
[LLVMdev] JIT on ARM
Hello.
My goal is to use LLVM with JIT compiler for ARM on Android device.
Currently I have successfully built and executed LLVM bitcode with  
interpreter on Android. Speed is not so great, that is why I want to  
use JIT.
I tried building bitcode on windows with llvm-gcc that is provided on  
llvm home page. Resulting bitcode runs great in interpreter, but it  
doesn't use JIT. From what I
2004 Sep 20
2
problem with R CMD build (PR#7240)
Hello,
This may not be a bug--but I'm not sure.  I have R 1.91 installed on a 
machine that's running Windows XP.  In Cygwin, when I attempt to use the 
"build" command it tells me that TMPDIR is set to an invalid directory. 
See the results below:
stat20:/cygdrive/d/dirk/bands/implementation -> which r
/cygdrive/d/Programs/R/rw1091/bin/r
2013 Jul 30
0
[LLVMdev] LLVM and Cygwin
Hi Brian,
On 29/07/13 23:42, Brian Herman wrote:
> I got the following error while compiling llvm and clang under cygwin.
>
> /cygdrive/c/Users/brianherman/Desktop/llvm/llvm-3.3.src/Release+Asserts/lib/libLLVMMCJIT.a(SectionMemoryManager.o):SectionMemoryManager.cpp:(.text+0x3b):
> undefined reference to `__register_frame'
I register_frame is used to enable the debugger (gdb) to
2011 Feb 09
2
[LLVMdev] Building LLVM on Cygwin.
Hi,
I followed the build instructions at
http://www.aarongray.org/LLVM/BuildingLLVMonCygwin.html to build LLVM and
LLVM GCC. Everything went fine except for the 'make install' step of llvm.
At this step, I am getting a big list of files which are under
/cygdrive/c/llvm-2.8/include/llvm and /cygdrive/c/llvm-2.8/include/llvm-c.
The error I am getting is:
/usr/bin/install:
2014 Jul 22
2
[LLVMdev] [LLVMDev][3.5]: assertion failed in RuntimeDyldELF.cpp
Hi LLVMDev list
I am building LLVM from the SVN trunk at 213638 on a W7/X86_64/Cygwin 
system and running make check leads to a series of failed assertions like
********************
FAIL: LLVM :: ExecutionEngine/MCJIT/test-setcond-fp.ll (6185 of 11245)
******************** TEST 'LLVM :: 
ExecutionEngine/MCJIT/test-setcond-fp.ll' FAILED ********************
Script:
--
2005 May 19
2
Voicemail wav49 format problem
I have the voicemail format set to wav49 in my voicemail.conf file.
When retrieving voicemails, the first message plays back ok - but then
Asterisk hangs up and the log shows the following error.  Any idea
what's up?
 
May 19 12:57:24 VERBOSE[7860]: Asterisk Ready.
May 19 13:48:51 WARNING[7860]: Not a wav file 49
May 19 13:48:51 WARNING[7860]: Unable to open fd on
2014 May 02
2
[LLVMdev] clang build (Debug+Asserts) fails with Cygwin and Mingw (ASTContext.o: File too big)
Hello,
After switching from a Linux development host to Windows7 with Cygwin, I 
notice the following problem when building clang (trunk, HEAD):
(also happens with Mingw)
...
llvm[4]: Compiling ParseInit.cpp for Debug+Asserts build
as: 
/cygdrive/d/Projects/Cpp/llvm/cfgCygwin/tools/clang/lib/AST/Debug+Asserts/ASTContext.o: 
too many sections (33066)
/tmp/ccmtDH7w.s: Assembler messages:
2008 Aug 15
3
[LLVMdev] install question
I'm trying to install llvm on my windows development box and hit a
problem
I'm using cygwin 
cygwin% gcc --version
gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
I downloaded both the top of tree via svn
I ran ./configure 
      make
make[1]: Entering directory `/cygdrive/c/llvm/lib/Support'
llvm[1]: Compiling APFloat.cpp for Debug build 
llvm[1]: Compiling APInt.cpp
2010 Feb 14
3
[LLVMdev] Unable to compile .s files generated with llc.
Hey,
I've been trying this for a couple days now, finding different assemblers and trying different options but I can't figure it out..
I must be missing something very obvious.
I got a simple "hello world" app in llvm, making the .bc file using 'llvm-as test.llvm -o=test.bc' works fine.
then I can use llvm-ld to make an executable which then runs fine (although not
2004 Dec 05
1
[LLVMdev] Building llvm and cfrontend under cygwin
Hi there,
I'm trying to build llvm under cygwin running under windows xp, and have
struck the following problem:
-- llvm: tools-only built ok
-- cfrontend: built ok
-- llvm: full build failed at the following point:
make[3]: Entering directory
`/cygdrive/d/3rd-party/llvm/runtime/GCCLibraries/crtend'
Compiling crtend.c to bytecode
Compiling listend.ll to bytecode
Linking comp_main.bc
2004 Mar 26
1
rsync/cwsync dir spaces on the path
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
 
Hi:
First let me say that rsync/cwrsync is amazing !
And sorry ! if I'm bothering you with this question...
I need to sync my work files from the WinXP Pro machine to our Solaris
one... so far so fine..
My problem is when I specify the path on the rsyncd.conf (cwrsync) I
have tried many combinations
from: