Displaying 2 results from an estimated 2 matches for "ptovided".
Did you mean:
provided
2004 Aug 12
1
link-dest doesn't seem to work properly on MacOSX
...g backups
but it seems to me that the --link-dest option doesn't work properly in my
configuration. Instead of creating hard links for all unchanged files it
seems that rsync copies everything, as if --link-dest hasn't been
specificed. Can somebody clarify what's going on?
My script is ptovided below:
#rotating backup script - v1.0
rm -rf "/Volumes/Backups/Iteration.3"
mv -f "/Volumes/Backups/Iteration.2" "/Volumes/Backups/Iteration.3"
mv -f "/Volumes/Backups/Iteration.1" "/Volumes/Backups/Iteration.2"
mv -f "/Volumes/Backups/Iter...
2012 Aug 17
2
R package compilation: files in src directory should be ignored if C library is not available
I have written an R package which contains C source code (in the directory pkg/src).
Only a subset of the functions in the pkg/R directory contain a .C() call to the functions in the pkg/src directory. The rest of the package will still work and be useful without the functions containing a .C() call.
To compile the code in pkg/src requires the GSL library. This is detailed in the