I'm backing up my system to a samba share mounted as root. Everytime I run rsync there's always a few files that rsync throws errors on. It doesn't always throw errors on the same files everytime. I'm guessing it might not be trying to back those files up each time, since nothing has changed on them.
These are some of the errors thrown.
I'm running rsync as root, so I don't believe it's a permissions issue. I have a feeling that the drives are mounted as NFS, and not CIFS, but I can't find where the mounting options are defined for samba shares. I check /etc/fstab on the router and it was empty. Anyone know how to change how the router mounts drives or other possible fixes?
These are some of the errors thrown.
[E] Error: rsync: stat "/mnt/SystemBackUp/backintime/Odin/root/1/new_snapshot/backup/usr/share/terminfo/A/Apple_Terminal" failed: No such file or directory (2)
[E] Error: rsync: stat "/mnt/SystemBackUp/backintime/Odin/root/1/new_snapshot/backup/usr/share/terminfo/Q/Q310-vip-H" failed: No such file or directory (2)
[E] Error: rsync: stat "/mnt/SystemBackUp/backintime/Odin/root/1/new_snapshot/backup/usr/share/terminfo/Q/Q310-vip-Hw" failed: No such file or directory (2)
[E] Error: rsync: stat "/mnt/SystemBackUp/backintime/Odin/root/1/new_snapshot/backup/usr/share/terminfo/Q/Q310-vip-w" failed: No such file or directory (2)
I'm running rsync as root, so I don't believe it's a permissions issue. I have a feeling that the drives are mounted as NFS, and not CIFS, but I can't find where the mounting options are defined for samba shares. I check /etc/fstab on the router and it was empty. Anyone know how to change how the router mounts drives or other possible fixes?