Hi
I'm trying to back up a server using rsync, the command I'm using is:
and
However the folders in the exclude list are being synced. The commands work fine on an Ubuntu server and perform as expected.
What am I missing that's unique to FreeBSD?
I'm trying to back up a server using rsync, the command I'm using is:
rsync -aAXv /* /mnt/nas/today --exclude={/dev/*,/proc/*,/sys/*,/tmp/*,/run/*,*/mnt/*,/media/*,/lost+found}
and
rsync -aAXv /* /mnt/nas/today --exclude={/dev/*,/proc/*,/sys/*,/tmp/*,/run/*,/mnt/*,/media/*,/lost+found}
However the folders in the exclude list are being synced. The commands work fine on an Ubuntu server and perform as expected.
What am I missing that's unique to FreeBSD?