February 12, 20206 yr I am trying to build a command that will backup my entire unraid server to the backup server but the exclude doesnt appear to work. any ideas? rsync -a -e ssh --exclude {'/mnt/user/appdata','/mnt/user/domains','/mnt/user/system','/mnt/user/isos'} /mnt/user/* [email protected]:/mnt/user/ValyriaBackup/ --timeout=600 --delete --info=PROGRESS,COPY2,DEL2,NAME2,BACKUP2,REMOVE2,SKIP2 --log-file=/mnt/user/Backup\ Data/RSYNC.log
Archived
This topic is now archived and is closed to further replies.