Linux client default backup directories

I’ve been trying to set up a client on my linux machine.

The server detects the client fine, and I’ve told it that I want it to back up the folder /mnt/ by setting the default directories to back up in the client’s settings on the server’s webui to “/mnt/”.

However, the client then tries to back up “/home/jonesmz”.

How do I properly configure default directories to back up for Linux clients?

Hi Jonesmz,

Could you provide the following printouts (pathes valid on Ubuntu, you may have to adapt):

  • sudo /usr/local/bin/urbackupclientctl list-backupdirs
  • gawk ‘$1~//dev//{print $0}’ /proc/mounts

Regards, Jacques-D.

Thanks for trying to help :slight_smile:

ymir /home/jonesmz # urbackupclientctl list-backupdirs
PATH NAME FLAGS


/mnt mnt follow_symlinks,symlinks_optional,share_hashes

ymir /home/jonesmz # gawk ‘$1~//dev//{print $0}’ /proc/mounts
gawk: cmd. line:1: ‘~//dev//{print
gawk: cmd. line:1: ^ invalid char ‘���’ in expression

So I assume discourse did something screwy.

Rewriting it with the normal tick-marks I get

ymir /home/jonesmz # gawk ‘$1~//dev//{print $0}’
gawk: cmd. line:1: $1~//dev//{print $0}
gawk: cmd. line:1: ^ unterminated regexp

Presumably this is the information you’re looking for

ymir /home/jonesmz # grep -e “/dev/” /proc/mounts
/dev/sda3 / btrfs rw,noatime,compress=lzo,ssd,space_cache,subvolid=418,subvol=/@ 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
mqueue /dev/mqueue mqueue rw,relatime 0 0
hugetlbfs /dev/hugepages hugetlbfs rw,relatime,pagesize=2M 0 0
/dev/sda3 /mnt btrfs rw,noatime,compress=lzo,ssd,space_cache,subvolid=5,subvol=/ 0 0
/dev/sda3 /home btrfs rw,noatime,compress=lzo,ssd,space_cache,subvolid=1524,subvol=/@home 0 0
/dev/sda1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 0

Note that /mnt/ has two folders

ymir /home/jonesmz # ls /mnt
@ @home

The @ folder is just another mount location for the btrfs subvolume of my root filesystem.
@home is another mount location for the btrfs subvolume for my home directory.

The main goal here is to backup everything on my local disk, but nothing that’s mounted from another filesystem. Since everything that would be mounted, e.g. network filesystems, kernel filesystems, so on, gets mounted under the “/” directory, and not the “/mnt” directory, I should be able to backup everything i want and nothing i don’t want by only backing up “/mnt” and subfolders.

Note further that I already have a nightly rsync process to back up “/mnt”, which works exactly as I expect, and I’m trying to replace that with Urbackup.

/usr/bin/rsync -arvh --inplace --delete-after /mnt/ rsync://backupprocess@mimir/nightly-operating-system-backup/%H/

However, the log clearly shows that urbackup is looking at folders outside of the indicated path

Feb 21 11:01:52 ymir systemd[1]: Started UrBackup backup client backend.
Feb 21 11:06:50 ymir urbackupclientbackend[238019]: 2019-02-21 11:06:50: ERROR: Error listing files in directory “/home/jonesmz/samba/Mikes_Files/.snapshots”: Permission denied (13)
Feb 21 11:06:50 ymir urbackupclientbackend[238019]: 2019-02-21 11:06:50: ERROR: Error while getting files in folder “/home/jonesmz/samba/Mikes_Files/.snapshots”. User may not have permissions to access this folder. Errno is 13
Feb 21 11:06:50 ymir urbackupclientbackend[238019]: 2019-02-21 11:06:50: ERROR: Indexing files failed, because of error

Where here /home/jonesmz/samba/Mikes_Files/ is a CIFS mount from a samba share on another machine.

