Re: [BackupPC-users] Is there any reliable way to convert incremental to full backups

2025-08-22 Thread Les Mikesell
ant to keep the snapshot of the old machine separate. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki:https://gith

Re: [BackupPC-users] Empty backups, no errors?

2025-06-04 Thread Les Mikesell
t way you could do a complete restore by extracting that image file to a USB, booting from it, and then using rsync or tar restore methods to put everything else back. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupP

Re: [BackupPC-users] backuppc pool / TopDir backed by NFS - web site hangs

2024-11-19 Thread Les Mikesell
t), CentOS was the platform with both stability and up to date packages. Now, I believe its direct replacement would be Rocky Linux. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net

Re: [BackupPC-users] Archives Configuration

2024-10-29 Thread Les Mikesell
you have another location with reasonable connectivity it is also a reasonable thing to run another backuppc instance over a vpn or (with v4) rsync a copy of the main archive. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-use

Re: [BackupPC-users] Archives Configuration

2024-10-29 Thread Les Mikesell
copies of a host intended to be on removable media if you want offsite copies so they don't share space like normal backups. If you aren't moving copies elsewhere you may not need the archive function at all, and if you do you would probably w

Re: [BackupPC-users] Backup corrupted, impossible to corect it

2024-09-19 Thread Les Mikesell
ome things use file creation/linking for atomic actions which can cause some visible clutter. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/list

Re: [BackupPC-users] Backup corrupted, impossible to corect it

2024-09-18 Thread Les Mikesell
caused a similar issue, so that might be unrelated. Did that system have the same fast hardware? It would be interesting if there is some operation that is supposed to be atomic but in fact is just slow enough that multiple instances usually don't complete concurrently. -- Les Mikesell

Re: [BackupPC-users] Backup corrupted, impossible to corect it

2024-08-23 Thread Les Mikesell
ed to fix anyway. If you are going to mention every possible obscure problem, I once (long ago) had a machine where the RAM had a stuck bit making everything it wrote to disk unreliable including the mirroring process. But I think modern hardware makes that unlikely. -- L

Re: [BackupPC-users] Backup corrupted, impossible to corect it

2024-08-23 Thread Les Mikesell
ad most of the parts necessary to get a bootable system image with its up to date drivers and configuration into a file that backuppc could pick up and some minor tweaks could make it restore itself from backuppc instead of a tar image or the other options it already has.

Re: [BackupPC-users] Backup corrupted, impossible to corect it

2024-08-22 Thread Les Mikesell
On Thu, Aug 22, 2024 at 1:57 AM Ghislain Adnet wrote: > > thanks Les, > > i must say that i never changed the rsync options so i will have a deep look > at it, the recommanded settings for v4 and what i use that is quite old i > admint. > >

Re: [BackupPC-users] Backup corrupted, impossible to corect it

2024-08-21 Thread Les Mikesell
l chances of recovery from either a drive or controller issue. And if you have multiple locations with good connectivity, run another backuppc instance in a different location. The price is right for the software. -- Les Mikesell l...@gmail.com

Re: [BackupPC-users] issue with two computers

2024-07-22 Thread Les Mikesell
test, but I think adding -o ServerAliveInterval=60 after $sshPath in $Conf{RsyncClientCmd} should work. Is there some sort of error listed in your Xferlog for the failed backups? Another somewhat remote possibility is that you have some sort of file corruption on the clients causing the remote

Re: [BackupPC-users] issue with two computers

2024-07-21 Thread Les Mikesell
server are pinging > - first step of backup taakes place (calculating size and files list) > - then timeout. > If the failing hosts are behind a stateful firewall or NAT gateway the connection may be timing out since rsync can have long pauses. Enabling keepalives on the ssh connection might fix

Re: [BackupPC-users] Backup problems with /home directory

2024-04-16 Thread Les Mikesell
eds to run as root to access most files and even then Selinux can prevent access. Try disabling Selinux to see if that allows access. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net L

Re: [BackupPC-users] Backup problems with /home directory

