Good windows backup program
From Notes_Wiki
<yambe:breadcrumb self="Good windows backup program">Windows 7 or Vista|Windows 7 or Vista</yambe:breadcrumb>
Good Windows backup program
Cobian backup
Cobian backup is a free and easy to use windows backup program which supports volume shadow copy (Copying of files which are in use by another process [Required .NET]), Incremental backup, encrypted backup, scheduled backup, etc. among others.
Copy or backup files from Windows to Linux
To copy or backup files from Windows to Linux periodically and automatically use following steps:
- Install cygwin with rsync, ssh, bash, bash-completion
- Put cygwin\bin, cygwin\sbin, cygwin\usr\bin, etc. in PATH
- Run ssh-keygen for the current user 'eg administrator'
- ssh-copy-id from current user to destination machine
- Create scheduled task to run cygwin\bin\rsync.exe with arguments such as "-vaz test root@192.168.100.1:/mnt/data1/windows_server_files/"
- Run the task once and check
- On destination /mnt/data1/windows_server_files can be backed up using rsnapshot
<yambe:breadcrumb self="Good windows backup program">Windows 7 or Vista|Windows 7 or Vista</yambe:breadcrumb>