Difference between revisions of "Good windows backup program"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>Windows|Windows</yambe:breadcrumb> =Good Windows backup program= ==Cobian backup== Cobian backup is a free and easy to use windows backup program which sup...")
 
m
Line 3: Line 3:


==Cobian backup==
==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=


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.
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

Revision as of 08:44, 4 August 2016

<yambe:breadcrumb>Windows|Windows</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:

  1. Install cygwin with rsync, ssh, bash, bash-completion
  2. Put cygwin\bin, cygwin\sbin, cygwin\usr\bin, etc. in PATH
  3. Run ssh-keygen for the current user 'eg administrator'
  4. ssh-copy-id from current user to destination machine
  5. 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/"
  6. Run the task once and check
  7. On destination /mnt/data1/windows_server_files can be backed up using rsnapshot