Commit graph

182 commits

Author SHA1 Message Date
Laurent Cozic
5a0fd5f3b1 Added SSH and Time Machine style backup example 2016-08-16 09:36:57 +01:00
Laurent Cozic
6157826651 Added support for setting SSH port 2016-08-15 12:01:37 +01:00
Laurent Cozic
9c5046e518 Added support for command line flags 2016-08-15 11:29:15 +01:00
Laurent Cozic
4fcbb0eab5 Formatting - not sure when that was changed to spaces 2016-08-12 17:29:09 +01:00
Laurent Cozic
b905b61a86 Not supported on certain versions of BusyBox - fixes issue #52 2016-05-05 14:10:06 +02:00
Laurent Cozic
ded89f98d6 Merge pull request #47 from BrandonDusseau/master
Fixes issue with incorrectly detecting if backup is already running if interrupted
2016-03-22 15:44:49 +01:00
Brandon Dusseau
e8e0806823 Fixes issue with incorrectly detecting if backup is already running if interrupted 2016-03-19 00:27:51 -04:00
Laurent Cozic
7585aae16c Merge pull request #32 from bhuvi8/master
display usage info if required args not passed
2016-02-03 17:22:48 +01:00
Bhuvanesh Kumar
a8504cbf4c modified to not assume destination if not provided 2016-02-03 21:38:17 +05:30
Bhuvanesh Kumar
6e27f77316 Add backup files(*~) to .gitignore 2015-12-08 00:32:10 +05:30
Bhuvanesh Kumar
5e4250d5bc Merge remote-tracking branch 'upstream/master'
Conflicts:
	rsync_tmbackup.sh
2015-12-08 00:25:50 +05:30
Laurent Cozic
9c36702657 Update README.md
Mentioned support for SSH.
2015-11-08 12:15:21 +01:00
Laurent Cozic
2f2ac64aa3 'Fix' active backup task issue in Cygwin, added warning, and TODO solution 2015-11-08 12:09:28 +01:00
Laurent Cozic
b7d2cae0b3 Merge pull request #29 from fustundag/master
SSH support added.
2015-11-08 12:00:37 +01:00
Laurent Cozic
a58148736b Update README.md
Provided more information as to what the script actually does
2015-10-30 22:52:39 +01:00
Fatih Üstündağ
e07f7e7123 Tested at Cygwin 2.2.1 at Windows Server 2012 R2 64bit 2015-09-26 01:15:35 +03:00
Fatih Üstündağ
5b22966589 Merge branch 'master' of /Users/fatihustundag/Projects/rsync-time-backup with conflicts. 2015-09-26 01:11:05 +03:00
Fatih Üstündağ
91fb6ffee7 Merge remote-tracking branch 'origin/master' 2015-09-26 01:06:53 +03:00
Fatih Üstündağ
dc2d5c2209 Tested at Cygwin 2.2.1 at Windows Server 2012 R2 64bit 2015-09-26 01:06:18 +03:00
Laurent Cozic
73dce717df Removed broken Bitdeli badge and updated date 2015-09-25 00:05:03 +02:00
Laurent Cozic
69ef82f274 Merge pull request #37 from uglygus/master
Fixed PID re-use issue
2015-04-05 14:42:19 +02:00
uglygus
2f64db5973 PID reuse
Checks for PID and $APPNAME in the results from pgrep in order to avoid
the problem where the PID from a previous run has been recycled by
another process.  This caused us to exit even though we are not
currently running.
2015-04-04 07:50:11 -04:00
Fatih Üstündağ
ae7191c108 Merge pull request #2 from StevenWolfe/master
Cleanup by homebysix
2015-03-02 11:45:56 +02:00
Steve Wolfe
edcc51e709 Merge pull request #1 from homebysix/master
Code cleanup and cosmetic formatting changes.
2015-02-27 10:24:19 -05:00
Laurent Cozic
a728820bfd Merge pull request #36 from eaut/avoid-concurrent
Prevent execution of concurrent backup tasks
2015-02-15 10:57:48 +01:00
eaut
5740b9a43e prevent execution of concurrent backup tasks 2015-02-13 22:51:59 +01:00
Elliot Jordan
742412fb3e Cleaned up whitespace (no changes to code). 2015-01-20 13:42:53 -08:00
Elliot Jordan
3202ca5da0 Consistent formatting for conditionals. 2015-01-20 13:41:52 -08:00
Elliot Jordan
6c4607d853 Removed unnecessary $ from arithmetics. 2015-01-20 13:36:48 -08:00
lau
21c24be547 Update README.md
Added complete license
2014-09-19 11:02:32 +02:00
Laurent Cozic
b9cc101d77 Merge branch 'master' of https://github.com/laurent22/rsync-time-backup 2014-04-28 22:18:55 -03:00
Laurent Cozic
1a3dc0b144 More complete command 2014-04-28 22:18:32 -03:00
Laurent
1384fdfd1c Update README.md 2014-02-03 02:20:46 +08:00
Laurent
7265d26b0b Update README.md
Clarify advantages/disadvantages
2014-02-03 02:19:25 +08:00
Laurent
64f7005ab7 Update README.md
Update compatibility.
2014-02-03 02:05:10 +08:00
Bhuvanesh Kumar
9bc6be475a if destination is not specified assume current folder 2014-01-30 23:13:30 +05:30
Bhuvanesh Kumar
18258ad2a9 display usage info if required args not passed 2014-01-29 00:18:38 +05:30
Laurent
45a90310e3 Merge pull request #31 from musically-ut/patch-1
Fix minor typos in the README.md
2014-01-26 21:26:56 -08:00
Utkarsh Upadhyay
2c9805b450 Fix minor typos in the README.md 2014-01-26 21:20:49 +01:00
Laurent
60c04350fc Merge pull request #30 from Meldanya/master
Fix expiring old backups
2014-01-14 05:16:42 -08:00
Erik Jansson
12930a24eb Fix expiring old backups
This got (accidentally?) turned off in a previous commit.
2014-01-14 13:55:43 +01:00
Laurent Cozic
27a98fb54b Added TODO to README.md 2014-01-12 03:09:12 +08:00
Fatih Üstündağ
f3a265b07e SSH support added.
Backups can be created at remote server via ssh. Destination folder
should be given like “root@192.168.0.1:/bakcups”

NOTE: Assumed public/private key config is ok.
2014-01-03 14:40:53 +02:00
Laurent
a3bd5009b1 Update README.md
Testing status.
2013-12-27 06:06:39 +08:00
Laurent Cozic
52376db2b5 OS X compatibility and splitted rsync errors and warnings
- Fixed bug on OS X since "--" is not supported by sed.
- Changed sed to grep for consistency with rest of the code.
- Splitted handling of rsync errors/warnings - for errors we quit with
  an error code, for warnings we print a message but complete the backup
  process.
2013-12-21 18:33:01 +08:00
Laurent
c105c0a9e2 Merge pull request #27 from bhuvi8/master
Added rsync error handling and modified WARN and ERROR functions to print to stderr
2013-12-21 02:26:32 -08:00
bhuvi8
c8ae234904 Deleting log file when no error is found and proper handling of rsync errors
through log file rather than through exit code
2013-12-18 00:01:56 +05:30
bhuvi8
25ad8f07a6 Added rsync error handling and modified WARN and ERROR functions to print to
stderr
2013-12-17 02:15:43 +05:30
Laurent
7b9de2b5f5 Merge pull request #26 from jakschu/patch-1
Fix typo
2013-12-16 02:01:58 -08:00
jakschu
29f9f85361 Fix typo 2013-12-16 10:41:00 +01:00