Displaying 20 results from an estimated 6000 matches similar to: "rsync and compression"
2008 Dec 04
7
Win32 GUI Client
Can anyone recommend a good win32 GUI rsync client?
-------------- next part --------------
HTML attachment scrubbed and removed
2008 Nov 01
4
CentOS 5.2 and Bacula
Hi everyone,
I have a Samba server on CentOS 5.2 that I would like to and some backup
service to, I have been trying to install Bacula, because I want to backup
MS machines too, and there is a web GUI. But when searching around i google
I get a bit confused. about what packages I need.
Has anyone got bacula running on Centos or maybe guide in the right
direction.
Tronn
-------------- next part
2015 May 06
2
Backup PC or other solution
> On May 6, 2015, at 9:46 PM, m.roth at 5-cent.us wrote:
>
> Alessandro Baggi wrote:
>> I list,
>> I'm new with backup ops and I'm searching a good system to accomplish this
>> work. I know that on centos there are bacula and amanda but they are too
>> tape oriented. Another is that they are very powerfull but more complex. I
>> need a solution for
2006 Sep 12
2
(no subject)
Hi,
I have a problem with aggregate.
x <- aggregate(t1,list(t2,t3,t4), mean)
z<-x[,3]
I want z to be a vector but it is a factor.
I've tried to use as.vector(z,mode="numeric") but then the numbers get
scrambeled.
Any help is appriciated
/anders
2009 Jul 03
2
Two questions about the cloud function in the lattice package
Hi,
I have two questions regarding the cloud function in the lattice
package:
1) Is there a way to not print the surrounding frame (i.e. the square
surrounding the entire plot)?
2) Is there a way to italicize the text displayed with the key argument?
Some sample code:
data(iris)
cloud(Sepal.Length~Petal.Length*Petal.Width,data=iris,
groups=Species,screen=list(z=20,x=-70),
2004 Jan 30
4
Dovecot crashes on certain spam messages
Dovecot crashes. I think it's because of some message in my spam
folder. It has happened once before, and that time I solved it by
deleting that folder. It happens when I start gnus ("Checking messages
in folder spam" or something like that), which makes gnus just stop,
or when I try to enter that folder in mutt.
Jan 30 17:07:09 kalle imap(ke): file imap-bodystructure.c: line
278
2003 Jul 28
2
compression and encryption
Hello folks!
I've been thinking about adding the capability to store files compressed
and/or encrypted on either side of the rsync transfer. Let's say there's
a storage space provider. I want to store my files on that server
compressed (so I don't use more paid space than I need), and encrypted
(so they can't read my data).
I don't know much about encryption, but I
2015 Jul 14
11
Backups solution from WinDoze to linux
My manager just tasked me at looking at this, for one team we're
supporting. Now, he'd been thinking of bacula, but I see their Windows
binaries are now not-free, so I'm looking around. IIRC, Les thinks highly
of backuppc; comments on that, or other packaged solutions?
mark
2007 May 19
1
clustered standarderrors using design package
Please help,
I have a strange problem. I've got a balanced panel data set. I use dummy
variable regression and I've got results with lm function.
summary(lm(y ~ post + t19961 + t19962 + t19963 + t19964 + t19971 + t19972
+ t19973 + t19974 + t19981+factor( id)))
The problem is that I would like to get my standard errors clustered but
then gets the following error message:
f<-(lm(y ~
2008 Jan 24
1
singular.ok in lm
Dear R users,
I'm wondering about the singular.ok option in lm. If singular.ok is
set to TRUE does it mean that we allow the generalized inverse of
(X'X)^-1 (where X are the independent variables and ' denotes the
transpose)? Or is the singularity handled in some other way?
Thank you!
Best regards,
Martin.
========================================
Martin Eklund
PhD Student
2015 May 06
10
Backup PC or other solution
I list,
I'm new with backup ops and I'm searching a good system to accomplish this
work. I know that on centos there are bacula and amanda but they are too
tape oriented. Another is that they are very powerfull but more complex. I
need a solution for small office for disk storage and I found Backup PC.
Many people say that it is great for small stuff and for great number of
data.
What do
2016 Sep 25
2
How to move /var to another partition
On 09/25/2016 12:23 PM, J Martin Rushton wrote:
>
>
> On 25/09/16 18:03, Robert Nichols wrote:
>> On 09/25/2016 11:47 AM, TE Dukes wrote:
>>> Hello,
>>>
>>> I am getting low on space in my /(root) partition. I have 23GB free.
>>>
>>> I have 350GB in my /home partition. I am the only user.
>>>
>>> I was experimenting with
2015 Sep 26
2
Is this a bug in CentOS-7 BackupPC?
When I try to start BackupPC with "sudo systemctl restart backuppc"
on my CentOS-7 server (running kernel 3.10.0-229.14.1.el7.x86_64)
I get the following error in /var/log/BackupPC/LOG
2015-09-26 13:58:14 Reading hosts file
2015-09-26 13:58:14 unix bind() failed: No such file or directory
This message occurs in the Perl script /usr/share/BackupPC/bin/BackupPC :
my $sockFile
2015 Sep 20
2
Setting up BackupPC on CentOS-7
I'd be interested in any corrections or comments
on the following instructions (basically for myself):
We assume that BackupPC has been installed:
sudo yum install BackupPC
1. BackupPC must be run by the user backuppc.
Accordingly the lines
User apache
Group apache
in /etc/httpd/conf/httpd.conf should be changed to
User backuppc
Group backuppc
2. The user backuppc must be able to
2008 Jul 03
6
BackupPC won't fork after CentOS 5.2 upgrade
For some time now i have been running BackupPC 3.1.0 on CentOS 5.1
x86_64 however after upgrading to CentOS 5.2 BackupPC will not start.
"sudo /etc/init.d/backuppc start" return OK but there is no BackupPC
processes.
This fails also.
# sudo -u backuppc /usr/bin/BackupPC -d
# echo $?
0
This succeeds, but of course does not fork.
# sudo -u backuppc /usr/bin/BackupPC
So for some
2005 Jun 01
1
RSync with File Compression
Hello,
Rsync is great, thanks to all who work on it. Does anyone have any good
strategies for keeping the backups on the remote side compressed on disk?
I'm under the impression that gzipping the files would not work as they
would not be available to rsync in the uncompressed state for subsequent
backups. A compressed filesystem would be prefect, but the only
references I could find was for
2015 Sep 15
2
BackupPC is not easy to setup
On 09/13/2015 03:48 PM, Timothy Murphy wrote:
> Timothy Murphy wrote:
>
>> I thought I'd write a 1-page note to myself of the steps I took,
>> in preparation for CentOS-8...
>> I have a couple of questions that this raises.
>>
>> 1. Why exactly does backuppc want to ssh to root?
>> Is this just a way of running BackupPC as root?
>>
>> 2.
2015 Sep 08
3
BackupPC problem - wrong user
I recently moved BackupPC from CentOS-6 to CentOS-7.
But when I browse to localhost/BackupPC I'm told
Error: Wrong user: my userid is 48[apache], instead of 984(backuppc)
As far as I can tell, the BackupPC settings are exactly the same
as they were before the move.
It seems htttpd is running the program as user apache
rather than backuppc, as required.
Is there a simple setting in
2015 Sep 13
5
BackupPC is not easy to setup
I finally got BackupPC working under Centos-7.1
after several hours of pain.
I had been running it for several years under CentOS-6,
and probably CentOS-5, but there seem to me
to have been several new issues that arise with CentOS-7.
In my experience, the official documentation on this,
<http://backuppc.sourceforge.net/faq/BackupPC.html>,
is more or less useless unless you have a very long
2015 Sep 26
2
Is this a bug in CentOS-7 BackupPC?
Fabian Arrotin wrote:
>> This message occurs in the Perl script
>> /usr/share/BackupPC/bin/BackupPC :
>>
>> my $sockFile = "/var/run/BackupPC/BackupPC.sock";
>> unlink($sockFile); if ( !bind(SERVER_UNIX, sockaddr_un($sockFile))
>> ) { print(LOG $bpc->timeStamp, "unix bind() failed: $!\n");
>> exit(1); }
>>
>> As far as