Quickie: Syncing Home Folders to my Homelab 0 ▲ andrei.xyz 5 hours ago · Tech · hide · 0 comments 1 rsync -avr /Users/andrei/ --exclude 'Library' --exclude '.Trash' --exclude '.npm' --exclude '.nvm' --exclude 'Parallels' --exclude '*.photoslibrary' -e ssh andrei@192.168.100.69:/media/backup/Users/andrei I exclude the npm and nvm folders, as well as the Photos library (because it’s synced with iCloud) and the virtual machines and trash too. And I just run this from all my computers from time to time. And that’s it! User home directory backed up! This article was originally published at: https://andrei.xyz/quickies/syncing-home-folders-to-my-homelab/ No comments yet. Log in to reply on the Fediverse. Comments will appear here.