Re: [BackupPC-users] Archive ACLs

2022-03-08 Thread ralph strebbing
On Tue, Mar 8, 2022 at 8:18 AM G.W. Haywood via BackupPC-users wrote: > It isn't clear to me exactly what you're doing here, but I thought it > might be worth a mention that if you back up files from Linux box A > and restore them to Linux box B you need to be a bit careful about the > owner and g

Re: [BackupPC-users] Archive ACLs

2022-03-08 Thread G.W. Haywood via BackupPC-users
Hi there, On Tue, 8 Mar 2022, ralph strebbing wrote: what we're trying to do is get the ACLs working from the Archive host. It is correctly exporting the tar.gz files, but when I extract them onto my PC, the files have lost their ownership/group ... It isn't clear to me exactly what you're do

Re: [BackupPC-users] Archive ACLs

2022-03-07 Thread Paul via BackupPC-users
In the past, rather than use the BackupPC archive function, I used rsync from the command line to back-up my Backuppc server to a removable USB drive on a PC on my network. Don’t know if that will work for you but, may be worth exploring. Paul Herron p...@october11th.com | +1 (202) 413-2

Re: [BackupPC-users] Archive ACLs

2022-03-07 Thread ralph strebbing
On Mon, Mar 7, 2022 at 5:02 PM wrote: > > I'm not sure that tarCreate or archiveHost respect ACLs. > I know that rsync restore does work... Right, and that's what we're using right now to backup the Hosts. But now we need to make our offline and offsite backups. So the BackupPC localhost is now se

Re: [BackupPC-users] Archive ACLs

2022-03-07 Thread backuppc
I'm not sure that tarCreate or archiveHost respect ACLs. I know that rsync restore does work... ralph strebbing wrote at about 15:53:24 -0500 on Monday, March 7, 2022: > Hi again, > > So after updating to BackupPC 4.x, ACLs work for rsync (yay). Now what > we're trying to do is get the ACLs wo

Re: [BackupPC-users] Archive incremental backup

2018-10-21 Thread Craig Barratt via BackupPC-users
Mtime won't be a reliable indication of what's in an incremental backup. First, other meta data might have changed (eg, rsync checks all file meta data including permissions, size etc) that would cause the file to be transferred during the incremental. You could look at the XferLOG file to parse w

Re: [BackupPC-users] Archive to tape library

2017-11-05 Thread Craig Barratt via BackupPC-users
No, this isn't supported. There are tools (like BackupPC_tarCreate) in BackupPC that could be used with external tools or scripts to write/manage tapes. Or you could run something like Bacula in parallel with BackupPC if you really want tapes. Craig On Thu, Oct 12, 2017 at 11:08 AM, Gandalf Cor

Re: [BackupPC-users] archive / extract to usb drive

2017-08-27 Thread Craig Barratt via BackupPC-users
Ulrich, As Kris suggested, you could use a script to create a copy of the latest backup tree. For example, you could use a command like this (replace HOST, SHARENAME and /PATH/TO/USB/DRIVE) to extract the most recent backup of share SHARE on host HOST: BackupPC_tarCreate -h HOST -n -1 -s SHARENA

Re: [BackupPC-users] archive / extract to usb drive

2017-08-19 Thread Ulrich Van Den Hekke
Hi, Actually when i made the archive, backuppc create 9 file with the extention .tar.gz. What i want is 9 directory, with each directory the archived file decompressed. I would like if i need a recovery, i can plug the usb drive and navigate to the different file without to have to uncompres

Re: [BackupPC-users] archive / extract to usb drive

2017-08-14 Thread Kris Lou
> > To archive the last backup of each host, i would like to copy the last > extracted version of each host to a usb drive without using tar. > I would like on the usb drive (to restore easily a file if necessary) > that the drive can be used even without backuppc with for each host the > directory

Re: [BackupPC-users] Archive backup with encryption

2016-12-09 Thread Bzzzz
On Fri, 9 Dec 2016 14:01:01 +0100 Peter Viskup wrote: > Dear all, Dear alone, > would like to ask whether it would be possible to use BackupPC to > store encrypted archives of sensitive directories from the clients > *only*. The easiest way I found to do so is to have each client encrypting it

Re: [BackupPC-users] archive aborts after signal ALRM

2012-12-05 Thread Timothy J Massey
Stefan Peter wrote on 11/18/2012 04:55:49 PM: > On 18.11.2012 20:44, Till Hofmann wrote: > > But now, when I'm trying to archive more clients at once, the > process receives ALRM after exactly 20 hours. > > > > 2012-11-09 19:54:29 Starting archive > > 2012-11-10 15:54:29 cleaning up after signa

Re: [BackupPC-users] archive aborts after signal ALRM

