Commit graph

312 commits

Author SHA1 Message Date
zertrin
c78676ab9d Try to fix travis CI 2018-05-22 11:59:24 +08:00
zertrin
2dec3ed145 Update README.md 2018-05-22 11:35:35 +08:00
zertrin
c56e78a463 Update changelog with release date for v1.6.0 2018-05-22 11:23:51 +08:00
zertrin
27785d0ad0 Update changelog and bump version to v1.6.0 2018-05-22 11:20:53 +08:00
zertrin
4dd6ed1ee2 Fix issue #177: bug in cleanup action 2018-05-22 11:10:06 +08:00
zertrin
5cad03cb3e
Merge pull request #175 from elisman/patch-1
Removed SSH backend scheme example
2018-02-27 10:10:22 +08:00
Elisei Rotaru
f71dd556dc
Removed SSH backend scheme example
Removed SSH backend scheme example as it is not supported anymore by duplicity. As of version v0.7.01 (2015/01/11) ssh is an unsupported backend scheme. Using it with a newer release throws an error (UnsupportedBackendScheme: scheme not supported in url).
2018-02-21 11:28:03 +01:00
zertrin
77ecc4318f
Update Changelog 2018-02-03 11:40:29 +01:00
zertrin
99b2512789
Merge pull request #174 from xmatthias/fix_swift
unset swift variables
2018-02-03 11:37:45 +01:00
zertrin
4779ee4d1b
Merge branch 'dev' into fix_swift 2018-02-03 11:37:07 +01:00
zertrin
96a64148fd
Merge pull request #173 from xmatthias/dropbox
introduce dropbox functionality
2018-02-03 11:36:20 +01:00
Matthias Voppichler
6140c226db unset swift variables 2018-01-31 22:52:28 +01:00
Matthias Voppichler
18ef8983aa introduce dropbox functionality 2018-01-31 22:34:06 +01:00
zertrin
734be37b6d Bump version to v1.5.0 2018-01-15 16:00:47 +08:00
zertrin
9fea5075ab
Merge pull request #170 from harrim4n/dev
Add support for B2 backend
2018-01-15 15:51:10 +08:00
harrim4n
ae37de0e65 fixed shellcheck errors 2017-12-23 20:01:22 +01:00
harrim4n
2a77dde6ee added support for B2 backend 2017-12-23 19:04:00 +01:00
zertrin
e070ca7887
Merge pull request #168 from arichiardi/fix-file-dest
Use regex for trimming file:// destinations
2017-11-14 22:34:33 +08:00
zertrin
5a023c3609
Merge pull request #167 from arichiardi/notification-separator
Add notification separator
2017-11-14 22:27:23 +08:00
Andrea Richiardi
6377ad5281 Use regex for trimming file:// destinations
A problem with cut was causing:

  $ DEST="file:///media/user/data"
  $ TMPDEST=$(echo "${DEST}" | cut -c 6-)
  $ echo $TMPDEST
  ///media/user/data

The fix uses a regex instead so that we trim away things correctly. It also seems somewhat more
readable.
2017-11-13 21:14:07 -08:00
Andrea Richiardi
649c7830b0 Add notification separator
The notification request is now isolated visually for better debugging.
2017-11-12 17:28:32 -08:00
zertrin
dba25a57de change example conf to use single quotes for passphrases and paths 2017-11-05 11:08:24 +08:00
zertrin
13af8206e3 Bump version to v1.4.3 2017-10-30 23:44:52 +08:00
zertrin
9a36453bb1 Merge branch 'GerardRibas-telegram-notifications' into dev 2017-10-30 23:35:47 +08:00
zertrin
a7752c4c78 Minor changes before merging PR adding Telegram notifications support 2017-10-30 23:34:45 +08:00
zertrin
06291f0a6e Merge branch 'telegram-notifications' of git://github.com/GerardRibas/duplicity-backup.sh into GerardRibas-telegram-notifications 2017-10-30 23:14:17 +08:00
zertrin
cd82c07579 Remove VERSION file and hardcode it directly in the script 2017-10-30 22:33:30 +08:00
Gerard Ribas Canals
de7a6be9fe Telegram Notifications 2017-10-13 10:17:01 +02:00
zertrin
98bcf9f673 Bump version to 1.4.1 2017-10-04 09:59:55 +08:00
zertrin
0c4f2b7c45 Improved version parsing. Fix bug on MacOS (thanks @ErebusBat) 2017-09-30 22:50:03 +08:00
zertrin
2389ee61db Fix program version output when cwd is not the same as scriptdir 2017-09-29 12:16:20 +08:00
zertrin
def00abe60 Show program versions in output 2017-09-28 09:59:37 +08:00
zertrin
e4df413036 add link to issue #143 in Known issues section in the README 2017-09-24 14:35:38 +08:00
zertrin
dd2189ec4d Bump version to 1.4.0 2017-09-24 14:26:22 +08:00
zertrin
f8c4d0cc16 Add duplicity version check to handle deprecation of --include-globbing-filelist (fixes #136) 2017-09-24 14:23:36 +08:00
zertrin
723945af44 Merge pull request #157 from gunnarx/readme_spell
README.md: Fix some spelling errors
2017-06-06 15:15:28 +08:00
Gunnar Andersson
b7c292b5ff README.md: Fix some spelling errors 2017-06-05 08:31:32 +02:00
zertrin
cc2ae25355 Merge pull request #154 from dgibbs64/dev
[hostname] contains invalid character '[' in CentOS 7
2017-04-19 12:53:52 +08:00
zertrin
d1311a185a Merge pull request #156 from wtsi-hgi/fix/155-s3SchemeIdentification
Corrects cut of s3 protocol.
2017-04-19 12:53:25 +08:00
Colin Nolan
25d63bb99f Corrects cut of s3 protocol. 2017-04-18 09:36:32 +01:00
Daniel Gibbs
2ad58dc07e [hostname] contains invalid character '[' in CentOS 7
[hostname] contains invalid character '[' in CentOS 7 changed [ to (

See https://www.jethrocarr.com/2012/06/10/mailx-contains-invalid-character-2/

There may be a better way to resolve this however this quick fix works
2017-03-27 18:56:06 +01:00
zertrin
418ab79b11 Bump version to v1.3.0 2016-10-23 20:05:08 +02:00
zertrin
6ba17fa268 Rename repository from 'duplicity-backup' to 'duplicity-backup.sh' 2016-10-23 20:04:23 +02:00
zertrin
b207b90cba Add -h / --help option to print usage and don't send email or notification when printing usage only 2016-10-23 20:00:23 +02:00
zertrin
fb54103607 Attempt to fix issue #145 by adding a parameter 2016-10-23 19:39:32 +02:00
zertrin
d2ae7c58c1 Fix GPG error when backing up the script if no specific keyring is set up 2016-09-11 23:04:46 +02:00
zertrin
a827d886f4 Version v1.2 2016-09-10 14:56:35 +02:00
zertrin
5a5244e164 Fix "line 89: 4: Bad file descriptor" when printing usage without config set up 2016-09-10 14:56:05 +02:00
zertrin
26dc5cab55 Merge pull request #141 from arichiardi/fix-gpg-photo
Add --no-show-photos to --gpg-options
2016-09-09 16:55:02 +02:00
zertrin
cddd3f3c74 Merge pull request #137 from zertrin/rework-logging
Big rework of logging handling. Add a --quiet option to suppress most output
2016-09-09 16:54:47 +02:00