Easily setup Linux to Windows backups using the Common Internet File System.
- Create a share on the backup destination.
- Run the bootstrap_cifs.sh file on the Linux server you will be backing up.
- Create a credential file that contains username=someuser, password=somepassword, and domain=somedomain. This should be stored at /home/someuser/cred.
- (Optional) Run backup.sh to create an initial file level and dd backup of the system.
- Run register_cron.sh to register the cron job so that backups will run every night.
Note: All scripts are configurable and can be changed by editing the values of the variables within each script.