How to exclude a folder while doing rsync backups.
With the parameter exclude you can skip different folders or files.
rsync -uvrP user@host:// --exclude=/proc /mnt/Backup01/Systembackups/mattionline/
How to exclude a folder while doing rsync backups.
With the parameter exclude you can skip different folders or files.
rsync -uvrP user@host:// --exclude=/proc /mnt/Backup01/Systembackups/mattionline/