My team backs up a Linux server and it's storing it on another server. Here's what we have for code:
rsync -aPh --del server.example.com:/ /mnt/backup
But a friend (who's on another team) says we shouldn't back up /proc because we don't want to restore the /proc on the server. Is there anything else we shouldn't include? Thank you.
Discuss This Question: 1  Reply