2024-04-15 Thread Les Mikesell
you understand the difference between the rsync and rsyncd methods?Rsyncd expects a standalone rsync daemon listening on the client and backs up 'shares' in the rsyncd.conf setup. The rsync method connects over ssh to the client and either needs to connect as root on the client or ha

Re: [BackupPC-users] PingCmd no longer having effect

2024-04-05 Thread Les Mikesell
able name). -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki:https://github.com/backuppc/backuppc/wiki Proje

Re: [BackupPC-users] How to run a manual backup.

2024-03-06 Thread Les Mikesell
e acceptable key pairs for sshd in CS-9. I found this article saying you either have to configure the crypto policy to accept SHA1 or generate new key pairs with an acceptable format. https://serverfault.com/questions/1095898/how-can-i-use-a-legacy-ssh-rsa-key-on-centos-9

Re: [BackupPC-users] error restoring backup

2024-02-16 Thread Les Mikesell
7;*'. Otherwise it expands to the list of files in your current directory before the command sees it. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://list

Re: [BackupPC-users] error restoring backup

2024-02-13 Thread Les Mikesell
track. I'm retired and a little fuzzy on this myself.Also, is the drive mounted as /mnt or something under /mnt? I'd cd into the top of that mount point to run the command instead of using -C. Also tar needs a '-' after the

Re: [BackupPC-users] error restoring backup

2024-02-10 Thread Les Mikesell
tput to an appropriate tar restore command. Note that the extract will happen in your current directory unless you include a -C path option, and ownership is going to be set according to the numeric user id on the original file which may not match when on a different machine. -- Les Mikesell

Re: [BackupPC-users] error restoring backup

2024-02-10 Thread Les Mikesell
tar image file instead you could use the web interface to download it on some other computer with space. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourcef

Re: [BackupPC-users] error restoring backup

2024-02-10 Thread Les Mikesell
al file. Send it where you have space - or test again restoring only a small directory. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/listin

Re: [BackupPC-users] error restoring backup

2024-02-08 Thread Les Mikesell
On Thu, Feb 8, 2024 at 2:46 PM daggs via BackupPC-users wrote: > > any ideas? maybe to use the cli interface? > If normal permissions and mount status are OK, the next thing that could be preventing writing is selinux. Is it enabled/enforcing? -- Les Mikesell lesmikes...@

Re: [BackupPC-users] error restoring backup

2024-02-03 Thread Les Mikesell
/backuppc/pc/localhost' will tell you. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki:https://github

Re: [BackupPC-users] Setup for Windows backup with rsync

2024-01-20 Thread Les Mikesell
expert on that myself but you can probably find what has previously been posted to this list if you search. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourcef

Re: [BackupPC-users] Setup for Windows backup with rsync

2024-01-19 Thread Les Mikesell
of clients. I was following > this guide but I get this error in the XferLOG.bad.z file: > You are supposed to use the rsyncd backup method in backuppc with that setup, not rsync. The difference is that rsyncd expects to connect directly with a listening rsync daemon, not start one with ss

Re: [BackupPC-users] Migrating User Data to New PC via BackupPC or Other?

2023-12-01 Thread Les Mikesell
luttered them up so much with extra utilities etc. that I take the opportunity to start from scratch and just move the documents I know I need. Having a backup of the old machine helps with that since I know I can retrieve anything I missed later.

Re: [BackupPC-users] Best Practice to Speedup RSYNC

2023-09-29 Thread Les Mikesell
S, that complete read will be over a network before it can decide how to reduce network use sending to the rsync partner. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://

Re: [BackupPC-users] Why not use Backuppc to backup server systems?

2023-08-10 Thread Les Mikesell
On Thu, Aug 10, 2023 at 9:52 AM G.W. Haywood via BackupPC-users wrote: > >> > ... bootable image ... integrate that into backuppc ... > > My head hurts. :) > Saving headaches would be the point... If you've ever had to re-create a one-off custom filesystem layout and get enough stuff installed t