2012-11-23 Thread Till Hofmann
Thank you for the hint, I totally forgot about the timeout setting! Now it finished archiving properly. On Sun, Nov 18, 2012 at 10:55 PM, Stefan Peter wrote: > On 18.11.2012 20:44, Till Hofmann wrote: > > But now, when I'm trying to archive more clients at once, the process > receives ALRM after

Re: [BackupPC-users] archive aborts after signal ALRM

2012-11-18 Thread Stefan Peter
On 18.11.2012 20:44, Till Hofmann wrote: > But now, when I'm trying to archive more clients at once, the process > receives ALRM after exactly 20 hours. > > 2012-11-09 19:54:29 Starting archive > 2012-11-10 15:54:29 cleaning up after signal ALRM > 2012-11-11 03:16:38 Archive failed (aborted by si

Re: [BackupPC-users] Archive as mirrored file structure

2012-08-27 Thread Les Mikesell
On Sat, Aug 25, 2012 at 12:52 PM, Trey Dockendorf wrote: > I've been using BackupPC for many years now, and am now for the first > time going to be using the Archive features. For me the archives will > not be for off-site or remote storage, but a sort of "out-of-band" > copy of the backups. The

Re: [BackupPC-users] archive host tar and hardlink problems

2012-06-19 Thread Les Mikesell
On Tue, Jun 19, 2012 at 9:45 AM, Timothy J Massey wrote: > > > I think the problem is that your rsync module name doesn't match the > > > mountpoint.  I don't know if that is even possible for '/'.  But the > > error message still does not make sense to me. > > > > > > I can not use /  as rsyncd m

Re: [BackupPC-users] archive host tar and hardlink problems

2012-06-19 Thread Timothy J Massey
Steve Kieu wrote on 06/19/2012 01:14:46 AM: > I think the problem is that your rsync module name doesn't match the > mountpoint. I don't know if that is even possible for '/'. But the > error message still does not make sense to me. > > > I can not use / as rsyncd module name. So I must use

Re: [BackupPC-users] archive host tar and hardlink problems

2012-06-18 Thread Steve Kieu
I think the problem is that your rsync module name doesn't match the > mountpoint. I don't know if that is even possible for '/'. But the > error message still does not make sense to me. > > I can not use / as rsyncd module name. So I must use something else. I would like to emphasize that usin

Re: [BackupPC-users] archive host tar and hardlink problems

2012-06-18 Thread Les Mikesell
On Mon, Jun 18, 2012 at 6:40 PM, Steve Kieu wrote: > > Directory name  (rootfs) is generated by backuppc - It think It is based on > the rsynd module name (if I named it differently then the foldername is > changed as well). > > When doing restore and select download as Tar archive, all is fine, t

Re: [BackupPC-users] archive host tar and hardlink problems

2012-06-18 Thread Steve Kieu
> III days, but really, what else does your CPU have to do during the > backup time? You are mostly disk bound anyway - unless maybe you are > using IDE or USB drives that need CPU for the I/O work. > > We have a server (nagios) that constantly having load around 15 to 20 - only two cores. Before

Re: [BackupPC-users] archive host tar and hardlink problems

2012-06-18 Thread Les Mikesell
On Mon, Jun 18, 2012 at 7:50 PM, Shawn Carroll wrote: > >> Because I do not want to spend cpu time on ssh - And why not rsyncd >> for local LAN. It should be done that way when encryption is not >> needed. > > Does anyone choose to deal with this by simply specifying no encryption as an > ssh opt

Re: [BackupPC-users] archive host tar and hardlink problems

2012-06-18 Thread Steve Kieu
> Does anyone choose to deal with this by simply specifying no encryption as > an ssh option? > I have heard that ssh no longer support option cipher=none but I will recheck - last time I did not work for me > > Shawn > > > --

Re: [BackupPC-users] archive host tar and hardlink problems

2012-06-18 Thread Shawn Carroll
> > When the target is a linux system, why not just use rsync over ssh? > > > > > Because I do not want to spend cpu time on ssh - And why not rsyncd > for local LAN. It should be done that way when encryption is not > needed. Does anyone choose to deal with this by simply specifying no encry

Re: [BackupPC-users] archive host tar and hardlink problems

2012-06-18 Thread Steve Kieu
> under frootfs folder. > > When the target is a linux system, why not just use rsync over ssh? > > Because I do not want to spend cpu time on ssh - And why not rsyncd for local LAN. It should be done that way when encryption is not needed. Backuppc hardlinks all identical files for its own s

Re: [BackupPC-users] archive host tar and hardlink problems

2012-06-16 Thread Les Mikesell
On Sat, Jun 16, 2012 at 6:52 AM, Steve Kieu wrote: > >> What is the ./rootfs/ directory, and why is that not the place it is >> trying to write?   Do you actually have a hardlinked structure like >> that on the backup target? >> > > I use the rsyncd and modules name for path = / is rootfs . Then b

