Time Machine-style backup for the terminal using rsync
Time Machine-style backup for the terminal using rsync
rsync_tmbackup$ rsync_tmbackup /Users/username /Volumes/BackupDrive/backups$ rsync_tmbackup /Users/username /Volumes/BackupDrive/backups --backup-dir=../backups.$(date +%Y-%m-%d-%H%M%S)$ rsync_tmbackup /Users/username/Documents /Volumes/BackupDrive --exclude='*.tmp' --exclude='.DS_Store'