The reason I want to backup /mnt/ and not / or /home is specifically to avoid Urbackup accessing /home/jonesmz/samba/*

Maybe it follows a symlink? That should be in the info level log of the file backup that you can see on the server.

Well, as you can clearly see in the log, it’s attempting to access /home/jonesmz/samba/Mikes_Files. Not /mnt/@home/jonesmz/…

There’s no symlinks to /home/jonesmz or subdirectories as far as I know.

Here’s the info level log from the urbackup webgui

Level	Time	Message
Info
02/21/19 19:48
Starting scheduled incremental file backup...
Info
02/21/19 19:48
Backing up "mnt" without snapshot.
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/localtime" to "/usr/share/zoneinfo/America/Chicago" confirms symlink backup target ".symlink_Chicago" to "/usr/share/zoneinfo/America/Chicago"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/cifs-utils/idmap-plugin" to "/usr/lib64/cifs-utils/idmapwb.so" confirms symlink backup target ".symlink_idmapwb.so" to "/usr/lib64/cifs-utils/idmapwb.so"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/config-archive/etc/systemd/system/dbus-org.freedesktop.resolve1.service" to "/usr/lib/systemd/system/systemd-resolved.service" confirms symlink backup target ".symlink_systemd-resolved.service" to "/usr/lib/systemd/system/systemd-resolved.service"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/java-config-2/current-system-vm" to "/opt/icedtea-bin-3.10.0" confirms symlink backup target ".symlink_icedtea-bin-3.10.0" to "/opt/icedtea-bin-3.10.0"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/boot/binfmt" to "/etc/init.d/binfmt" confirms symlink backup target ".symlink_binfmt" to "/etc/init.d/binfmt"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/boot/bootmisc" to "/etc/init.d/bootmisc" confirms symlink backup target ".symlink_bootmisc" to "/etc/init.d/bootmisc"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/boot/fsck" to "/etc/init.d/fsck" confirms symlink backup target ".symlink_fsck" to "/etc/init.d/fsck"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/boot/hostname" to "/etc/init.d/hostname" confirms symlink backup target ".symlink_hostname" to "/etc/init.d/hostname"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/boot/hwclock" to "/etc/init.d/hwclock" confirms symlink backup target ".symlink_hwclock" to "/etc/init.d/hwclock"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/boot/keymaps" to "/etc/init.d/keymaps" confirms symlink backup target ".symlink_keymaps" to "/etc/init.d/keymaps"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/boot/localmount" to "/etc/init.d/localmount" confirms symlink backup target ".symlink_localmount" to "/etc/init.d/localmount"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/boot/loopback" to "/etc/init.d/loopback" confirms symlink backup target ".symlink_loopback" to "/etc/init.d/loopback"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/boot/modules" to "/etc/init.d/modules" confirms symlink backup target ".symlink_modules" to "/etc/init.d/modules"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/boot/mtab" to "/etc/init.d/mtab" confirms symlink backup target ".symlink_mtab" to "/etc/init.d/mtab"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/boot/procfs" to "/etc/init.d/procfs" confirms symlink backup target ".symlink_procfs" to "/etc/init.d/procfs"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/boot/root" to "/etc/init.d/root" confirms symlink backup target ".symlink_root" to "/etc/init.d/root"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/boot/swap" to "/etc/init.d/swap" confirms symlink backup target ".symlink_swap" to "/etc/init.d/swap"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/boot/swapfiles" to "/etc/init.d/swapfiles" confirms symlink backup target ".symlink_swapfiles" to "/etc/init.d/swapfiles"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/boot/sysctl" to "/etc/init.d/sysctl" confirms symlink backup target ".symlink_sysctl" to "/etc/init.d/sysctl"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/boot/termencoding" to "/etc/init.d/termencoding" confirms symlink backup target ".symlink_termencoding" to "/etc/init.d/termencoding"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/boot/tmpfiles.setup" to "/etc/init.d/tmpfiles.setup" confirms symlink backup target ".symlink_tmpfiles.setup" to "/etc/init.d/tmpfiles.setup"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/boot/urandom" to "/etc/init.d/urandom" confirms symlink backup target ".symlink_urandom" to "/etc/init.d/urandom"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/default/local" to "/etc/init.d/local" confirms symlink backup target ".symlink_local" to "/etc/init.d/local"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/default/netmount" to "/etc/init.d/netmount" confirms symlink backup target ".symlink_netmount" to "/etc/init.d/netmount"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/shutdown/killprocs" to "/etc/init.d/killprocs" confirms symlink backup target ".symlink_killprocs" to "/etc/init.d/killprocs"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/shutdown/mount-ro" to "/etc/init.d/mount-ro" confirms symlink backup target ".symlink_mount-ro" to "/etc/init.d/mount-ro"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/shutdown/savecache" to "/etc/init.d/savecache" confirms symlink backup target ".symlink_savecache" to "/etc/init.d/savecache"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/sysinit/devfs" to "/etc/init.d/devfs" confirms symlink backup target ".symlink_devfs" to "/etc/init.d/devfs"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/sysinit/dmesg" to "/etc/init.d/dmesg" confirms symlink backup target ".symlink_dmesg" to "/etc/init.d/dmesg"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/sysinit/kmod-static-nodes" to "/etc/init.d/kmod-static-nodes" confirms symlink backup target ".symlink_kmod-static-nodes" to "/etc/init.d/kmod-static-nodes"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/sysinit/sysfs" to "/etc/init.d/sysfs" confirms symlink backup target ".symlink_sysfs" to "/etc/init.d/sysfs"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/sysinit/tmpfiles.dev" to "/etc/init.d/tmpfiles.dev" confirms symlink backup target ".symlink_tmpfiles.dev" to "/etc/init.d/tmpfiles.dev"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/sysinit/udev" to "/etc/init.d/udev" confirms symlink backup target ".symlink_udev" to "/etc/init.d/udev"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/runlevels/sysinit/udev-trigger" to "/etc/init.d/udev-trigger" confirms symlink backup target ".symlink_udev-trigger" to "/etc/init.d/udev-trigger"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/systemd/system/dbus-org.freedesktop.Avahi.service" to "/lib64/systemd/system/avahi-daemon.service" confirms symlink backup target ".symlink_avahi-daemon.service" to "/lib64/systemd/system/avahi-daemon.service"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/systemd/system/dbus-org.freedesktop.network1.service" to "/lib64/systemd/system/systemd-networkd.service" confirms symlink backup target ".symlink_systemd-networkd.service" to "/lib64/systemd/system/systemd-networkd.service"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/systemd/system/dbus-org.freedesktop.resolve1.service" to "/lib64/systemd/system/systemd-resolved.service" confirms symlink backup target ".symlink_systemd-resolved.service_1" to "/lib64/systemd/system/systemd-resolved.service"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/systemd/system/display-manager.service" to "/lib64/systemd/system/sddm.service" confirms symlink backup target ".symlink_sddm.service" to "/lib64/systemd/system/sddm.service"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/systemd/system/basic.target.wants/nightly-operating-system-backup.timer" to "/etc/systemd/system/nightly-operating-system-backup.timer" confirms symlink backup target ".symlink_nightly-operating-system-backup.timer" to "/etc/systemd/system/nightly-operating-system-backup.timer"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/systemd/system/multi-user.target.wants/btrfsmaintenance-refresh.path" to "/lib64/systemd/system/btrfsmaintenance-refresh.path" confirms symlink backup target ".symlink_btrfsmaintenance-refresh.path" to "/lib64/systemd/system/btrfsmaintenance-refresh.path"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/systemd/system/multi-user.target.wants/gpm.service" to "/lib64/systemd/system/gpm.service" confirms symlink backup target ".symlink_gpm.service" to "/lib64/systemd/system/gpm.service"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/systemd/system/multi-user.target.wants/smartd.service" to "/lib64/systemd/system/smartd.service" confirms symlink backup target ".symlink_smartd.service" to "/lib64/systemd/system/smartd.service"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/systemd/system/multi-user.target.wants/urbackup-client.service" to "/lib64/systemd/system/urbackup-client.service" confirms symlink backup target ".symlink_" to "/"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service" to "/lib64/systemd/system/systemd-networkd-wait-online.service" confirms symlink backup target ".symlink_systemd-networkd-wait-online.service" to "/lib64/systemd/system/systemd-networkd-wait-online.service"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/systemd/system/sockets.target.wants/avahi-daemon.socket" to "/lib64/systemd/system/avahi-daemon.socket" confirms symlink backup target ".symlink_avahi-daemon.socket" to "/lib64/systemd/system/avahi-daemon.socket"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/systemd/system/sockets.target.wants/sshd.socket" to "/lib64/systemd/system/sshd.socket" confirms symlink backup target ".symlink_sshd.socket" to "/lib64/systemd/system/sshd.socket"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/systemd/system/sockets.target.wants/systemd-networkd.socket" to "/lib64/systemd/system/systemd-networkd.socket" confirms symlink backup target ".symlink_systemd-networkd.socket" to "/lib64/systemd/system/systemd-networkd.socket"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service" to "/lib64/systemd/system/systemd-timesyncd.service" confirms symlink backup target ".symlink_systemd-timesyncd.service" to "/lib64/systemd/system/systemd-timesyncd.service"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/systemd/system/timers.target.wants/btrfs-balance.timer" to "/lib64/systemd/system/btrfs-balance.timer" confirms symlink backup target ".symlink_btrfs-balance.timer" to "/lib64/systemd/system/btrfs-balance.timer"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/etc/systemd/system/timers.target.wants/btrfs-scrub.timer" to "/lib64/systemd/system/btrfs-scrub.timer" confirms symlink backup target ".symlink_btrfs-scrub.timer" to "/lib64/systemd/system/btrfs-scrub.timer"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/lib64/cpp" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-cpp" confirms symlink backup target ".symlink_x86_64-pc-linux-gnu-cpp" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-cpp"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/root/.config/pulse/e35b701ce8d245503b49a6555801c547-runtime" to "/tmp/pulse-PKdhtXMmr18n" confirms symlink backup target ".symlink_pulse-PKdhtXMmr18n" to "/tmp/pulse-PKdhtXMmr18n"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/tmp" to "/var/tmp" confirms symlink backup target ".symlink_tmp" to "/var/tmp"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/ControlPanel" to "/usr/libexec/eselect-java/run-java-tool.bash" confirms symlink backup target ".symlink_run-java-tool.bash" to "/usr/libexec/eselect-java/run-java-tool.bash"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/addr2line" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/addr2line" confirms symlink backup target ".symlink_addr2line" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/addr2line"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/ar" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/ar" confirms symlink backup target ".symlink_ar" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/ar"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/as" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/as" confirms symlink backup target ".symlink_as" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/as"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/c++" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-c++" confirms symlink backup target ".symlink_x86_64-pc-linux-gnu-c++" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-c++"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/c++filt" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/c++filt" confirms symlink backup target ".symlink_c++filt" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/c++filt"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/cc" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcc" confirms symlink backup target ".symlink_x86_64-pc-linux-gnu-gcc" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcc"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/chromedriver" to "/usr/lib64/chromium-browser/chromedriver" confirms symlink backup target ".symlink_chromedriver" to "/usr/lib64/chromium-browser/chromedriver"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/chromium" to "/usr/lib64/chromium-browser/chromium-launcher.sh" confirms symlink backup target ".symlink_chromium-launcher.sh" to "/usr/lib64/chromium-browser/chromium-launcher.sh"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/dwp" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/dwp" confirms symlink backup target ".symlink_dwp" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/dwp"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/elfedit" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/elfedit" confirms symlink backup target ".symlink_elfedit" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/elfedit"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/firefox" to "/usr/lib64/firefox/firefox" confirms symlink backup target ".symlink_firefox" to "/usr/lib64/firefox/firefox"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/g++" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-g++" confirms symlink backup target ".symlink_x86_64-pc-linux-gnu-g++" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-g++"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/gcc-ar" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcc-ar" confirms symlink backup target ".symlink_gcc-ar" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcc-ar"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/gcc-nm" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcc-nm" confirms symlink backup target ".symlink_gcc-nm" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcc-nm"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/gcc-ranlib" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcc-ranlib" confirms symlink backup target ".symlink_gcc-ranlib" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcc-ranlib"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/gcov" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcov" confirms symlink backup target ".symlink_x86_64-pc-linux-gnu-gcov" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcov"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/gcov-dump" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcov-dump" confirms symlink backup target ".symlink_gcov-dump" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcov-dump"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/gcov-tool" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcov-tool" confirms symlink backup target ".symlink_gcov-tool" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcov-tool"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/gprof" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/gprof" confirms symlink backup target ".symlink_gprof" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/gprof"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/iptables-xml" to "/sbin/xtables-multi" confirms symlink backup target ".symlink_xtables-multi" to "/sbin/xtables-multi"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/ld" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/ld" confirms symlink backup target ".symlink_ld" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/ld"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/ld.bfd" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/ld.bfd" confirms symlink backup target ".symlink_ld.bfd" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/ld.bfd"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/ld.gold" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/ld.gold" confirms symlink backup target ".symlink_ld.gold" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/ld.gold"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/libreoffice" to "/usr/lib64/libreoffice/program/soffice" confirms symlink backup target ".symlink_soffice" to "/usr/lib64/libreoffice/program/soffice"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/nc" to "/usr/bin/nc6" confirms symlink backup target ".symlink_nc6" to "/usr/bin/nc6"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/nm" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/nm" confirms symlink backup target ".symlink_nm" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/nm"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/objcopy" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/objcopy" confirms symlink backup target ".symlink_objcopy" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/objcopy"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/objdump" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/objdump" confirms symlink backup target ".symlink_objdump" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/objdump"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/ranlib" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/ranlib" confirms symlink backup target ".symlink_ranlib" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/ranlib"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/readelf" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/readelf" confirms symlink backup target ".symlink_readelf" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/readelf"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/rust-gdb" to "/usr/bin/rust-gdb-1.29.1" confirms symlink backup target ".symlink_rust-gdb-1.29.1" to "/usr/bin/rust-gdb-1.29.1"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/rust-lldb" to "/usr/bin/rust-lldb-1.29.1" confirms symlink backup target ".symlink_rust-lldb-1.29.1" to "/usr/bin/rust-lldb-1.29.1"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/rustc" to "/usr/bin/rustc-1.29.1" confirms symlink backup target ".symlink_rustc-1.29.1" to "/usr/bin/rustc-1.29.1"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/rustdoc" to "/usr/bin/rustdoc-1.29.1" confirms symlink backup target ".symlink_rustdoc-1.29.1" to "/usr/bin/rustdoc-1.29.1"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/size" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/size" confirms symlink backup target ".symlink_size" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/size"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/strings" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/strings" confirms symlink backup target ".symlink_strings" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/strings"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/strip" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/strip" confirms symlink backup target ".symlink_strip" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/strip"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/x86_64-pc-linux-gnu-gcc-ar" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcc-ar" confirms symlink backup target ".symlink_x86_64-pc-linux-gnu-gcc-ar" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcc-ar"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/x86_64-pc-linux-gnu-gcc-nm" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcc-nm" confirms symlink backup target ".symlink_x86_64-pc-linux-gnu-gcc-nm" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcc-nm"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/bin/x86_64-pc-linux-gnu-gcc-ranlib" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcc-ranlib" confirms symlink backup target ".symlink_x86_64-pc-linux-gnu-gcc-ranlib" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcc-ranlib"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/include/caml" to "/usr/lib64/ocaml/caml" confirms symlink backup target ".symlink_caml" to "/usr/lib64/ocaml/caml"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/include/CL/cl2.hpp" to "/usr/lib64/OpenCL/vendors/mesa/include/CL/cl2.hpp" confirms symlink backup target ".symlink_cl2.hpp" to "/usr/lib64/OpenCL/vendors/mesa/include/CL/cl2.hpp"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/lib64/sendmail" to "/usr/sbin/sendmail" confirms symlink backup target ".symlink_sendmail" to "/usr/sbin/sendmail"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/lib64/cinelerra/mpeg2enc.plugin" to "/usr/bin/mpeg2enc" confirms symlink backup target ".symlink_mpeg2enc" to "/usr/bin/mpeg2enc"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/lib64/distcc/bin/c++" to "/usr/bin/distcc" confirms symlink backup target ".symlink_distcc" to "/usr/bin/distcc"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/lib64/misc/ssh-askpass" to "/usr/bin/x11-ssh-askpass" confirms symlink backup target ".symlink_x11-ssh-askpass" to "/usr/bin/x11-ssh-askpass"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/lib64/python-exec/python2.7/pygobject-codegen-2.0" to "/usr/lib64/python2.7/site-packages/gtk-2.0/codegen/codegen.py" confirms symlink backup target ".symlink_codegen.py" to "/usr/lib64/python2.7/site-packages/gtk-2.0/codegen/codegen.py"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/sbin/mkfs.ntfs" to "/usr/sbin/mkntfs" confirms symlink backup target ".symlink_mkntfs" to "/usr/sbin/mkntfs"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/sbin/mount.lowntfs-3g" to "/usr/bin/lowntfs-3g" confirms symlink backup target ".symlink_lowntfs-3g" to "/usr/bin/lowntfs-3g"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/sbin/mount.ntfs" to "/usr/bin/ntfs-3g" confirms symlink backup target ".symlink_ntfs-3g" to "/usr/bin/ntfs-3g"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/applications/libreoffice-base.desktop" to "/usr/lib64/libreoffice/share/xdg/base.desktop" confirms symlink backup target ".symlink_base.desktop" to "/usr/lib64/libreoffice/share/xdg/base.desktop"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/applications/libreoffice-calc.desktop" to "/usr/lib64/libreoffice/share/xdg/calc.desktop" confirms symlink backup target ".symlink_calc.desktop" to "/usr/lib64/libreoffice/share/xdg/calc.desktop"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/applications/libreoffice-draw.desktop" to "/usr/lib64/libreoffice/share/xdg/draw.desktop" confirms symlink backup target ".symlink_draw.desktop" to "/usr/lib64/libreoffice/share/xdg/draw.desktop"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/applications/libreoffice-impress.desktop" to "/usr/lib64/libreoffice/share/xdg/impress.desktop" confirms symlink backup target ".symlink_impress.desktop" to "/usr/lib64/libreoffice/share/xdg/impress.desktop"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/applications/libreoffice-math.desktop" to "/usr/lib64/libreoffice/share/xdg/math.desktop" confirms symlink backup target ".symlink_math.desktop" to "/usr/lib64/libreoffice/share/xdg/math.desktop"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/applications/libreoffice-startcenter.desktop" to "/usr/lib64/libreoffice/share/xdg/startcenter.desktop" confirms symlink backup target ".symlink_startcenter.desktop" to "/usr/lib64/libreoffice/share/xdg/startcenter.desktop"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/applications/libreoffice-writer.desktop" to "/usr/lib64/libreoffice/share/xdg/writer.desktop" confirms symlink backup target ".symlink_writer.desktop" to "/usr/lib64/libreoffice/share/xdg/writer.desktop"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/applications/libreoffice-xsltfilter.desktop" to "/usr/lib64/libreoffice/share/xdg/xsltfilter.desktop" confirms symlink backup target ".symlink_xsltfilter.desktop" to "/usr/lib64/libreoffice/share/xdg/xsltfilter.desktop"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/gtk-doc/html/raptor2" to "/usr/share/doc/raptor-2.0.14/html/raptor2" confirms symlink backup target ".symlink_raptor2" to "/usr/share/doc/raptor-2.0.14/html/raptor2"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/gtk-doc/html/rasqal" to "/usr/share/doc/rasqal-0.9.32/html/rasqal" confirms symlink backup target ".symlink_rasqal" to "/usr/share/doc/rasqal-0.9.32/html/rasqal"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/gtk-doc/html/redland" to "/usr/share/doc/redland-1.0.17-r1/html/redland" confirms symlink backup target ".symlink_redland" to "/usr/share/doc/redland-1.0.17-r1/html/redland"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/libtool/build-aux/config.guess" to "/usr/share/gnuconfig/config.guess" confirms symlink backup target ".symlink_config.guess" to "/usr/share/gnuconfig/config.guess"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/libtool/build-aux/config.sub" to "/usr/share/gnuconfig/config.sub" confirms symlink backup target ".symlink_config.sub" to "/usr/share/gnuconfig/config.sub"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/man/man1/dtsdec.1.xz" to "/usr/share/man/man1/dcadec.1.xz" confirms symlink backup target ".symlink_dcadec.1.xz" to "/usr/share/man/man1/dcadec.1.xz"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/man/man1/extract_dts.1.xz" to "/usr/share/man/man1/extract_dca.1.xz" confirms symlink backup target ".symlink_extract_dca.1.xz" to "/usr/share/man/man1/extract_dca.1.xz"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/texmf-dist/dvipdfmx/dvipdfmx.cfg" to "/etc/texmf/dvipdfmx.d/dvipdfmx.cfg" confirms symlink backup target ".symlink_dvipdfmx.cfg" to "/etc/texmf/dvipdfmx.d/dvipdfmx.cfg"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/texmf-dist/fmtutil/format.texlive-basic.cnf" to "/etc/texmf/fmtutil.d/format.texlive-basic.cnf" confirms symlink backup target ".symlink_format.texlive-basic.cnf" to "/etc/texmf/fmtutil.d/format.texlive-basic.cnf"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/texmf-dist/fmtutil/format.texlive-latex.cnf" to "/etc/texmf/fmtutil.d/format.texlive-latex.cnf" confirms symlink backup target ".symlink_format.texlive-latex.cnf" to "/etc/texmf/fmtutil.d/format.texlive-latex.cnf"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/texmf-dist/psutils/paper.cfg" to "/etc/texmf/psutils.d/paper.cfg" confirms symlink backup target ".symlink_paper.cfg" to "/etc/texmf/psutils.d/paper.cfg"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/texmf-dist/web2c/fmtutil-hdr.cnf" to "/etc/texmf/web2c.d/fmtutil-hdr.cnf" confirms symlink backup target ".symlink_fmtutil-hdr.cnf" to "/etc/texmf/web2c.d/fmtutil-hdr.cnf"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/texmf-dist/web2c/fmtutil.cnf" to "/etc/texmf/web2c/fmtutil.cnf" confirms symlink backup target ".symlink_fmtutil.cnf" to "/etc/texmf/web2c/fmtutil.cnf"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/texmf-dist/web2c/texmf.cnf" to "/etc/texmf/web2c/texmf.cnf" confirms symlink backup target ".symlink_texmf.cnf" to "/etc/texmf/web2c/texmf.cnf"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/texmf-dist/web2c/updmap-hdr.cfg" to "/etc/texmf/web2c.d/updmap-hdr.cfg" confirms symlink backup target ".symlink_updmap-hdr.cfg" to "/etc/texmf/web2c.d/updmap-hdr.cfg"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/texmf-site/doc/latex/xcolor/xcolor.pdf" to "/usr/share/doc/xcolor-2.12/xcolor.pdf" confirms symlink backup target ".symlink_xcolor.pdf" to "/usr/share/doc/xcolor-2.12/xcolor.pdf"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/texmf-site/doc/latex/xcolor/xcolor2.pdf" to "/usr/share/doc/xcolor-2.12/xcolor2.pdf" confirms symlink backup target ".symlink_xcolor2.pdf" to "/usr/share/doc/xcolor-2.12/xcolor2.pdf"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/share/timidity/current" to "//usr/share/timidity/freepats" confirms symlink backup target ".symlink_freepats" to "//usr/share/timidity/freepats"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/x86_64-pc-linux-gnu/binutils-bin/lib/bfd-plugins/liblto_plugin.so" to "/usr/libexec/gcc/x86_64-pc-linux-gnu/7.3.0/liblto_plugin.so.0.0.0" confirms symlink backup target ".symlink_liblto_plugin.so.0.0.0" to "/usr/libexec/gcc/x86_64-pc-linux-gnu/7.3.0/liblto_plugin.so.0.0.0"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/usr/x86_64-pc-linux-gnu/lib/ldscripts" to "/usr/lib64/binutils/x86_64-pc-linux-gnu/2.30/ldscripts" confirms symlink backup target ".symlink_ldscripts" to "/usr/lib64/binutils/x86_64-pc-linux-gnu/2.30/ldscripts"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/var/run" to "/run" confirms symlink backup target ".symlink_run" to "/run"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/var/lib/dbus/machine-id" to "/etc/machine-id" confirms symlink backup target ".symlink_machine-id" to "/etc/machine-id"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/var/tmp/portage/app-backup/snapper-0.5.6/files" to "/usr/portage/app-backup/snapper/files" confirms symlink backup target ".symlink_files" to "/usr/portage/app-backup/snapper/files"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@/var/tmp/portage/app-backup/snapper-0.5.6/distdir/snapper-0.5.6.tar.bz2" to "/usr/portage-distfiles/snapper-0.5.6.tar.bz2" confirms symlink backup target ".symlink_snapper-0.5.6.tar.bz2" to "/usr/portage-distfiles/snapper-0.5.6.tar.bz2"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@home/jonesmz/.steampath" to "/home/jonesmz/.steam/sdk32/steam" confirms symlink backup target ".symlink_steam" to "/home/jonesmz/.steam/sdk32/steam"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@home/jonesmz/.steampid" to "/home/jonesmz/.steam/steam.pid" confirms symlink backup target ".symlink_steam.pid" to "/home/jonesmz/.steam/steam.pid"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@home/jonesmz/.config/pulse/901656a137a640569b1576d98899f7df-runtime" to "/tmp/pulse-vj6KeudD6NdO" confirms symlink backup target ".symlink_pulse-vj6KeudD6NdO" to "/tmp/pulse-vj6KeudD6NdO"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/libGLU.so.1" to "/home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libGLU.so.1.3.08004" confirms symlink backup target ".symlink_libGLU.so.1.3.08004" to "/home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libGLU.so.1.3.08004"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/libdbus-1.so.3" to "/home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libdbus-1.so.3.5.8" confirms symlink backup target ".symlink_libdbus-1.so.3.5.8" to "/home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libdbus-1.so.3.5.8"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/libGLU.so.1" to "/home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libGLU.so.1.3.08004" confirms symlink backup target ".symlink_libGLU.so.1.3.08004_1" to "/home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libGLU.so.1.3.08004"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/libSDL2-2.0.so.0" to "/home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0.9.0" confirms symlink backup target ".symlink_libSDL2-2.0.so.0.9.0" to "/home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0.9.0"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/libopus.so.0" to "/home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libopus.so.0.7.0" confirms symlink backup target ".symlink_libopus.so.0.7.0" to "/home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libopus.so.0.7.0"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@home/jonesmz/.steam/bin" to "/home/jonesmz/.local/share/Steam/ubuntu12_32" confirms symlink backup target ".symlink_ubuntu12_32" to "/home/jonesmz/.local/share/Steam/ubuntu12_32"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@home/jonesmz/.steam/bin64" to "/home/jonesmz/.local/share/Steam/ubuntu12_64" confirms symlink backup target ".symlink_ubuntu12_64" to "/home/jonesmz/.local/share/Steam/ubuntu12_64"
Info
02/21/19 19:48
Following symbolic link at "/mnt/@home/jonesmz/.steam/root" to "/home/jonesmz/.local/share/Steam" confirms symlink backup target ".symlink_Steam" to "/home/jonesmz/.local/share/Steam"
Backup had an early error. Deleting partial backup.

Info
02/21/19 19:48
Indexing of "mnt" done. 98416 filesystem lookups 0 db lookups and 0 db updates
Info
02/21/19 19:48
Backing up ".symlink_Chicago" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_idmapwb.so" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_systemd-resolved.service" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_icedtea-bin-3.10.0" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_binfmt" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_bootmisc" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_fsck" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_hostname" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_hwclock" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_keymaps" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_localmount" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_loopback" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_modules" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_mtab" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_procfs" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_root" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_swap" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_swapfiles" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_sysctl" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_termencoding" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_tmpfiles.setup" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_urandom" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_local" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_netmount" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_killprocs" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_mount-ro" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_savecache" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_devfs" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_dmesg" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_kmod-static-nodes" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_sysfs" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_tmpfiles.dev" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_udev" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_udev-trigger" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_avahi-daemon.service" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_systemd-networkd.service" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_systemd-resolved.service_1" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_sddm.service" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_nightly-operating-system-backup.timer" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_btrfsmaintenance-refresh.path" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_gpm.service" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_smartd.service" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_systemd-networkd-wait-online.service" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_avahi-daemon.socket" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_sshd.socket" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_systemd-networkd.socket" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_systemd-timesyncd.service" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_btrfs-balance.timer" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_btrfs-scrub.timer" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_x86_64-pc-linux-gnu-cpp" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_pulse-PKdhtXMmr18n" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_tmp" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_run-java-tool.bash" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_addr2line" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_ar" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_as" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_x86_64-pc-linux-gnu-c++" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_c++filt" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_x86_64-pc-linux-gnu-gcc" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_chromedriver" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_chromium-launcher.sh" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_dwp" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_elfedit" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_firefox" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_x86_64-pc-linux-gnu-g++" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_gcc-ar" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_gcc-nm" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_gcc-ranlib" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_x86_64-pc-linux-gnu-gcov" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_gcov-dump" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_gcov-tool" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_gprof" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_xtables-multi" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_ld" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_ld.bfd" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_ld.gold" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_soffice" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_nc6" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_nm" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_objcopy" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_objdump" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_ranlib" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_readelf" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_rust-gdb-1.29.1" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_rust-lldb-1.29.1" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_rustc-1.29.1" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_rustdoc-1.29.1" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_size" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_strings" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_strip" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_x86_64-pc-linux-gnu-gcc-ar" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_x86_64-pc-linux-gnu-gcc-nm" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_x86_64-pc-linux-gnu-gcc-ranlib" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_caml" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_cl2.hpp" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_sendmail" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_mpeg2enc" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_distcc" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_x11-ssh-askpass" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_codegen.py" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_mkntfs" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_lowntfs-3g" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_ntfs-3g" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_base.desktop" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_calc.desktop" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_draw.desktop" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_impress.desktop" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_math.desktop" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_startcenter.desktop" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_writer.desktop" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_xsltfilter.desktop" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_raptor2" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_rasqal" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_redland" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_config.guess" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_config.sub" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_dcadec.1.xz" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_extract_dca.1.xz" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_dvipdfmx.cfg" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_format.texlive-basic.cnf" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_format.texlive-latex.cnf" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_paper.cfg" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_fmtutil-hdr.cnf" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_fmtutil.cnf" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_texmf.cnf" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_updmap-hdr.cfg" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_xcolor.pdf" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_xcolor2.pdf" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_freepats" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_liblto_plugin.so.0.0.0" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_ldscripts" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_run" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_machine-id" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_files" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_snapper-0.5.6.tar.bz2" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_steam" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_steam.pid" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_pulse-vj6KeudD6NdO" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_libGLU.so.1.3.08004" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_libdbus-1.so.3.5.8" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_libGLU.so.1.3.08004_1" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_libSDL2-2.0.so.0.9.0" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_libopus.so.0.7.0" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_ubuntu12_32" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_ubuntu12_64" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_Steam" without snapshot.
Info
02/21/19 19:48
Backing up ".symlink_" without snapshot.
Errors
02/21/19 19:48
Error while getting files in folder "/home/jonesmz/samba/Mikes_Files/.snapshots". User may not have permissions to access this folder. Errno is 13
Errors
02/21/19 19:48
Indexing files failed, because of error
Errors
02/21/19 19:48
Constructing of filelist of "ymir" failed: error - index error
Errors
02/21/19 19:48

Now, this only confirms the symlink backup path at / and causes it to backup /. It would be interesting to find out what caused / to be added to the backup in the first place. Maybe you can have a look at the first filebackup and see where ".symlink_" gets added.

Btw. I’d recommend using the btrfs snapshot script for backup and then adding / and /home as backup paths. That way it doesn’t get confused with the symlinks and you’d get consistent backups. It wouldn’t backup the cifs mount because currently there is a shortcoming where it doesn’t descend into other filesystems when snapshots are enabled.

This is how that symlink is configured:

ymir /home/jonesmz # ls -lah /mnt/@/etc/systemd/system/multi-user.target.wants/urbackup-client.service
lrwxrwxrwx 1 root root 43 Feb 21 10:56 /mnt/@/etc/systemd/system/multi-user.target.wants/urbackup-client.service → /lib/systemd/system/urbackup-client.service

Why would this add all of “/” to the backup, instead of just the contents of the file being pointed to by the symlink?

How do I use the btrfs snapshot script? How can I configure that to be used by the servers web admin page?

As the message says it only confirms the backup path and doesn’t add it – which is why I asked for the log message where it is added.

Well, I copied the entire log that I had available.

I’ll see if I can get a more concise one.

|Level|Time|Message|
| --- | --- | --- |
|Info|02/22/19 06:02|Starting scheduled incremental file backup...|
|Info|02/22/19 06:02|Backing up "mnt" without snapshot.|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/localtime" to "/usr/share/zoneinfo/America/Chicago" confirms symlink backup target ".symlink_Chicago" to "/usr/share/zoneinfo/America/Chicago"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/cifs-utils/idmap-plugin" to "/usr/lib64/cifs-utils/idmapwb.so" confirms symlink backup target ".symlink_idmapwb.so" to "/usr/lib64/cifs-utils/idmapwb.so"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/config-archive/etc/systemd/system/dbus-org.freedesktop.resolve1.service" to "/usr/lib/systemd/system/systemd-resolved.service" confirms symlink backup target ".symlink_systemd-resolved.service" to "/usr/lib/systemd/system/systemd-resolved.service"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/java-config-2/current-system-vm" to "/opt/icedtea-bin-3.10.0" confirms symlink backup target ".symlink_icedtea-bin-3.10.0" to "/opt/icedtea-bin-3.10.0"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/boot/binfmt" to "/etc/init.d/binfmt" confirms symlink backup target ".symlink_binfmt" to "/etc/init.d/binfmt"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/boot/bootmisc" to "/etc/init.d/bootmisc" confirms symlink backup target ".symlink_bootmisc" to "/etc/init.d/bootmisc"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/boot/fsck" to "/etc/init.d/fsck" confirms symlink backup target ".symlink_fsck" to "/etc/init.d/fsck"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/boot/hostname" to "/etc/init.d/hostname" confirms symlink backup target ".symlink_hostname" to "/etc/init.d/hostname"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/boot/hwclock" to "/etc/init.d/hwclock" confirms symlink backup target ".symlink_hwclock" to "/etc/init.d/hwclock"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/boot/keymaps" to "/etc/init.d/keymaps" confirms symlink backup target ".symlink_keymaps" to "/etc/init.d/keymaps"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/boot/localmount" to "/etc/init.d/localmount" confirms symlink backup target ".symlink_localmount" to "/etc/init.d/localmount"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/boot/loopback" to "/etc/init.d/loopback" confirms symlink backup target ".symlink_loopback" to "/etc/init.d/loopback"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/boot/modules" to "/etc/init.d/modules" confirms symlink backup target ".symlink_modules" to "/etc/init.d/modules"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/boot/mtab" to "/etc/init.d/mtab" confirms symlink backup target ".symlink_mtab" to "/etc/init.d/mtab"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/boot/procfs" to "/etc/init.d/procfs" confirms symlink backup target ".symlink_procfs" to "/etc/init.d/procfs"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/boot/root" to "/etc/init.d/root" confirms symlink backup target ".symlink_root" to "/etc/init.d/root"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/boot/swap" to "/etc/init.d/swap" confirms symlink backup target ".symlink_swap" to "/etc/init.d/swap"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/boot/swapfiles" to "/etc/init.d/swapfiles" confirms symlink backup target ".symlink_swapfiles" to "/etc/init.d/swapfiles"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/boot/sysctl" to "/etc/init.d/sysctl" confirms symlink backup target ".symlink_sysctl" to "/etc/init.d/sysctl"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/boot/termencoding" to "/etc/init.d/termencoding" confirms symlink backup target ".symlink_termencoding" to "/etc/init.d/termencoding"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/boot/tmpfiles.setup" to "/etc/init.d/tmpfiles.setup" confirms symlink backup target ".symlink_tmpfiles.setup" to "/etc/init.d/tmpfiles.setup"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/boot/urandom" to "/etc/init.d/urandom" confirms symlink backup target ".symlink_urandom" to "/etc/init.d/urandom"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/default/local" to "/etc/init.d/local" confirms symlink backup target ".symlink_local" to "/etc/init.d/local"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/default/netmount" to "/etc/init.d/netmount" confirms symlink backup target ".symlink_netmount" to "/etc/init.d/netmount"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/shutdown/killprocs" to "/etc/init.d/killprocs" confirms symlink backup target ".symlink_killprocs" to "/etc/init.d/killprocs"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/shutdown/mount-ro" to "/etc/init.d/mount-ro" confirms symlink backup target ".symlink_mount-ro" to "/etc/init.d/mount-ro"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/shutdown/savecache" to "/etc/init.d/savecache" confirms symlink backup target ".symlink_savecache" to "/etc/init.d/savecache"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/sysinit/devfs" to "/etc/init.d/devfs" confirms symlink backup target ".symlink_devfs" to "/etc/init.d/devfs"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/sysinit/dmesg" to "/etc/init.d/dmesg" confirms symlink backup target ".symlink_dmesg" to "/etc/init.d/dmesg"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/sysinit/kmod-static-nodes" to "/etc/init.d/kmod-static-nodes" confirms symlink backup target ".symlink_kmod-static-nodes" to "/etc/init.d/kmod-static-nodes"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/sysinit/sysfs" to "/etc/init.d/sysfs" confirms symlink backup target ".symlink_sysfs" to "/etc/init.d/sysfs"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/sysinit/tmpfiles.dev" to "/etc/init.d/tmpfiles.dev" confirms symlink backup target ".symlink_tmpfiles.dev" to "/etc/init.d/tmpfiles.dev"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/sysinit/udev" to "/etc/init.d/udev" confirms symlink backup target ".symlink_udev" to "/etc/init.d/udev"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/runlevels/sysinit/udev-trigger" to "/etc/init.d/udev-trigger" confirms symlink backup target ".symlink_udev-trigger" to "/etc/init.d/udev-trigger"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/systemd/system/dbus-org.freedesktop.Avahi.service" to "/lib64/systemd/system/avahi-daemon.service" confirms symlink backup target ".symlink_avahi-daemon.service" to "/lib64/systemd/system/avahi-daemon.service"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/systemd/system/dbus-org.freedesktop.network1.service" to "/lib64/systemd/system/systemd-networkd.service" confirms symlink backup target ".symlink_systemd-networkd.service" to "/lib64/systemd/system/systemd-networkd.service"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/systemd/system/dbus-org.freedesktop.resolve1.service" to "/lib64/systemd/system/systemd-resolved.service" confirms symlink backup target ".symlink_systemd-resolved.service_1" to "/lib64/systemd/system/systemd-resolved.service"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/systemd/system/display-manager.service" to "/lib64/systemd/system/sddm.service" confirms symlink backup target ".symlink_sddm.service" to "/lib64/systemd/system/sddm.service"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/systemd/system/basic.target.wants/nightly-operating-system-backup.timer" to "/etc/systemd/system/nightly-operating-system-backup.timer" confirms symlink backup target ".symlink_nightly-operating-system-backup.timer" to "/etc/systemd/system/nightly-operating-system-backup.timer"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/systemd/system/multi-user.target.wants/btrfsmaintenance-refresh.path" to "/lib64/systemd/system/btrfsmaintenance-refresh.path" confirms symlink backup target ".symlink_btrfsmaintenance-refresh.path" to "/lib64/systemd/system/btrfsmaintenance-refresh.path"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/systemd/system/multi-user.target.wants/gpm.service" to "/lib64/systemd/system/gpm.service" confirms symlink backup target ".symlink_gpm.service" to "/lib64/systemd/system/gpm.service"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/systemd/system/multi-user.target.wants/smartd.service" to "/lib64/systemd/system/smartd.service" confirms symlink backup target ".symlink_smartd.service" to "/lib64/systemd/system/smartd.service"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/systemd/system/multi-user.target.wants/urbackup-client.service" to "/lib64/systemd/system/urbackup-client.service" confirms symlink backup target ".symlink_" to "/"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service" to "/lib64/systemd/system/systemd-networkd-wait-online.service" confirms symlink backup target ".symlink_systemd-networkd-wait-online.service" to "/lib64/systemd/system/systemd-networkd-wait-online.service"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/systemd/system/sockets.target.wants/avahi-daemon.socket" to "/lib64/systemd/system/avahi-daemon.socket" confirms symlink backup target ".symlink_avahi-daemon.socket" to "/lib64/systemd/system/avahi-daemon.socket"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/systemd/system/sockets.target.wants/sshd.socket" to "/lib64/systemd/system/sshd.socket" confirms symlink backup target ".symlink_sshd.socket" to "/lib64/systemd/system/sshd.socket"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/systemd/system/sockets.target.wants/systemd-networkd.socket" to "/lib64/systemd/system/systemd-networkd.socket" confirms symlink backup target ".symlink_systemd-networkd.socket" to "/lib64/systemd/system/systemd-networkd.socket"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service" to "/lib64/systemd/system/systemd-timesyncd.service" confirms symlink backup target ".symlink_systemd-timesyncd.service" to "/lib64/systemd/system/systemd-timesyncd.service"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/systemd/system/timers.target.wants/btrfs-balance.timer" to "/lib64/systemd/system/btrfs-balance.timer" confirms symlink backup target ".symlink_btrfs-balance.timer" to "/lib64/systemd/system/btrfs-balance.timer"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/etc/systemd/system/timers.target.wants/btrfs-scrub.timer" to "/lib64/systemd/system/btrfs-scrub.timer" confirms symlink backup target ".symlink_btrfs-scrub.timer" to "/lib64/systemd/system/btrfs-scrub.timer"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/lib64/cpp" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-cpp" confirms symlink backup target ".symlink_x86_64-pc-linux-gnu-cpp" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-cpp"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/root/.config/pulse/e35b701ce8d245503b49a6555801c547-runtime" to "/tmp/pulse-PKdhtXMmr18n" confirms symlink backup target ".symlink_pulse-PKdhtXMmr18n" to "/tmp/pulse-PKdhtXMmr18n"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/tmp" to "/var/tmp" confirms symlink backup target ".symlink_tmp" to "/var/tmp"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/ControlPanel" to "/usr/libexec/eselect-java/run-java-tool.bash" confirms symlink backup target ".symlink_run-java-tool.bash" to "/usr/libexec/eselect-java/run-java-tool.bash"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/addr2line" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/addr2line" confirms symlink backup target ".symlink_addr2line" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/addr2line"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/ar" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/ar" confirms symlink backup target ".symlink_ar" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/ar"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/as" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/as" confirms symlink backup target ".symlink_as" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/as"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/c++" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-c++" confirms symlink backup target ".symlink_x86_64-pc-linux-gnu-c++" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-c++"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/c++filt" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/c++filt" confirms symlink backup target ".symlink_c++filt" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/c++filt"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/cc" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcc" confirms symlink backup target ".symlink_x86_64-pc-linux-gnu-gcc" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcc"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/chromedriver" to "/usr/lib64/chromium-browser/chromedriver" confirms symlink backup target ".symlink_chromedriver" to "/usr/lib64/chromium-browser/chromedriver"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/chromium" to "/usr/lib64/chromium-browser/chromium-launcher.sh" confirms symlink backup target ".symlink_chromium-launcher.sh" to "/usr/lib64/chromium-browser/chromium-launcher.sh"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/dwp" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/dwp" confirms symlink backup target ".symlink_dwp" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/dwp"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/elfedit" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/elfedit" confirms symlink backup target ".symlink_elfedit" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/elfedit"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/firefox" to "/usr/lib64/firefox/firefox" confirms symlink backup target ".symlink_firefox" to "/usr/lib64/firefox/firefox"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/g++" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-g++" confirms symlink backup target ".symlink_x86_64-pc-linux-gnu-g++" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-g++"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/gcc-ar" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcc-ar" confirms symlink backup target ".symlink_gcc-ar" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcc-ar"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/gcc-nm" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcc-nm" confirms symlink backup target ".symlink_gcc-nm" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcc-nm"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/gcc-ranlib" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcc-ranlib" confirms symlink backup target ".symlink_gcc-ranlib" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcc-ranlib"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/gcov" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcov" confirms symlink backup target ".symlink_x86_64-pc-linux-gnu-gcov" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcov"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/gcov-dump" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcov-dump" confirms symlink backup target ".symlink_gcov-dump" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcov-dump"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/gcov-tool" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcov-tool" confirms symlink backup target ".symlink_gcov-tool" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/gcov-tool"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/gprof" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/gprof" confirms symlink backup target ".symlink_gprof" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/gprof"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/iptables-xml" to "/sbin/xtables-multi" confirms symlink backup target ".symlink_xtables-multi" to "/sbin/xtables-multi"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/ld" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/ld" confirms symlink backup target ".symlink_ld" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/ld"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/ld.bfd" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/ld.bfd" confirms symlink backup target ".symlink_ld.bfd" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/ld.bfd"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/ld.gold" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/ld.gold" confirms symlink backup target ".symlink_ld.gold" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/ld.gold"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/libreoffice" to "/usr/lib64/libreoffice/program/soffice" confirms symlink backup target ".symlink_soffice" to "/usr/lib64/libreoffice/program/soffice"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/nc" to "/usr/bin/nc6" confirms symlink backup target ".symlink_nc6" to "/usr/bin/nc6"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/nm" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/nm" confirms symlink backup target ".symlink_nm" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/nm"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/objcopy" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/objcopy" confirms symlink backup target ".symlink_objcopy" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/objcopy"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/objdump" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/objdump" confirms symlink backup target ".symlink_objdump" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/objdump"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/ranlib" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/ranlib" confirms symlink backup target ".symlink_ranlib" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/ranlib"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/readelf" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/readelf" confirms symlink backup target ".symlink_readelf" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/readelf"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/rust-gdb" to "/usr/bin/rust-gdb-1.29.1" confirms symlink backup target ".symlink_rust-gdb-1.29.1" to "/usr/bin/rust-gdb-1.29.1"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/rust-lldb" to "/usr/bin/rust-lldb-1.29.1" confirms symlink backup target ".symlink_rust-lldb-1.29.1" to "/usr/bin/rust-lldb-1.29.1"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/rustc" to "/usr/bin/rustc-1.29.1" confirms symlink backup target ".symlink_rustc-1.29.1" to "/usr/bin/rustc-1.29.1"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/rustdoc" to "/usr/bin/rustdoc-1.29.1" confirms symlink backup target ".symlink_rustdoc-1.29.1" to "/usr/bin/rustdoc-1.29.1"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/size" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/size" confirms symlink backup target ".symlink_size" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/size"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/strings" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/strings" confirms symlink backup target ".symlink_strings" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/strings"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/strip" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/strip" confirms symlink backup target ".symlink_strip" to "/usr/x86_64-pc-linux-gnu/binutils-bin/2.30/strip"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/x86_64-pc-linux-gnu-gcc-ar" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcc-ar" confirms symlink backup target ".symlink_x86_64-pc-linux-gnu-gcc-ar" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcc-ar"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/x86_64-pc-linux-gnu-gcc-nm" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcc-nm" confirms symlink backup target ".symlink_x86_64-pc-linux-gnu-gcc-nm" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcc-nm"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/bin/x86_64-pc-linux-gnu-gcc-ranlib" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcc-ranlib" confirms symlink backup target ".symlink_x86_64-pc-linux-gnu-gcc-ranlib" to "/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0/x86_64-pc-linux-gnu-gcc-ranlib"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/include/caml" to "/usr/lib64/ocaml/caml" confirms symlink backup target ".symlink_caml" to "/usr/lib64/ocaml/caml"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/include/CL/cl2.hpp" to "/usr/lib64/OpenCL/vendors/mesa/include/CL/cl2.hpp" confirms symlink backup target ".symlink_cl2.hpp" to "/usr/lib64/OpenCL/vendors/mesa/include/CL/cl2.hpp"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/lib64/sendmail" to "/usr/sbin/sendmail" confirms symlink backup target ".symlink_sendmail" to "/usr/sbin/sendmail"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/lib64/cinelerra/mpeg2enc.plugin" to "/usr/bin/mpeg2enc" confirms symlink backup target ".symlink_mpeg2enc" to "/usr/bin/mpeg2enc"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/lib64/distcc/bin/c++" to "/usr/bin/distcc" confirms symlink backup target ".symlink_distcc" to "/usr/bin/distcc"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/lib64/misc/ssh-askpass" to "/usr/bin/x11-ssh-askpass" confirms symlink backup target ".symlink_x11-ssh-askpass" to "/usr/bin/x11-ssh-askpass"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/lib64/python-exec/python2.7/pygobject-codegen-2.0" to "/usr/lib64/python2.7/site-packages/gtk-2.0/codegen/codegen.py" confirms symlink backup target ".symlink_codegen.py" to "/usr/lib64/python2.7/site-packages/gtk-2.0/codegen/codegen.py"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/sbin/mkfs.ntfs" to "/usr/sbin/mkntfs" confirms symlink backup target ".symlink_mkntfs" to "/usr/sbin/mkntfs"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/sbin/mount.lowntfs-3g" to "/usr/bin/lowntfs-3g" confirms symlink backup target ".symlink_lowntfs-3g" to "/usr/bin/lowntfs-3g"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/sbin/mount.ntfs" to "/usr/bin/ntfs-3g" confirms symlink backup target ".symlink_ntfs-3g" to "/usr/bin/ntfs-3g"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/applications/libreoffice-base.desktop" to "/usr/lib64/libreoffice/share/xdg/base.desktop" confirms symlink backup target ".symlink_base.desktop" to "/usr/lib64/libreoffice/share/xdg/base.desktop"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/applications/libreoffice-calc.desktop" to "/usr/lib64/libreoffice/share/xdg/calc.desktop" confirms symlink backup target ".symlink_calc.desktop" to "/usr/lib64/libreoffice/share/xdg/calc.desktop"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/applications/libreoffice-draw.desktop" to "/usr/lib64/libreoffice/share/xdg/draw.desktop" confirms symlink backup target ".symlink_draw.desktop" to "/usr/lib64/libreoffice/share/xdg/draw.desktop"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/applications/libreoffice-impress.desktop" to "/usr/lib64/libreoffice/share/xdg/impress.desktop" confirms symlink backup target ".symlink_impress.desktop" to "/usr/lib64/libreoffice/share/xdg/impress.desktop"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/applications/libreoffice-math.desktop" to "/usr/lib64/libreoffice/share/xdg/math.desktop" confirms symlink backup target ".symlink_math.desktop" to "/usr/lib64/libreoffice/share/xdg/math.desktop"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/applications/libreoffice-startcenter.desktop" to "/usr/lib64/libreoffice/share/xdg/startcenter.desktop" confirms symlink backup target ".symlink_startcenter.desktop" to "/usr/lib64/libreoffice/share/xdg/startcenter.desktop"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/applications/libreoffice-writer.desktop" to "/usr/lib64/libreoffice/share/xdg/writer.desktop" confirms symlink backup target ".symlink_writer.desktop" to "/usr/lib64/libreoffice/share/xdg/writer.desktop"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/applications/libreoffice-xsltfilter.desktop" to "/usr/lib64/libreoffice/share/xdg/xsltfilter.desktop" confirms symlink backup target ".symlink_xsltfilter.desktop" to "/usr/lib64/libreoffice/share/xdg/xsltfilter.desktop"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/gtk-doc/html/raptor2" to "/usr/share/doc/raptor-2.0.14/html/raptor2" confirms symlink backup target ".symlink_raptor2" to "/usr/share/doc/raptor-2.0.14/html/raptor2"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/gtk-doc/html/rasqal" to "/usr/share/doc/rasqal-0.9.32/html/rasqal" confirms symlink backup target ".symlink_rasqal" to "/usr/share/doc/rasqal-0.9.32/html/rasqal"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/gtk-doc/html/redland" to "/usr/share/doc/redland-1.0.17-r1/html/redland" confirms symlink backup target ".symlink_redland" to "/usr/share/doc/redland-1.0.17-r1/html/redland"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/libtool/build-aux/config.guess" to "/usr/share/gnuconfig/config.guess" confirms symlink backup target ".symlink_config.guess" to "/usr/share/gnuconfig/config.guess"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/libtool/build-aux/config.sub" to "/usr/share/gnuconfig/config.sub" confirms symlink backup target ".symlink_config.sub" to "/usr/share/gnuconfig/config.sub"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/man/man1/dtsdec.1.xz" to "/usr/share/man/man1/dcadec.1.xz" confirms symlink backup target ".symlink_dcadec.1.xz" to "/usr/share/man/man1/dcadec.1.xz"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/man/man1/extract_dts.1.xz" to "/usr/share/man/man1/extract_dca.1.xz" confirms symlink backup target ".symlink_extract_dca.1.xz" to "/usr/share/man/man1/extract_dca.1.xz"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/texmf-dist/dvipdfmx/dvipdfmx.cfg" to "/etc/texmf/dvipdfmx.d/dvipdfmx.cfg" confirms symlink backup target ".symlink_dvipdfmx.cfg" to "/etc/texmf/dvipdfmx.d/dvipdfmx.cfg"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/texmf-dist/fmtutil/format.texlive-basic.cnf" to "/etc/texmf/fmtutil.d/format.texlive-basic.cnf" confirms symlink backup target ".symlink_format.texlive-basic.cnf" to "/etc/texmf/fmtutil.d/format.texlive-basic.cnf"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/texmf-dist/fmtutil/format.texlive-latex.cnf" to "/etc/texmf/fmtutil.d/format.texlive-latex.cnf" confirms symlink backup target ".symlink_format.texlive-latex.cnf" to "/etc/texmf/fmtutil.d/format.texlive-latex.cnf"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/texmf-dist/psutils/paper.cfg" to "/etc/texmf/psutils.d/paper.cfg" confirms symlink backup target ".symlink_paper.cfg" to "/etc/texmf/psutils.d/paper.cfg"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/texmf-dist/web2c/fmtutil-hdr.cnf" to "/etc/texmf/web2c.d/fmtutil-hdr.cnf" confirms symlink backup target ".symlink_fmtutil-hdr.cnf" to "/etc/texmf/web2c.d/fmtutil-hdr.cnf"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/texmf-dist/web2c/fmtutil.cnf" to "/etc/texmf/web2c/fmtutil.cnf" confirms symlink backup target ".symlink_fmtutil.cnf" to "/etc/texmf/web2c/fmtutil.cnf"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/texmf-dist/web2c/texmf.cnf" to "/etc/texmf/web2c/texmf.cnf" confirms symlink backup target ".symlink_texmf.cnf" to "/etc/texmf/web2c/texmf.cnf"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/texmf-dist/web2c/updmap-hdr.cfg" to "/etc/texmf/web2c.d/updmap-hdr.cfg" confirms symlink backup target ".symlink_updmap-hdr.cfg" to "/etc/texmf/web2c.d/updmap-hdr.cfg"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/texmf-site/doc/latex/xcolor/xcolor.pdf" to "/usr/share/doc/xcolor-2.12/xcolor.pdf" confirms symlink backup target ".symlink_xcolor.pdf" to "/usr/share/doc/xcolor-2.12/xcolor.pdf"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/texmf-site/doc/latex/xcolor/xcolor2.pdf" to "/usr/share/doc/xcolor-2.12/xcolor2.pdf" confirms symlink backup target ".symlink_xcolor2.pdf" to "/usr/share/doc/xcolor-2.12/xcolor2.pdf"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/share/timidity/current" to "//usr/share/timidity/freepats" confirms symlink backup target ".symlink_freepats" to "//usr/share/timidity/freepats"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/x86_64-pc-linux-gnu/binutils-bin/lib/bfd-plugins/liblto_plugin.so" to "/usr/libexec/gcc/x86_64-pc-linux-gnu/7.3.0/liblto_plugin.so.0.0.0" confirms symlink backup target ".symlink_liblto_plugin.so.0.0.0" to "/usr/libexec/gcc/x86_64-pc-linux-gnu/7.3.0/liblto_plugin.so.0.0.0"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/usr/x86_64-pc-linux-gnu/lib/ldscripts" to "/usr/lib64/binutils/x86_64-pc-linux-gnu/2.30/ldscripts" confirms symlink backup target ".symlink_ldscripts" to "/usr/lib64/binutils/x86_64-pc-linux-gnu/2.30/ldscripts"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/var/run" to "/run" confirms symlink backup target ".symlink_run" to "/run"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/var/lib/dbus/machine-id" to "/etc/machine-id" confirms symlink backup target ".symlink_machine-id" to "/etc/machine-id"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/var/tmp/portage/app-backup/snapper-0.5.6/files" to "/usr/portage/app-backup/snapper/files" confirms symlink backup target ".symlink_files" to "/usr/portage/app-backup/snapper/files"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@/var/tmp/portage/app-backup/snapper-0.5.6/distdir/snapper-0.5.6.tar.bz2" to "/usr/portage-distfiles/snapper-0.5.6.tar.bz2" confirms symlink backup target ".symlink_snapper-0.5.6.tar.bz2" to "/usr/portage-distfiles/snapper-0.5.6.tar.bz2"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@home/jonesmz/.steampath" to "/home/jonesmz/.steam/sdk32/steam" confirms symlink backup target ".symlink_steam" to "/home/jonesmz/.steam/sdk32/steam"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@home/jonesmz/.steampid" to "/home/jonesmz/.steam/steam.pid" confirms symlink backup target ".symlink_steam.pid" to "/home/jonesmz/.steam/steam.pid"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@home/jonesmz/.config/pulse/901656a137a640569b1576d98899f7df-runtime" to "/tmp/pulse-vj6KeudD6NdO" confirms symlink backup target ".symlink_pulse-vj6KeudD6NdO" to "/tmp/pulse-vj6KeudD6NdO"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/libGLU.so.1" to "/home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libGLU.so.1.3.08004" confirms symlink backup target ".symlink_libGLU.so.1.3.08004" to "/home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libGLU.so.1.3.08004"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/libdbus-1.so.3" to "/home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libdbus-1.so.3.5.8" confirms symlink backup target ".symlink_libdbus-1.so.3.5.8" to "/home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libdbus-1.so.3.5.8"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/libGLU.so.1" to "/home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libGLU.so.1.3.08004" confirms symlink backup target ".symlink_libGLU.so.1.3.08004_1" to "/home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libGLU.so.1.3.08004"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/libSDL2-2.0.so.0" to "/home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0.9.0" confirms symlink backup target ".symlink_libSDL2-2.0.so.0.9.0" to "/home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0.9.0"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/libopus.so.0" to "/home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libopus.so.0.7.0" confirms symlink backup target ".symlink_libopus.so.0.7.0" to "/home/jonesmz/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libopus.so.0.7.0"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@home/jonesmz/.steam/bin" to "/home/jonesmz/.local/share/Steam/ubuntu12_32" confirms symlink backup target ".symlink_ubuntu12_32" to "/home/jonesmz/.local/share/Steam/ubuntu12_32"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@home/jonesmz/.steam/bin64" to "/home/jonesmz/.local/share/Steam/ubuntu12_64" confirms symlink backup target ".symlink_ubuntu12_64" to "/home/jonesmz/.local/share/Steam/ubuntu12_64"|
|Info|02/22/19 06:02|Following symbolic link at "/mnt/@home/jonesmz/.steam/root" to "/home/jonesmz/.local/share/Steam" confirms symlink backup target ".symlink_Steam" to "/home/jonesmz/.local/share/Steam"|
|Info|02/22/19 06:02|Indexing of "mnt" done. 102579 filesystem lookups 0 db lookups and 0 db updates|
|Info|02/22/19 06:02|Backing up ".symlink_Chicago" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_idmapwb.so" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_systemd-resolved.service" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_icedtea-bin-3.10.0" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_binfmt" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_bootmisc" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_fsck" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_hostname" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_hwclock" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_keymaps" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_localmount" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_loopback" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_modules" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_mtab" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_procfs" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_root" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_swap" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_swapfiles" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_sysctl" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_termencoding" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_tmpfiles.setup" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_urandom" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_local" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_netmount" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_killprocs" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_mount-ro" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_savecache" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_devfs" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_dmesg" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_kmod-static-nodes" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_sysfs" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_tmpfiles.dev" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_udev" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_udev-trigger" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_avahi-daemon.service" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_systemd-networkd.service" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_systemd-resolved.service_1" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_sddm.service" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_nightly-operating-system-backup.timer" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_btrfsmaintenance-refresh.path" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_gpm.service" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_smartd.service" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_systemd-networkd-wait-online.service" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_avahi-daemon.socket" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_sshd.socket" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_systemd-networkd.socket" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_systemd-timesyncd.service" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_btrfs-balance.timer" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_btrfs-scrub.timer" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_x86_64-pc-linux-gnu-cpp" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_pulse-PKdhtXMmr18n" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_tmp" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_run-java-tool.bash" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_addr2line" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_ar" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_as" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_x86_64-pc-linux-gnu-c++" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_c++filt" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_x86_64-pc-linux-gnu-gcc" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_chromedriver" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_chromium-launcher.sh" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_dwp" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_elfedit" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_firefox" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_x86_64-pc-linux-gnu-g++" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_gcc-ar" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_gcc-nm" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_gcc-ranlib" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_x86_64-pc-linux-gnu-gcov" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_gcov-dump" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_gcov-tool" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_gprof" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_xtables-multi" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_ld" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_ld.bfd" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_ld.gold" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_soffice" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_nc6" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_nm" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_objcopy" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_objdump" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_ranlib" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_readelf" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_rust-gdb-1.29.1" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_rust-lldb-1.29.1" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_rustc-1.29.1" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_rustdoc-1.29.1" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_size" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_strings" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_strip" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_x86_64-pc-linux-gnu-gcc-ar" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_x86_64-pc-linux-gnu-gcc-nm" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_x86_64-pc-linux-gnu-gcc-ranlib" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_caml" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_cl2.hpp" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_sendmail" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_mpeg2enc" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_distcc" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_x11-ssh-askpass" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_codegen.py" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_mkntfs" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_lowntfs-3g" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_ntfs-3g" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_base.desktop" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_calc.desktop" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_draw.desktop" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_impress.desktop" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_math.desktop" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_startcenter.desktop" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_writer.desktop" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_xsltfilter.desktop" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_raptor2" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_rasqal" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_redland" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_config.guess" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_config.sub" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_dcadec.1.xz" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_extract_dca.1.xz" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_dvipdfmx.cfg" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_format.texlive-basic.cnf" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_format.texlive-latex.cnf" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_paper.cfg" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_fmtutil-hdr.cnf" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_fmtutil.cnf" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_texmf.cnf" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_updmap-hdr.cfg" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_xcolor.pdf" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_xcolor2.pdf" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_freepats" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_liblto_plugin.so.0.0.0" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_ldscripts" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_run" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_machine-id" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_files" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_snapper-0.5.6.tar.bz2" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_steam" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_steam.pid" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_pulse-vj6KeudD6NdO" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_libGLU.so.1.3.08004" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_libdbus-1.so.3.5.8" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_libGLU.so.1.3.08004_1" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_libSDL2-2.0.so.0.9.0" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_libopus.so.0.7.0" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_ubuntu12_32" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_ubuntu12_64" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_Steam" without snapshot.|
|Info|02/22/19 06:02|Backing up ".symlink_" without snapshot.|
|Errors|02/22/19 06:02|Error while getting files in folder "/home/jonesmz/samba/Mikes_Files/.snapshots". User may not have permissions to access this folder. Errno is 13|
|Errors|02/22/19 06:02|Indexing files failed, because of error|
|Errors|02/22/19 06:02|Constructing of filelist of "ymir" failed: error - index error|
|Errors|02/22/19 06:02|Backup had an early error. Deleting partial backup.|

The above two replies are the contents of the info log for the machine “ymir” from the log tab of the web gui, after setting the level to “info”.

It logs something like this:

Following symbolic link at “SYMLINKPATH” to new symlink backup target at “SYMLINKTARGET”

when it discovers a new symlink and follows it outside of existing backup paths.

@uroni

I’m really sorry if it seems to you like I’m not providing the information you are looking for.

I’ve provided the entire log, for two different backups, as it exists on the logging tab for the webgui.

Urbackup-server is not putting anything into /var/log/urbackup.log, so i can’t provide anything from that.

The commandline output that’s being captured by systemd isn’t giving me the level of detail that the webgui log is.

Where should I be looking for the log line that you’re looking for?

Alternatively you could reinstall the client, then it should log about adding it again with the first file backup.

Where do you mean?

On the server, where it stores the backup for the client named ymir?

On the server, click logs, filter for ymir, scroll down, click on first file backup.

On the server, click logs, filter for ymir, scroll down, click on first file backup.

Those are the logs that I copied into discourse the previous two times.

Where did you think I was copying that logging information from? Perhaps I should acquire those for you as well.