Re: [BackupPC-users] archive host tar and hardlink problems

2012-06-16 Thread Steve Kieu
> What is the ./rootfs/ directory, and why is that not the place it is > trying to write? Do you actually have a hardlinked structure like > that on the backup target? > > I use the rsyncd and modules name for path = / is rootfs . Then backup the whole root (with some exclude of course) using bac

Re: [BackupPC-users] archive host tar and hardlink problems

2012-06-15 Thread Les Mikesell
On Thu, Jun 14, 2012 at 8:35 PM, Steve Kieu wrote: > > tar: ./rootfs/sbin/tune2fs: Cannot hard link to `sbin/e2label': No such file > or directory > > > Obvoulsy it is reproducable here. What is the ./rootfs/ directory, and why is that not the place it is trying to write? Do you actually have a

Re: [BackupPC-users] archive host tar and hardlink problems

2012-06-14 Thread Steve Kieu
Hello That has always been filled for me. > > > For now I have to use the restore options and download as tar archive, > which > > works. > > I think both approaches should do the same thing. And the same for > running Backuppc_tarCreate from the command line. Not sure where to > start to debug

Re: [BackupPC-users] archive host tar and hardlink problems

2012-06-14 Thread Les Mikesell
On Tue, Jun 12, 2012 at 6:05 PM, Steve Kieu wrote: > >> I don't think I've ever seen that.  Is there some simple way to reproduce >> it? >> > > > Yes just choose archive host and select a host and archive it, choose tar gz > as format, and type the path to the file. Then move the file to some othe

Re: [BackupPC-users] archive host tar and hardlink problems

2012-06-14 Thread Steve Kieu
> I don't think I've ever seen that. Is there some simple way to reproduce > it? > > Yes just choose archive host and select a host and archive it, choose tar gz as format, and type the path to the file. Then move the file to some other boxes probably different OS than the archived host like in

Re: [BackupPC-users] archive host tar and hardlink problems

2012-06-12 Thread Les Mikesell
On Mon, Jun 11, 2012 at 11:10 PM, Steve Kieu wrote: > > I used the archive host and archive one host to a file. When extracting the > file I saw many error like: > > tar: ./rootfs/usr/lib/locale/fr_FR/LC_TELEPHONE: Cannot hard link to > `usr/lib/locale/br_FR/LC_TELEPHONE': No such file or director

Re: [BackupPC-users] Archive question

2012-05-14 Thread Poul Nielsen
Den 2012-03-12 02:51, Les Mikesell skrev: > On Sun, Mar 11, 2012 at 6:01 PM, Brad Morgan wrote: >> I'm trying to setup offsite backups using the archive feature. My testing >> shows that the backup number is part of the archive file name and that >> generates a couple of questions I couldn't find

Re: [BackupPC-users] Archive function

2012-03-28 Thread Les Mikesell
2012/3/27 Philip Kimgård : > Hi again! Sorry I couldn't awnser you any sooner. This solved the problem, > allthough another one showed up, maybe this is more of a problem with the > BackupPC_archive(start?) function, the files don't get compressed. I did > some searches online and tested to edit th

Re: [BackupPC-users] Archive function

2012-03-27 Thread Philip Kimgård
em? Or know how to get Backuppc_archivestart compress all files? /Philip From: r...@hasselbaum.net Date: Thu, 15 Mar 2012 12:04:55 -0400 To: backuppc-users@lists.sourceforge.net Subject: Re: [BackupPC-users] Archive function 2012/3/15 Philip Kimgård Thank you! The list approved the atta

Re: [BackupPC-users] Archive function

2012-03-16 Thread Les Mikesell
On Fri, Mar 16, 2012 at 3:47 PM, Timothy J Massey wrote: > > Having said that, I've *never* had a RAID controller fail (IBM ServeRAID).   > Some have been pretty poor (such as the ServeRAID 8k), and drives fail, of > couse, but never an array.  And I've never lost an entire IBM RAID array for >

Re: [BackupPC-users] Archive function

2012-03-16 Thread Timothy J Massey
Arnold Krille wrote on 03/16/2012 04:22:04 PM: > even if you intended for this question to be off-list, I think my answer > could be interesting to others as well;-) No problem. It's kinda off-topic, but if it helps others, then great. > And it works rather nice. (Some other parts of these f

Re: [BackupPC-users] Archive function

2012-03-16 Thread Arnold Krille
Hi, even if you intended for this question to be off-list, I think my answer could be interesting to others as well;-) On 16.03.2012 18:36, Timothy J Massey wrote: > Arnold Krille wrote on 03/15/2012 04:29:45 PM: >> The scripts are in /var/lib/backuppc/bin, so they are present on both >> the cl

Re: [BackupPC-users] Archive function

