[EFAULT] rsync command returned 23. Check logs for further information.

cTurtle98

Cadet
Joined
Feb 16, 2018
Messages
3
I have my backups server running truenas core
my "main" system is running truenas scale

I am trying to migrate all my data to be encrypted on disk
I used replication to move all my data to my backups server
I deleted my old one and created a new zpool with encryption enabled.

I tried to replicate back my data but it replicated as an unencrypted dataset on my encrypted pool so I deleted that and decided to turn to rsync
so
I setup the rsync module on my truenas scale
I setup the rsync task on my truenas core.
I edited the acl on my scale


I keep getting this error and I cant figure out whats going on.

I have an ssh connection setup to the scale server in the "system/ssh connections" but when I open the shell I cant ssh into my scale system dirrectly. not sure whats going on there

am I missing something here?

heres the log file
Code:
rsync: [generator] failed to set permissions on "/backups" (in old-systems): Operation not permitted (1)
rsync: [receiver] mkstemp "/backups/.98ST-95_backup.tar.gz.5qoKSZ" (in old-systems) failed: Operation not permitted (1)
rsync: [receiver] mkstemp "/backups/.98ST-98_backup.tar.gz.uMoib0" (in old-systems) failed: Operation not permitted (1)
rsync: [receiver] mkstemp "/backups/.98seaturtles.net_webroot.tar.gz.l9nk01" (in old-systems) failed: Operation not permitted (1)
rsync: [receiver] mkstemp "/backups/.SanDisk Ultra.dmg.MvLBA1" (in old-systems) failed: Operation not permitted (1)
rsync: [receiver] mkstemp "/backups/.Seagate Backup Plus Drive.dmg.u4Q8Q3" (in old-systems) failed: Operation not permitted (1)
rsync: [receiver] mkstemp "/backups/.backup_45_home.tar.gz.noTZP3" (in old-systems) failed: Operation not permitted (1)
rsync: [receiver] mkstemp "/backups/.cturtle98.com-php.tar.gz.qgNsk2" (in old-systems) failed: Operation not permitted (1)
rsync: [receiver] mkstemp "/backups/.seaturtle-archive.tar.gz.OPpt01" (in old-systems) failed: Operation not permitted (1)
rsync: [receiver] mkstemp "/backups/.seaturtle-broken-gnome.tar.gz.jQ6DP2" (in old-systems) failed: Operation not permitted (1)
rsync: [receiver] mkstemp "/backups/.unraid-appdata.tar.gz.aFP082" (in old-systems) failed: Operation not permitted (1)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1191) [sender=3.1.3]


heres the rsync task
1638745893251.png


heres the rsync module on the target system
1638745940150.png


this is the acl on the dataset on the target
1638746001579.png
 
Top