Re: [BackupPC-users] Why not use Backuppc to backup server systems?

2023-08-09 Thread Les Mikesell
reinstall script would pull the backup from backuppc. But there is a little too much black magic dealing with differences in Linux versions for me to trust that it would work if I tried to change it. -- Les Mikesell lesmikes...@gmail.com ___

Re: [BackupPC-users] Why not use Backuppc to backup server systems?

2023-08-09 Thread Les Mikesell
in a production system you should really have a formal version control system and deployment process to fix that sort of thing. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:

Re: [BackupPC-users] Pool hashing gives XXX repeated files with longest chain 1

2023-03-16 Thread Les Mikesell
nts frequently > have duplicated files scattered around. I used BackupPC for website backups; > my chain length was approximately equal to the number of WordPress sites I > was hosting. > Identical files are not collisions to backuppc - they are de-duplicated. -- Les M

Re: [BackupPC-users] Backup strategy for rarely-connected clients

2023-01-31 Thread Les Mikesell
imes? And if the admin gets the email that it hasn't been backed up, he can call the guy up and remind him... -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://li

Re: [BackupPC-users] Tar causing problems with removable drive on localhost

2023-01-19 Thread Les Mikesell
ly the right idea but also failing and continuing too quickly. 'fdisk -l' might be better but needs to run as root, or maybe just adding ";sleep 2' after your ls command would work. -- Les Mikesell lesmikes...@gmail.com ___ Backup

Re: [BackupPC-users] File Size Summary shows too large value for host

2022-12-13 Thread Les Mikesell
them before finding they are duplicates and converting to hardlinks and only skips matches from a previous backup of the same host. Maybe it is calculating sizes from the transfers. -- Les Mikesell lesmikes...@gmail.com ___ Ba

Re: [BackupPC-users] Setuid problem

2022-11-05 Thread Les Mikesell
it wasn't. What's > involved in creating it post-hoc? > Is there some reason you don't use the packaged version for your linux distribution? -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-user

Re: [BackupPC-users] Missing backup files

2022-11-03 Thread Les Mikesell
umentation would be a helpful thing to do -- it was > written for a purpose! The log location is almost certain a distribution-packaging choice, so along with recommending reading documentation you might also point out that the source documentation may not match what is actually installed

Re: [BackupPC-users] errors on network-mounted pool filesystem

2022-09-02 Thread Les Mikesell
sk operation now has to run the whole contents of each file over the network. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/listinfo/backupp

Re: [BackupPC-users] Import pool or clients

2022-08-04 Thread Les Mikesell
On Thu, Aug 4, 2022 at 11:36 AM backuppc--- via BackupPC-users wrote: > > > Right, I guess I should have mentioned that I don't trust that old HDD > anymore. Plus keeping backups of two old clients that only exist in BackupPC > has been a bad idea because if my backups get corrupted or deleted,

Re: [BackupPC-users] Import pool or clients

2022-08-04 Thread Les Mikesell
ks with the old drive mounted? Then on the odd chance that you need something from it, just fire up that VM again. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.

Re: [BackupPC-users] Real Time View of What Is Being Copied

2022-03-04 Thread Les Mikesell
at least with the rsync back then and slower CPUs. It could be that rsync tried to write them all at the other end too. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https:

Re: [BackupPC-users] Real Time View of What Is Being Copied

2022-03-04 Thread Les Mikesell
y not be large but most tools to copy it will act as though the empty parts were filled with nulls. Rsync might handle them these days but may still take the time to send the stream of nulls. But in any case they are rarely used on Windows. --

Re: [BackupPC-users] Real Time View of What Is Being Copied

2022-03-03 Thread Les Mikesell
be to use windows VSS snapshots. You can search the mail list for other discussions but there is a link here to a tool to do that. https://sourceforge.net/p/backuppc/mailman/message/37189039/ -- Les Mikesell lesmikes...@gmail.com ___

Re: [BackupPC-users] Question about full backups