2012-03-15 Thread Arnold Krille
Hi, On 15.03.2012 15:39, Rob Hasselbaum wrote: > Attached is a script I execute from cron that deletes old archives in a > configured directory and then starts new archives for all hosts except > localhost. Feel free to use it as a starting point. Should run with minimal > modifications on Ubuntu

Re: [BackupPC-users] Archive function

2012-03-15 Thread Rob Hasselbaum
2012/3/15 Philip Kimgård > Thank you! The list approved the attachment and I tested it on the > server, though, there's seem to be a problem with the part that returns a > list of hosts from the hosts file. Only the part of the hostname before the > first dot(.) gets returned, not the complete h

Re: [BackupPC-users] Archive function

2012-03-15 Thread Philip Kimgård
backuppc-users@lists.sourceforge.net Subject: Re: [BackupPC-users] Archive function Attached is a script I execute from cron that deletes old archives in a configured directory and then starts new archives for all hosts except localhost. Feel free to use it as a starting point. Should run with minimal m

Re: [BackupPC-users] Archive function

2012-03-15 Thread Rob Hasselbaum
Attached is a script I execute from cron that deletes old archives in a configured directory and then starts new archives for all hosts except localhost. Feel free to use it as a starting point. Should run with minimal modifications on Ubuntu Server. Not sure if the mailing list allows attachments

Re: [BackupPC-users] Archive function

2012-03-14 Thread Arnold Krille
On Wednesday 14 March 2012 13:33:32 Philip Kimgård wrote: > Hi, > How can I choose to create an archive of all hosts like I can in the browser > interface? I wan't to schedule an archive job using cron (or even better, > in the CGI), but when I try to run BackupPC_archiveStart I can only choose > o

Re: [BackupPC-users] Archive function

2012-03-14 Thread Timothy J Massey
Philip Kimgård wrote on 03/14/2012 09:33:32 AM: > Hi, > How can I choose to create an archive of all hosts like I can in the > browser interface? I wan't to schedule an archive job using cron (or > even better, in the CGI), but when I try to run > BackupPC_archiveStart I can only choose one host

Re: [BackupPC-users] Archive question

2012-03-12 Thread Brad Morgan
>> I had to create that directory because I got an error that the archive >> parameters file could not be created. The actual archive location is >> specified in the config file (which defaults to /tmp). > Are you using a distribution-packaged install (.rpm or .deb)? I thought > the per-host pa

Re: [BackupPC-users] Archive question

2012-03-12 Thread Les Mikesell
On Mon, Mar 12, 2012 at 1:13 AM, Brad Morgan wrote: >>> Why do I have to manually create the /var/lib/backuppc/pc/>> host> directory? > >> That's not where you would normally put the archive copies.  More likely > you would want them to go on another > machine via an NFS mount, or to > separate sp

Re: [BackupPC-users] Archive question

2012-03-11 Thread Brad Morgan
>> Why do I have to manually create the /var/lib/backuppc/pc/> host> directory? > That's not where you would normally put the archive copies. More likely you would want them to go on another > machine via an NFS mount, or to separate space where you would move to different media later. I had to

Re: [BackupPC-users] Archive question

2012-03-11 Thread Les Mikesell
On Sun, Mar 11, 2012 at 6:01 PM, Brad Morgan wrote: > I'm trying to setup offsite backups using the archive feature. My testing > shows that the backup number is part of the archive file name and that > generates a couple of questions I couldn't find answers to. > > > > Why do I have to manually c

Re: [BackupPC-users] archive to ftp?

2011-06-10 Thread Joe Konecny
On 6/10/2011 10:55 AM, Les Mikesell wrote: > On 6/10/2011 9:06 AM, Joe Konecny wrote: >> I have backuppc running and tested and it works great but our company >> requires offsite storage of backups. Someone used to take a tape >> home each night when we used Amanda. I've read the docs on the arch

Re: [BackupPC-users] archive to ftp?

2011-06-10 Thread Les Mikesell
On 6/10/2011 9:06 AM, Joe Konecny wrote: > I have backuppc running and tested and it works great but our company > requires offsite storage of backups. Someone used to take a tape > home each night when we used Amanda. I've read the docs on the archive > function and it says "BackupPC supports ar

Re: [BackupPC-users] Archive without tarball - directly to the file system

2011-05-25 Thread samuel_w...@t-online.de
Its not really easy to backup a backuppc, read in the mailing list rsync is not a good idea because there a lot of hardlinks. Whats the best way to creat offline backups? -Original-Nachricht- Subject: Re: [BackupPC-users] Archive without tarball - directly to the file system Date

Re: [BackupPC-users] Archive without tarball - directly to the file system

2011-05-23 Thread Steven Johnson
Mikesell [mailto:lesmikes...@gmail.com] Sent: Monday, May 23, 2011 12:05 PM To: backuppc-users@lists.sourceforge.net Subject: Re: [BackupPC-users] Archive without tarball - directly to the file system On 5/23/2011 4:44 AM, samuel_w...@t-online.de wrote: > Is it possible to create a archive o

