Displaying 20 results from an estimated 10000 matches similar to: "rsync leaving files compressed"
2007 Dec 04
2
backup / compressed copy
Hi,
I think about buying a NAS-server from Sun. To backup this server I want
to use our central to-tape backup. For whatever reason ppl are asking me
to make one compressed copy to disk and only backup this copy.
So to reduce load I'd like to have a script that:
identifies changed files only (using md5?)
copies them
and compresses them
storeBackup.pl does something similar, but keeps
2001 Feb 17
1
Antigen found Unknown (?) virus
Antigen for Exchange found term_on_rekey_rq.patch infected with Unknown (?) virus.
The file is currently Detected. The message, "terminate on re-key request (patch)", was
sent from Marko Asplund and was discovered in SMTP Messages\Inbound
located at Unknown/Unknown/MSMAIL.
2008 Apr 27
1
rsync and compression
I have a directory that I backup using rsync with --link-dest and hard
links, but I would like the files in that directory to be zipped to
conserve space. They are very large log text files (hundreds of megs)
that compress 90% or more.
Is there some way to do this so that all the files rsync backs up get
compressed?
The only thing I can think of is manually compressing the directories
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
2000 Aug 31
2
'ssh -f' option, interoperability with ssh v2.3.0
i'm trying to use the ssh command's -f option with OpenSSH v2.1.1p4 on
linux (RedHat v6.2). this option doesn't seem to be working properly on my
system - the specified is run succesfully but it isn't put to the
background. is this a known problem?
also, OpenSSH doesn't seem to interoperate with SSH Communications
Security's ssh v2.3.0 (apparently because of different
2006 Jun 07
9
Simple backup program
I am looking for a simple backup program that I can use to backup a
CentOS box to a local tape drive. Hopefully someone here can give me
a recommendation.
This is what I need:
- Simple launching of manual backups (preferably from the command
line)
- Ability to span tapes for a large backup
- Proper treatment of hardlinked files
- Notification via email or similar when it is
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 May 06
2
Backup PC or other solution
On Wed, May 6, 2015 2: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
>>
2011 Apr 19
0
rsync Digest, Vol 100, Issue 14
I have it up and working. for me at least.
http://crypotworksapps.blogspot.com/2011/04/windows-and-linux-backups-made-dirt.html
On Tue, Apr 19, 2011 at 11:00 AM, <rsync-request at lists.samba.org> wrote:
> Send rsync mailing list submissions to
> ? ? ? ?rsync at lists.samba.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> ? ? ?
2015 May 07
2
Backup PC or other solution
Il 07/05/2015 00:47, John R Pierce ha scritto:
> On 5/6/2015 1:34 PM, Valeri Galtsev wrote:
>> My assistant liked backuppc. It is OK and will do decent job for really
>> small number of machines (thinking 3-4 IMHO). I run bacula which has
>> close
>> to a hundred of clients; all is stored in files on RAID units, no tapes.
>> Once you configure it it is nice. But to
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
2008 Oct 11
3
need filesystem recommendation
Hi All,
I have a backup site and I would like to rsync from production to
backup site. However, I would like to have all backups be compressed
so I can save space. Can anyone recommend a good way to do this? I am
currently using tar and bzip2 to do this.
TIA
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
2008 Dec 22
3
BackupPC newbie: a couple more questions
1. I'm running - or trying to run - BackupPC under Centos-5.2,
and have been looking at various BackupPC HOWTOs and tutorials.
I see that the "Falko" tutorial at <http://www.howtoforge.com/linux_backuppc>
recommends (on page 3) that one should enter one's username,
"falko" in this case, as the user in /etc/BackupPC/hosts .
Other tutorials suggest one should use
2010 Feb 25
3
Backuppc-updates on CentOS
Hi all,
I installed BackupPC on one of my Centos 5.4-machines following the wiki at
http://wiki.centos.org/HowTos/BackupPC#head-725ed151d366bcf182cea92f765c373900cfc9dc,
where BackupPC is installed from the c5-testing repo.
root at mach012 ~/ [0]# rpm -qa backuppc
backuppc-3.1.0-1.el5.centos
root at mach012 ~/ [0]#
Seeing how there's been some updates to BackupPC in the near past, I