2022-03-03 Thread Les Mikesell
d miss new/changed/moved files in an incremental but get them in a full. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/listinfo/back

Re: [BackupPC-users] Getting lost in installation following documentation

2022-03-02 Thread Les Mikesell
e: https://kifarunix.com/install-backuppc-on-debian-11/ -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki:htt

Re: [BackupPC-users] Can't access older backups after upgrade

2021-11-04 Thread Les Mikesell
ting the backuppc pool on NFS. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki:https://github.com/backuppc/bac

Re: [BackupPC-users] Recommend an external drive

2021-10-18 Thread Les Mikesell
escue-data-recovery-services.product.100458004.html I'm not even sure you have to be a member to order it online. I've generally had better luck with Seagate than WD but I think they are mostly the same these days. -- Les Mikesell lesmikes...@gmail.com ___

Re: [BackupPC-users] We need excellent and well-written documentation for linux backup software

2021-08-28 Thread Les Mikesell
proach for most people will be to install the packages built for your linux distribution so it will stay updated with the rest of the system along with its dependencies. And then the final configuration will depend somewhat on the package and distribution defaults as well as your local clients. --

Re: [BackupPC-users] Lost config.pl file during full backup

2021-08-01 Thread Les Mikesell
u mentioned 'which' system you are talking about. I'd guess it was some linux distribution, but their packaging and updates work differently. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lis

Re: [BackupPC-users] BackupPC 4.4.0: Incremental smb backup is skipping not backed-up files under certain conditions

2021-06-11 Thread Les Mikesell
expectations. I think I recall something about the third rsync backup getting a speedup too, where the block checkums are saved on the 2nd run after a file has been copied. Not sure if that still applies to v4. -- Les Mikesell lesmikes...@gmail.com __

Re: [BackupPC-users] Problem with WakupSchedule and Backupplan

2021-05-04 Thread Les Mikesell
you only include specific directories you may miss later additions or changes on the host. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/l

Re: [BackupPC-users] Copied config with old hostname and backing up myself by mistake

2021-04-14 Thread Les Mikesell
et using netbios names it would be the client's own idea of its name that matters. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/listinfo

Re: [BackupPC-users] Renaming clients from IPs?

2021-04-14 Thread Les Mikesell
lvable name or IP address that will work on your network to reach it. It can also be used if you want to split a single large host into separate runs with subsets of directories. You can make it appear like separate hosts for scheduling while still pointing to the same actual target. -- Les Mikes

Re: [BackupPC-users] Renaming clients from IPs?

2021-04-13 Thread Les Mikesell
NS or puts the IP in ClientAliasName he still needs to rename the existing backups made with the IP as the hostname. Does that take more than just changing the host and renaming the directory under pc/ to match? -- Les Mikesell lesmike

Re: [BackupPC-users] Handling machines too large to back themselves up

2021-04-08 Thread Les Mikesell
f tiny files that could feasibly be archived as a tar or zip file instead of stored separately? Also, rsync versions newer than 3.x are supposed to handle it better. Is your server side extremely old? https://rsync.samba.org/FAQ.html#4 -- Les Mikesell lesmikes...@gma

Re: [BackupPC-users] Backup Stuff on HTTP Servers

2021-03-16 Thread Les Mikesell
ry configurable and will notify you about all kinds of things. I used it very extensively, but again it was several years ago - I'm retired now. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-us

Re: [BackupPC-users] Backup Stuff on HTTP Servers

2021-03-16 Thread Les Mikesell
em into subversion or cvs (perhaps editing out any timestamps inserted by the retrieval process so only 'real' changes will show as a new commit with differences) and having a viewvc wrapper to make the changes easy to spot. -- Les Mikesel

Re: [BackupPC-users] Full backups taking a very long time

2021-03-13 Thread Les Mikesell
re sensitive to out-of-spec cables or something and auto-switch down. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/listinfo/backupp

Re: [BackupPC-users] Using BackupPC 4.x with rrsync on the client