Re: [BackupPC-users] Archive without tarball - directly to the file system

2011-05-23 Thread Les Mikesell
On 5/23/2011 4:44 AM, samuel_w...@t-online.de wrote: > Is it possible to create a archive of a host without the tarball > directly to the file system as it is on the server? > > My tarballs are now larger than 300 GB :-/ I don't think there is a way within the web interface to add components to

Re: [BackupPC-users] Archive without tarball - directly to the file system

2011-05-23 Thread Jeffrey J. Kosowsky
Holger Parplies wrote at about 17:22:27 +0200 on Monday, May 23, 2011: > I erraneously wrote to the list > Holger Parplies wrote on 2011-05-23 16:30:57 +0200 [Re: [BackupPC-users] > Archive without tarball - directly to the file system]: > > Hallo, > > [...] > &g

Re: [BackupPC-users] Archive without tarball - directly to the file system

2011-05-23 Thread Holger Parplies
I erraneously wrote to the list Holger Parplies wrote on 2011-05-23 16:30:57 +0200 [Re: [BackupPC-users] Archive without tarball - directly to the file system]: > Hallo, > [...] sorry, that was meant to be off-list. *kick my MUA* Regards,

Re: [BackupPC-users] Archive without tarball - directly to the file system

2011-05-23 Thread Holger Parplies
Hallo, samuel_w...@t-online.de wrote on 2011-05-23 11:44:33 +0200 [[BackupPC-users] Archive without tarball - directly to the file system]: > http://p.sf.net/sfu/intel-dev2devmay ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:

Re: [BackupPC-users] Archive without tarball - directly to the file system

2011-05-23 Thread Richard Shaw
On Mon, May 23, 2011 at 4:44 AM, samuel_w...@t-online.de wrote: > Is it possible to create a archive of a host without the tarball directly to > the file system as it is on the server? > > > > My tarballs are now larger than 300 GB :-/ There was some discussion on this subject previously and the

Re: [BackupPC-users] archive problem: split says, "no such file or directory"

2010-11-22 Thread Frank J . Gómez
Whoops, this email has been sitting in my Drafts folder for about a week. :-) Better late than never, I guess. @Les: Ahhh, now I see what you mean by, "especially if you intend to schedule the runs with cron eventually." I had everything working perfectly via the web GUI, but then nothing worke

Re: [BackupPC-users] archive problem: split says, "no such file or directory"

2010-11-12 Thread Mike Dresser
On 11/11/10 07:32 PM, Frank J. Gómez wrote: > That's basically what I've done... the command that should run is: > BackupPC_tarCreate -t -h $host -n $bkupNum -s $share . | /bin/gzip > | /usr/bin/gpg -r $gpgUser --encrypt | /usr/bin/split -b 65 - > $outLoc/0.$host.tar$fileExt. > You might want

Re: [BackupPC-users] archive problem: split says, "no such file or directory"

2010-11-11 Thread Frank J . Gómez
That's basically what I've done... the command that should run is: BackupPC_tarCreate -t -h $host -n $bkupNum -s $share . | /bin/gzip | /usr/bin/gpg -r $gpgUser --encrypt | /usr/bin/split -b 65 - $outLoc/0.$host.tar$fileExt. For some reason I'm getting stuff on that split error, though. I'll

Re: [BackupPC-users] archive problem: split says, "no such file or directory"

2010-11-11 Thread Les Mikesell
On 11/11/2010 5:21 PM, Frank J. Gómez wrote: > Sorry to be banging on the list so much lately, but I've got another > issue I don't understand... > > I've modified a copy of BackupPC_archiveHost, with the changes being: > > * I'm piping output to gpg after compression and before splitting >

Re: [BackupPC-users] Archive Backups

2010-07-07 Thread Chris Owen
Guys Thank you very much for your help to do this. In the end I have used: edit /etc/backuppc/config.pl and set: $Conf{BackupsDisable} = 2; Many Thanks Chris -- This SF.net email is sponsored by Sprint What will you do

Re: [BackupPC-users] Archive Backups

2010-07-06 Thread Tyler J. Wagner
On Tuesday 06 July 2010 16:34:58 Jim Kyle wrote: > On Tuesday, July 6, 2010, at 10:22:12 AM, Chris Owen wrote: > > Was hoping there might be away within BackupPC to stop backups from > > running. But this will do the trick. > > Check the docs for the "BackupsDisable" setting in config.pl; it appea

Re: [BackupPC-users] Archive Backups

2010-07-06 Thread Kenneth L. Owen
Hi Chris, When I saw your note, I first thought about just stopping the service like in Richards suggestion below. If you want to keep the system simi-active in case you need something from the old archive, I'm wondering if just setting the black-out period to 24/7 would work. -- ken On Tue, 2

