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
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
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
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
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