2021-02-10 Thread Les Mikesell
On Wed, Feb 10, 2021 at 1:58 PM wrote: > > 4. Further, along that line, while sudoer has been well-tested, About that https://www.helpnetsecurity.com/2021/01/27/cve-2021-3156/ -- Les Mikesell lesmikes...@gmail.com ___ BackupPC

Re: [BackupPC-users] Using BackupPC 4.x with rrsync on the client

2021-02-10 Thread Les Mikesell
fully! – be the > solution. Isn't rrsync just a perl wrapper to start rsync but ensure it is only accessing a permitted subdirectory? If so it should be a matter of tweaking the command to start it to be compatible. -- Les Mikesell lesmikes...@gmail.com _

Re: [BackupPC-users] Which filesystem for external backup drive?

2021-02-06 Thread Les Mikesell
I don't think it was very well publicized. If you connect 2 drives configured as time machine backups and keep them both connected it will automatically alternate between them. Since it runs every hour, I think this is a more robust scheme than using raid for redundancy with the things that

Re: [BackupPC-users] Which filesystem for external backup drive?

2021-02-05 Thread Les Mikesell
1/13/zfs_linux/ Torvalds declared: "Don't use ZFS. It's that simple." So, there's always freebsd... -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https

Re: [BackupPC-users] Which filesystem for external backup drive?

2021-02-05 Thread Les Mikesell
ad of FUSE or questionable legality. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki:https://github.com/back

Re: [BackupPC-users] Which filesystem for external backup drive?

2021-02-05 Thread Les Mikesell
#x27;ve always found its tools to be good at repairs (had trouble with XFS long ago, back when it's speed of creating/deleting files made it seem to be worth using). -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-user

Re: [BackupPC-users] Which filesystem for external backup drive?

2021-02-04 Thread Les Mikesell
asional > backuppc gremlin of disappearing files in that I can find the cpool > file and revert it from past snapshots. Are you sure that the disappearing files aren't a quirk of btrfs in the first place? -- Les Mikesell lesmikes...@gmail.com _

Re: [BackupPC-users] OT: To top-post or not?

2021-02-04 Thread Les Mikesell
o it doesn't matter much whether the new part was on the top or bottom. And when you reply, if you expand the old part it shows as >prefixed if you want to interleave your reply or trim the quoted part. -- les Mikesell lesmikes...@gmail.com

Re: [BackupPC-users] OT: To top-post or not?

2021-02-03 Thread Les Mikesell
ntent to ellipses that you can ignore or expand that it doesn't really matter whether the new part is at the top or bottom. But yes if you need to reply to different parts it should be interwoven. -- Les Mikesell lesmikes...@gmail.com __

Re: [BackupPC-users] Checking rsync progress/speed/status

2021-01-12 Thread Les Mikesell
o a whole lot of reading before it finds something that doesn't match what the server already has. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourc

Re: [BackupPC-users] Checking rsync progress/speed/status

2021-01-12 Thread Les Mikesell
rpret it. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki:https://github.com/backuppc/backuppc/wiki Projec

Re: [BackupPC-users] Return to BackupPC

2021-01-11 Thread Les Mikesell
On Mon, Jan 11, 2021 at 10:49 AM Jan Stransky wrote: > > Sorry, I did not read full thread... But I use a Docker image, that is > very easy at home. Do you lose any efficiency between the docker image and the mounted storage? -- Les Mikesell lesmikes...@

Re: [BackupPC-users] Return to BackupPC

2021-01-09 Thread Les Mikesell
going to be too complicated for most casual users to tackle on their own. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/listinfo/backuppc-user

Re: [BackupPC-users] Return to BackupPC

2021-01-09 Thread Les Mikesell
lly need to know anything to build your own package if that is ever necessary. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/listinfo/backuppc

Re: [BackupPC-users] BackupPC 4.x on Raspberry PI?

2021-01-07 Thread Les Mikesell
but there are others and you can find some YouTube demonstrations/reviews of them. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/listinfo/