Re: [BackupPC-users] Archive Backups

2010-07-06 Thread Jim Kyle
On Tuesday, July 6, 2010, at 10:22:12 AM, Chris Owen wrote: > Was hoping there might be away within BackupPC to stop backups from > running. But this will do the trick. Check the docs for the "BackupsDisable" setting in config.pl; it appears to be exactly what you are looking for! -- Jim Kyle m

Re: [BackupPC-users] Archive Backups

2010-07-06 Thread Carl Wilhelm Soderstrom
edit /etc/backuppc/config.pl and set: $Conf{BackupsDisable} = 2; The comments above that directive in the config file will explain it. -- Carl Soderstrom Systems Administrator Real-Time Enterprises www.real-time.com --

Re: [BackupPC-users] Archive Backups

2010-07-06 Thread Chris Owen
Richard Thanks for this, I didn't think about doing it this way. Was hoping there might be away within BackupPC to stop backups from running. But this will do the trick. Many Thanks Chris > On Tue, Jul 6, 2010 at 8:14 AM, Chris Owen > wrote: > >> Hey. >> >> I have installed a new backupp

Re: [BackupPC-users] Archive Backups

2010-07-06 Thread Richard Shaw
On Tue, Jul 6, 2010 at 8:14 AM, Chris Owen wrote: > Hey. > > I have installed a new backuppc server and have tested the backups on > the new server and I am now happy to switch off the old server. The > server is running other services so I wanted to know if there is away to > stop the backups fro

Re: [BackupPC-users] archive to windows host

2010-04-19 Thread Les Mikesell
On 4/19/2010 5:22 PM, Eddie Gonzales wrote: > ok, i was able to archive but it archive to the backuppc server. i was under > the assumption that when you create a host(a different machine) and set that > for archive, it should push the archives to that machine. am i missing > something? Yes, t

Re: [BackupPC-users] archive host questions

2010-03-08 Thread Carl Wilhelm Soderstrom
On 03/07 05:42 , Gerald Brandt wrote: > I've been trying to automate archive (from iSCSI to USB drive) for offsite > backups. Last Fridays ran fine (but took almost 20 hours). This Fridays > failed at exactly 1200 minutes in, by a SIGALRM. Is there a time limit on > archives? Check this value in

Re: [BackupPC-users] archive host questions

2010-03-08 Thread Josh Malone
On Sun, 7 Mar 2010 17:42:10 -0600 (CST), Gerald Brandt wrote: > Hi, > > I've been trying to automate archive (from iSCSI to USB drive) for > offsite backups. Last Fridays ran fine (but took almost 20 hours). This > Fridays failed at exactly 1200 minutes in, by a SIGALRM. Is there a time > limit o

Re: [BackupPC-users] Archive/Pool target drive

2009-05-23 Thread Holger Parplies
Hi, Skip Guenter wrote on 2009-05-23 17:31:06 -0500 [[BackupPC-users] Archive/Pool target drive]: > > I think a quick simple question... ... of which I simply don't understand, in what way it is related to Jeffrey's question about exponential full backups. Please stop hijacking threads. > Does

Re: [BackupPC-users] Archive to Tape

2009-04-15 Thread Les Mikesell
Nils Breunese (Lemonbit) wrote: > Bharat Mistry wrote: > >> I have a spare LTO2 as a result of a Windows Server upgrade >> >> I'd like to install it on my BackupPC box and Archive to Tape once a >> week >> (BackupPC installed on SME Server) >> >> I use the following to backup to DAT tape on othe

Re: [BackupPC-users] Archive to Tape

2009-04-15 Thread Nils Breunese (Lemonbit)
Bharat Mistry wrote: > I have a spare LTO2 as a result of a Windows Server upgrade > > I'd like to install it on my BackupPC box and Archive to Tape once a > week > (BackupPC installed on SME Server) > > I use the following to backup to DAT tape on other SME servers: > > mt -f /dev/nst0 rewind >

Re: [BackupPC-users] archive

2009-01-15 Thread Les Mikesell
Brad C wrote: > But Ive hit a few snags > > I have quiet a few linux servers that I use rsyncd to backup from > (security advantage of read only) > Because they are servers and perform different functions the pooling of > files feature doesn't impact on disk utilisation. If you are backing up t

Re: [BackupPC-users] archive

2009-01-15 Thread Jon Craig
On Thu, Jan 15, 2009 at 8:43 AM, Brad C wrote: > Drive A - Onsite Backup for a group of linux servers for instant restores. BackupPC instance #1 (use vmware/vbox) w/ topdir on Drive A > Drive B - Onsite Backup dedicated for one specific server that needs to be > kept onsite but data seperate fr

Re: [BackupPC-users] archive (with tape archiving script attached)

