Displaying 2 results from an estimated 2 matches for "blackhaz".
Did you mean:
blackham
2024 Nov 15
1
Errors with program diagnostics (code 13) after rsync upgrade
...n all
previous versions of FreeBSD. It also fails with the same error to a
remote SSH host. If I run my rsync backup scripts manually as root then
everything works fine, so the issue appears only when the script is
initiated by cron.
/etc/crontab entry:
30??? *??? *??? *??? *?????? root
/home/blackhaz/scripts/rsync-to-external-drive
rsync command in the script:
if mount | grep $TARGET_DISK; then
?????? nice rsync --log-file=$RSYNC_LOG_FILE \
?????? --archive --hard-links --delete --delete-excluded --sparse
--xattrs --numeric-ids --acls --progress \
?????? / /media/$TARGET_DISK/freebsd-back...
2024 Nov 17
0
Errors with program diagnostics (code 13) after rsync upgrade
...s with the same error to a remote SSH host.
>> If I run my rsync backup scripts manually as root then everything works
>> fine, so the issue appears only when the script is initiated by cron.
>>
>> /etc/crontab entry:
>> 30??? *??? *??? *??? *?????? root
>> /home/blackhaz/scripts/rsync-to-external-drive
>>
>> rsync command in the script:
>>
>> if mount | grep $TARGET_DISK; then
>> ?????? nice rsync --log-file=$RSYNC_LOG_FILE \
>> ?????? --archive --hard-links --delete --delete-excluded --sparse --xattrs
>> --numeric-ids --...