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

2022-03-08 Thread backuppc
I use: strace -e open,openat $(ps -o lwp= -LC rsync_bpc | sed 's/^/-p/') 2>&1 | less George King wrote at about 19:54:40 + on Tuesday, March 8, 2022: > Just going back to this, as the OP's use case is backing up a Windows > machine, the strace suggestion has potential but I've I've tried

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

2022-03-08 Thread George King
Just going back to this, as the OP's use case is backing up a Windows machine, the strace suggestion has potential but I've I've tried it and after strace: Process 12671 attached nothing happens although the Windows Resource Monitor does show file access.  Any other way to show the file acces

[BackupPC-users] Hardlink not accessible in incremental

2022-03-08 Thread Matt Stephenson
I am running BackupPC 3.3.1-4ubuntu1 (from Ubuntu 18.04). I have noticed a problem when restoring from backup via the web UI. If you run a full backup via rsync and there are two files that are hardlinked, then in the backup the first one is saved as 'pool' and the other is created as a 'h

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