2009-01-15 Thread Tino Schwarze
Hi Brad, [...] > Eg: what happens if the building burns down and the backuppc host you where > using doesnt exist anymore, how would you restore? > The archive function allows you to tar... but the limit on a tar file is > 2GB... which would meant it would split into 100 tar files... but then whe

Re: [BackupPC-users] archive

2009-01-15 Thread Nils Breunese (Lemonbit)
Brad C wrote: > I've read that you cant split topdir based on server, so I cant send > one server to Drive A and another server to Drive B. Where did you read this? AFAIK this is not possible. > Eg: what happens if the building burns down and the backuppc host > you where using doesnt exist

Re: [BackupPC-users] Archive full backups?

2009-01-07 Thread Tino Schwarze
On Sun, Jan 04, 2009 at 01:38:19PM +0100, Bernhard Schneck wrote: > I've been using BackupPC (3.0.0) on Ubuntu (8.x) for a while > and am quite happy with it ... thanks a lot for the effort > to all BackupPC developers and contributors! > > I've started to look at the Archive functions. > > What

Re: [BackupPC-users] archive schedule

2008-09-12 Thread Aitor Carrera
Thanks, I was facing some issues with /usr/share/backuppc/bin/BackupPC_archiveHost script. the last parameter "shared" I write \* and it works!, . This script modify the logs and the info on webbased front end? thanks On Fri, Sep 12, 2008 at 11:35 AM, Nils Breunese (Lemonbit) < [EMAIL PROTECTED]>

Re: [BackupPC-users] archive schedule

2008-09-12 Thread Nils Breunese (Lemonbit)
Aitor Carrera wrote: > Hi! I have backuppc configured and running, backing up every > production server. the backups where storage in a backup server and, > periodically, I run manually an archive to tape drive. I'm tring to > schelude the archive but i'm not able to find documentation about

Re: [BackupPC-users] archive problem

2008-08-08 Thread Holger Parplies
Hi, Chris Robertson wrote on 2008-08-01 10:30:19 -0800 [Re: [BackupPC-users] archive problem]: > The are "file test operators". See > http://tldp.org/LDP/abs/html/fto.html for a pretty extensive (and > annotated) list. without wanting to be too pedantic, I think it should

Re: [BackupPC-users] archive problem

2008-08-03 Thread Les Mikesell
Jeff Rippy wrote: > but again - shouldn't backuppc be taking care of the rewinding if necessary? > Backuppc doesn't know if you want more than one thing on the tape. -- Les Mikesell [EMAIL PROTECTED] - This SF.Net e

Re: [BackupPC-users] archive problem