Re: [BackupPC-users] BackupPC 4.x on Raspberry PI?

2021-01-04 Thread Les Mikesell
ill be that helpful. One thing to consider, though, is that the tiny CPU fans that some of the kits provide are remarkably noisy. I ended up swapping with a fanless Flirc case but you might want to check some reviews or youtube demonstrations before picking anything. -- Les Mikesell

Re: [BackupPC-users] BackupPC 4.x on Raspberry PI?

2021-01-04 Thread Les Mikesell
e interferes with wifi - but you'd want to use ethernet for backups anyway. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/list

Re: [BackupPC-users] BackupPC 4.x on Raspberry PI?

2021-01-03 Thread Les Mikesell
e the place to start. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki:https://github.com/backuppc/backupp

Re: [BackupPC-users] Windows (rsyncd) Backup issues

2021-01-02 Thread Les Mikesell
up using BackupPC? Or am I > missing something? VSS gives you a frozen snapshot that you can copy without contention of worrying about changes. It doesn't protect against future corruption or other problems with that disk or filesystem. -- Les

Re: [BackupPC-users] Backuppc in large environments

2020-12-01 Thread Les Mikesell
e you'll probably need to interact with the database servers with commands backuppc can send to get dumps that won't change during the copy. -- Les Mikesell lesmikes...@gmail.com ___ BackupPC-users mailing list BackupP

Re: [BackupPC-users] Turn-key backup solution for all-Windows network

2020-11-19 Thread Les Mikesell
d issues depending on what you have connected and your cabling. - Les Mikesell l...@gmail.com ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki:https:

Re: [BackupPC-users] [BackupPC-devel] BackupPC 4.4.0 released

2020-06-25 Thread Les Mikesell
> The system got itself into this state from a standard yum update. That's why you want to stick to all packaged modules whenever possible. Over time, dependencies can change and the packaged versions will update together. You can probably update a cpan module to the correct version manually bu

Re: [BackupPC-users] Migrating Hosts

2019-02-04 Thread Les Mikesell
is that you lose the hardlinks into the pool/cpool directory that next backup run needs to be able to match files and make new hardlinks. So you'll get a 2nd copy of each file in your archive until the copied backups expire and are deleted. -- Les Mikesell lesmikes...@gmail.com ___

Re: [BackupPC-users] Large directory

2018-07-09 Thread Les Mikesell
long as it is still sending files. -- Les Mikesell lesmikes...@gmail.com -- Check out the vibrant tech community on one of the world's most engaging tech sites,

Re: [BackupPC-users] Large directory

2018-07-06 Thread Les Mikesell
out of RAM or slowing down from swapping. For a brute-force approach to see what is happening you could strace the rsync process on the sending side. You could at least tell if it is still opening/reading files.

Re: [BackupPC-users] Slow local backup

2018-06-18 Thread Les Mikesell
), so I expect it to take longer. > > This time, I'm seeing higher IO-wait numbers: Moving the disk head around is almost always the slowest operation and on the first full it has to traverse every file. And backups tend to not fit the normal OS caching mechanisms that try to hide that

Re: [BackupPC-users] about migrate to a new server

2018-05-11 Thread Les Mikesell
ackupPC_tarCreate from the old server. -- Les Mikesell lesmikes...@gmail.com -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! ht

Re: [BackupPC-users] about migrate to a new server

2018-05-10 Thread Les Mikesell
r ? Whether it is practical to rsync the whole archive directory or not will depend on the overall size and to a certain extent to the amount of RAM in the server. Expect it to take several days anyway.You can use dd to copy the entire drive or partition to a similarly-sized device. --

Re: [BackupPC-users] Best way to copy backuppc data

2018-02-03 Thread Les Mikesell
UID's if you have both drives connected when you reboot, though. -- Les Mikesell lesmikes...@gmail.com -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdo

Re: [BackupPC-users] Can not start backup when client was a long time away

