similar to: remote backup

Displaying 20 results from an estimated 10000 matches similar to: "remote backup"

2019 Jan 27
18
Centos 7 and backup solution
Hey there, what type of backup solution do you use on C7? Thanks in advance
2020 Apr 02
7
C8 and backup solution
Hi list, I'm searching a valid backup system to perform backups of 3 server, one local and 2 remote, and 2 linux workstation. (this number could be higher in future). Currently I'm testing bacula, scripted rsync with hardlink and borgbackup on C8.1. Bacula works without any problem, well tested, solid but complex to configure. Tested on a single server (with volumes on disk) and? a
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
2015 May 06
3
Backup PC or other solution
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 small office for disk storage and I
2016 Jun 07
2
for loop example
Maybe this don't to be the best form to solve your problem, but worked,rs. #!/bin/bash #power by Diego Rodrigues totalFileOne=$(wc -l file1 | cut -d" " -f1) totalFileTwo=$(wc -l file2 | cut -d" " -f1) count=0 if [ ! "${totalFileOne}" -eq "${totalFileTwo}" ];then echo "The two files need of same number of lines" exit 1 fi for
2016 Oct 19
4
Bacula Restore
Hi list, another question about bacula, but this time about restoring backups. I've a server that I must backup every day. My plan is: from mon to sat incrimental backup and on sunday full backup. When I will perform a restore I must restore from last valid full backup and then all valid incremental backup from last backup to specific date. This server has aweb managed application where
2016 Jun 09
3
remote backup
Il 07/06/2016 21:35, Keith Keller ha scritto: > On 2016-06-04, Alessandro Baggi <alessandro.baggi at gmail.com> wrote: >> i've need to backup a partition of ~200GB with a local connection of 8/2 >> mbps. >> >> Tool like bacula, amanda can't help me due to low bandwidth in local server. >> >> I'm thinking rsync will be a good choice. >
2015 May 11
5
Bacula backup system
Hi there, In my last request I have asked info about backuppc and other backup solutions. After some test I have choosen bacula. Many people said it's too complex and try to make it works is a challenge. I've tested backuppc and I don't like it for a stupid reason... I must install on centos external software, configure a web server with cgi with suid enabled (apache does not have
2015 Nov 09
11
Rsync and differential Backups
Hi list, how to perform a differential backup using rsync? On web there is a great confusion about diff backup concept when searched with rsync. Users says diff because it copy only differences. For me differential is backup from last full backup. Other users says that to perform a differential backup I must include in rsync command: --backup --backup-dir=/some/path but from manual page of
2020 Jul 02
5
[OT] Bacula offsite replication
Il 01/07/20 17:13, Leroy Tennison ha scritto: > I realize this shouldn't happen, the file is a tgz and isn't being modified while being transmitted. This has happened maybe three times this year and unfortunately I've just had to deal with it rather than invest the time to do the research. > > > Harriscomputer > > Leroy Tennison > Network Information/Cyber
2020 Jul 02
3
[OT] Bacula offsite replication
Il 02/07/20 15:02, Valeri Galtsev ha scritto: > > > On 7/2/20 3:22 AM, Alessandro Baggi wrote: >> Il 01/07/20 17:13, Leroy Tennison ha scritto: >>> I realize this shouldn't happen, the file is a tgz and isn't being >>> modified while being transmitted.? This has happened maybe three >>> times this year and unfortunately I've just had to deal
2020 Jul 01
2
[OT] Bacula offsite replication
Hi everyone, I have updated my backup server to CentOS 8.2. It runs bacula performing backup on disks. I would like to replicate backups on another offsite machine. I read about the ability to configure a new storage daemon in the offsite location and create a Migration/Copy Jobs. If I'm not wrong, it replicates only volumes but not replicate the catalog. I will try this. Another way to
2020 Jul 01
4
[OT] Bacula offsite replication
Hi Leroy, How I can confirm that during rsync transfer corruption are not encountered? Thank you in advance. Il 01/07/20 16:04, Leroy Tennison ha scritto: > I've used rsync (but probably not for the size you're referring to), it works and has enough features to meet most needs. I have had a single situation where corruption occurred during transfer (a few times, have no idea why),
2015 Dec 02
2
CentOS and bacula
Hi list, I've a bacula system based on disk volume that I need to refresh (new install). There is a way to mantain the "current status" (volumes, catalog and other if needed) when migrating the system to a new installation? Thanks in advance
2019 Jan 25
2
Bacula 9.4.1 Dbdriver issue
Hi list, I created my rpm for Bacula 9.4.1 reading centos srpm spec files. I made a single package and not split in several packages because this is my first rpm so I created my spec file taking a cue from bacula-5.3 spec file. All works as intended, an rpm was created and installed without any not fixable issue. After installing my bacula rpm I run a test to see if all works as expected.
2016 Aug 09
4
C7 Backup problem
Good morning list, I've a question about backup performed with bacula. I manage a DELL server (dedicated on provider) with C7. I use bacula as backup system with volumes on disk. System performs mon-sat incremental backups and Sun full backup at 03.00 AM. I've another pool (named update) where I performs backup before each software update. Storage is on and external disk 2.5' of
2015 May 11
3
Bacula backup system
On c7 I can't find mod_perl. Configuring bacula client requires only few lines...with bacula you need only bacula pkgs and one database. With backuppc there are different services to install and configure...some external to centos base. In c7, without mod_perl I must run cgi with suid... Ok bacula is more complex (complexity I mean for its configuration) but It is better organized and less
2018 Sep 17
2
LVM and Backups
Hey there, I'm testing LVM snapshot to make backups and I've some questions about snapshot lvm. In my test case I have httpd, postgresql db and a dataset on a VM. Running a backup I follow this steps: 1) Stop httpd 2) Create lvm snapshot on the dataset 3) Backup database 4) restart httpd (to avoid more downtime) 5) mount the snapshot and execute backup 6) umount and remove the snapshot
2018 Sep 19
3
LVM and Backups
Il 18/09/2018 17:14, Gordon Messmer ha scritto: > On 9/17/18 11:38 PM, Alessandro Baggi wrote: >> Il 17/09/2018 22:12, Gordon Messmer ha scritto: >>> That doesn't look right.? It should look more like 1) stop or freeze >>> all of the services (httpd and database), 2) make the snapshot, 3) >>> start or thaw all of the services, 4) mount the snapshot, 5)
2015 Dec 02
2
CentOS and bacula
Hi Fabio, thanks for your reply. (I'm new with bacula). To make things more clear: 1) Reinstall CentOS and software; 2) Configure database and import catalog 3) Copy last valid configuration for dir, sd,fd and console. 4) Re-attach my disk backup device with last volumes That's all? Another question is about Catalog backup. When I need to restore a backup, bacula reads catalog and