2008-08-03 Thread Jeff Rippy
switches page at tldp.org. Thank you for the information. It was very useful. Again, thank you all for the quick replies. Jeff On Fri, Aug 1, 2008 at 6:15 PM, Holger Parplies <[EMAIL PROTECTED]> wrote: > Hi, > > Jeff Rippy wrote on 2008-08-01 12:48:46 -0500 [Re: [BackupPC-users] ar

Re: [BackupPC-users] archive problem

2008-08-03 Thread Jeff Rippy
but again - shouldn't backuppc be taking care of the rewinding if necessary? On Fri, Aug 1, 2008 at 3:47 PM, Les Mikesell <[EMAIL PROTECTED]> wrote: > Jeff Rippy wrote: > > > Also the backuppc documentation and even the default > >> configuration uses /dev/st0 so why exactly do you recommend /dev

Re: [BackupPC-users] archive problem

2008-08-01 Thread Holger Parplies
Hi, Jeff Rippy wrote on 2008-08-01 12:48:46 -0500 [Re: [BackupPC-users] archive problem]: > yes I had thought of that too "that" being? The permission problem Les and I had pointed you at? > and have already added the backuppc user to the "tape" group. I presume yo

Re: [BackupPC-users] archive problem

2008-08-01 Thread Les Mikesell
Jeff Rippy wrote: > Also the backuppc documentation and even the default > configuration uses /dev/st0 so why exactly do you recommend /dev/nst0 > instead. Shouldn't backuppc be controlling where it writes to the tape? /dev/st? devices rewind the tape on open and close, so you can't write any

Re: [BackupPC-users] archive problem

2008-08-01 Thread Chris Robertson
Jeff Rippy wrote: > yes I had thought of that too and have already added the backuppc user > to the "tape" group. permissions are 660 or rw-rw with owner root > and group tape. Also the backuppc documentation and even the default > configuration uses /dev/st0 so why exactly do you recommen

Re: [BackupPC-users] archive problem

2008-08-01 Thread Jeff Rippy
yes I had thought of that too and have already added the backuppc user to the "tape" group. permissions are 660 or rw-rw with owner root and group tape. Also the backuppc documentation and even the default configuration uses /dev/st0 so why exactly do you recommend /dev/nst0 instead. Shouldn

Re: [BackupPC-users] archive problem

2008-08-01 Thread Rob Terhaar
Check the permissions on /dev/st0 what group owns that device? Add the backuppc user to the tape group (or whoever the owning group of the device is) On 7/31/08, Les Mikesell <[EMAIL PROTECTED]> wrote: > Jeff Rippy wrote: >> Thanks for the quick reply. The backuppc user uses /bin/sh not bash.

Re: [BackupPC-users] archive problem

2008-07-31 Thread Les Mikesell
Jeff Rippy wrote: > Thanks for the quick reply. The backuppc user uses /bin/sh not bash. > sh is a symbolic link to /bin/dash it looks like. Not sure if this > helps or not. The shell doesn't have much to do with this except possibly giving you the wrong error message. The real problem is a

Re: [BackupPC-users] archive problem

2008-07-31 Thread Jeff Rippy
Thanks for the quick reply. The backuppc user uses /bin/sh not bash. sh is a symbolic link to /bin/dash it looks like. Not sure if this helps or not. Jeff On Thu, Jul 31, 2008 at 7:58 AM, Holger Parplies <[EMAIL PROTECTED]> wrote: > Hi, > > Jeff Rippy wrote on 2008-07-31 06:58:46 -0500 [[Backu

Re: [BackupPC-users] archive problem

2008-07-31 Thread Holger Parplies
Hi, Jeff Rippy wrote on 2008-07-31 06:58:46 -0500 [[BackupPC-users] archive problem]: > Hi all, > I have a Ubuntu 8.04 and BackupPC 3.x.x setup with an LTO-1 drive. > When I go to archive a host I get the following error: > > Executing: /usr/share/backuppc/bin/BackupPC_archiveHost > /usr/sh

Re: [BackupPC-users] Archive encrypted zip

2008-04-16 Thread Alexandre Joly
This seems a good solution! I need to modify BackupPC in order to pipe it to 7zip right after tar'ing. Which script should I modify? dan wrote: > for a high-compression AES 256bit encryption you can use a tar.7z. > you need to wrap the files in tar to preserve permissions and meta > data and t

Re: [BackupPC-users] Archive Host Setup

2008-04-16 Thread Tino Schwarze
On Wed, Apr 16, 2008 at 08:58:08AM +0100, IMGLE - BackupPC wrote: > I have BackupPC setup and working with Windows and Linux Hosts. I now > want to get the backups offsite and want to setup an archive host. I > want this to be on the same server as the BackupPC server, is this > possible? > > >

Re: [BackupPC-users] Archive encrypted zip

2008-04-15 Thread dan
for a high-compression AES 256bit encryption you can use a tar.7z. you need to wrap the files in tar to preserve permissions and meta data and then 7z it with AES. 7z is also a very powerfull compressor, better than zip or gzip and can match bzip2 but be faster. you could technically use 7zip to

Re: [BackupPC-users] Archive encrypted zip

2008-04-15 Thread Nils Breunese (Lemonbit)
Alexandre Joly wrote: > I thought of zip as a good solution for achieving encrypted backups. > But you are right here, it will lose metadata. My only requirements > are that archives must be encrypted at the file level (forget > encrypted volume) At the file level of the archive or at the f

Re: [BackupPC-users] Archive encrypted zip

2008-04-15 Thread Alexandre Joly
I thought of zip as a good solution for achieving encrypted backups. But you are right here, it will lose metadata. My only requirements are that archives must be encrypted at the file level (forget encrypted volume) and that I can open those under Windows (using Winzip for example). Nils Breun

Re: [BackupPC-users] Archive encrypted zip

2008-04-15 Thread Nils Breunese (Lemonbit)
Alexandre Joly wrote: > This is a requirement here at my company to have encrypted archives > for > off-site backup. Yeah, but Tino's question was why you'd want to use zip instead of a compressed tarball, because metadata like permissions and ownership can't be stored in a zip file (AFAIK)

Re: [BackupPC-users] Archive encrypted zip

2008-04-15 Thread Nils Breunese (Lemonbit)
Alexandre Joly wrote: > Well, I can see WinZip 11 has support for 128- and 256-bit AES > encryption. PKZIP, on the other hand, is weak and can be cracked > within > minutes. > > My initial question was, anyone ever modified BackupPC in order to > archive in ZIP format instead of bz2 or gzip? I

Re: [BackupPC-users] Archive encrypted zip

2008-04-15 Thread Alexandre Joly
This is a requirement here at my company to have encrypted archives for off-site backup. Tino Schwarze wrote: > On Tue, Apr 15, 2008 at 10:18:50AM -0400, Alexandre Joly wrote: > >> Well, I can see WinZip 11 has support for 128- and 256-bit AES >> encryption. PKZIP, on the other hand, is weak

  1   2   >