2018-01-12 Thread Les Mikesell
wait > for hours. The thing most likely to fix itself over time would be name resolution for a DHCP client. Do you know how the name is registered after the machine is connected? And then how it propagates to your DNS service? -- Les Mikesell l

Re: [BackupPC-users] Host Priority Option

2017-12-12 Thread Les Mikesell
blackout time ends. If everything has the same schedule, these will continue to run first as long as everything completes in order. -- Les Mikesell lesmikes...@gmail.com -- Check out the vibrant tech community on on

Re: [BackupPC-users] problem with samba

2017-11-21 Thread Les Mikesell
server you may have configured options that are incompatible with the backuppc client use. But that still doesn't explain a difference between full and incremental runs. -- Les Mikesell lesmikes...@gmail.com -- C

Re: [BackupPC-users] error in rsync protocol data stream (code 12) (Restoring)

2017-11-16 Thread Les Mikesell
On Thu, Nov 16, 2017 at 12:08 PM, B wrote: > On Thu, 16 Nov 2017 10:45:40 -0600 > Les Mikesell wrote: > >> Yes, but things have to be very, very screwed up to get to the point >> where the user can't fix it with a tar download through a browser >> followed b

Re: [BackupPC-users] error in rsync protocol data stream (code 12) (Restoring)

2017-11-16 Thread Les Mikesell
On Thu, Nov 16, 2017 at 10:37 AM, B wrote: > On Thu, 16 Nov 2017 10:21:49 -0600 > Les Mikesell wrote: > >> damaging) direct restore. But the admin should know what to tweak if >> he does need that massive restore. > > Yup, and the problem is: in this configu

Re: [BackupPC-users] error in rsync protocol data stream (code 12) (Restoring)

2017-11-16 Thread Les Mikesell
iles or directories but could not do a massive (and potentially damaging) direct restore. But the admin should know what to tweak if he does need that massive restore. -- Les Mikesell lesmikes...@gmail.com -- Check

Re: [BackupPC-users] Execute bash script after each share on backup server

2017-11-10 Thread Les Mikesell
status. Scripts normally return the exit value from the last command executed. If that is not following conventions you can add a line 'exit 0' at the end to make backuppc consider it successful regardless. -- Les Mikesell lesmikes...@gmail.com

Re: [BackupPC-users] Phantom host

2017-10-27 Thread Les Mikesell
DC/SDC boxes themselves or some other systems that would have to be kept in sync? -- Les Mikesell lesmikes...@gmail.com -- Check out the vibrant tech community on one of the world's most engaging tech sites, S

Re: [BackupPC-users] Phantom host

2017-10-27 Thread Les Mikesell
to DNS? Also, is your backuppc DNS server your PDC or does it have to keep DNS updated to some other server for your domain? -- Les Mikesell lesmikes...@gmail.com -- Check out the vibrant tech community on one of

Re: [BackupPC-users] BPC4: checksum

2017-10-27 Thread Les Mikesell
, each with different shares, using ClientNameAlias to point it to the same target to make it possible to split the fulls into different days so each completes in the available time. -- Les Mikesell lesmikes...@gmail.com --

Re: [BackupPC-users] BPC4: checksum

2017-10-27 Thread Les Mikesell
ght be a bad idea aside from eliminating the check for corruption or changes in content that don't update the directory/inode. -- Les Mikesell lesmikes...@gmail.com -- Check out the vibrant tech community on o

Re: [BackupPC-users] BackupFilesOnly file with format date

2017-10-16 Thread Les Mikesell
in today's backup too, you aren't going to take more space, or even much more time by including it again. You'll only save space if you are expiring the backups earlier than you remove the files on the source system. -- Les Mikesell lesmikes...@gmail.com ---

Re: [BackupPC-users] BackuPC 4 hang during transfer

2017-09-22 Thread Les Mikesell
tuation is unusual in that you are competing with the ZFS compression activity. -- Les Mikesell lesmikes...@gmail.com -- Check out the vibrant tech community on one of the world's most engaging tech sites, Sla

  1   2   3   4   5   6   7   8   9   10   >