gilbertchen
c9b60cc0e0
Merge pull request #394 from gilbertchen/webdav
...
Implement the WebDAV backend
2018-05-16 23:31:46 -04:00
gilbertchen
f4cdd1f01b
Merge pull request #392 from fhriley/nobackup_file
...
Add nobackup-file preference.
2018-05-16 23:31:09 -04:00
Gilbert Chen
b1c1b47983
Add an env var DUPLICACY_DECRYPT_WITH_HMACSHA256 to force using HMAC-SHA256 for encryption key in order to be able to manage backups created by Vertical Backup
2018-05-02 22:57:47 -04:00
amarcu5
8c3ef6cae9
Improved cron support
...
Now calls mount and unmount using absolute path
2018-04-30 00:40:34 +01:00
amarcu5
acd7addc9a
Fixed Windows complication
2018-04-30 00:36:11 +01:00
amarcu5
c23ea30da4
Updated VSS flag usage
...
VSS flag usage now indicates support for macOS using APFS in addition to Windows
2018-04-29 23:24:22 +01:00
amarcu5
a4c46624ea
Fix basic UNIX permissions
2018-04-29 20:24:50 +01:00
amarcu5
5747d6763f
Improved error handling
...
Minor improvement to error handling and small formatting changes
2018-04-29 13:33:17 +01:00
amarcu5
ef1d316f33
Cleaned up formatting
...
Fixed tabbing
2018-04-29 04:21:28 +01:00
amarcu5
714a45c34a
Improved macOS VSS checks
...
VSS support now determined by:
1) Checking that repository filesystem is APFS rather than by inspecting macOS version
2) Checking that repository resides on local device (as external APFS formatted drives are not supported) rather than crudely by path name
2018-04-29 04:11:10 +01:00
Gilbert Chen
23a2d91608
Skipped chunks should not be counted in order to get accurate download percentage
2018-04-28 20:19:24 -04:00
amarcu5
23b98a3034
Added macOS VSS checks
...
Restricts VSS under macOS to version 10.13 High Sierra or higher and local volume only
2018-04-28 23:09:59 +01:00
amarcu5
8a3c5847a8
Cleaned up formatting
2018-04-28 21:23:00 +01:00
amarcu5
4c3d5dbc2f
Add APFS snapshot support
...
Add's VSS support for macOS using APFS snapshot's
2018-04-28 17:58:47 +01:00
Gilbert Chen
85bc55e374
The -threads option for the copy command specifies the number of uploading threads
2018-04-11 21:11:24 -04:00
gilbertchen
cd0c7b07a9
Update README.md
2018-04-06 22:27:31 -04:00
gilbertchen
0ea26a92dd
Update README.md
2018-04-06 09:46:42 -04:00
gilbertchen
ca889fca9f
Update README.md
2018-04-06 09:28:05 -04:00
gilbertchen
fbaea6e8b1
Update README.md
2018-04-06 00:06:48 -04:00
gilbertchen
2290c4ace0
Add files via upload
2018-04-05 23:36:57 -04:00
Gilbert Chen
02cd41f4d0
A few improvements to make WebDAV work better with pcloud and box.com
2018-04-05 15:29:41 -04:00
Gilbert Chen
0db8b9831b
Implement the WebDAV backend
2018-04-02 20:03:50 -04:00
Frank
4dd5c43307
Add nobackup-file preference.
...
Directories containing a file with this name will not be backed up. I find it easier to drop a .nobackup file in directories I don't want backed up instead of maintaining a file of exclusions. This is also useful for scripts that create data in the repository but don't want it to be backed up.
2018-04-01 12:50:00 -07:00
Gilbert Chen
6aedc37118
Update the description for the -comment option
2018-03-28 22:19:18 -04:00
gilbertchen
9a56ede07c
Merge pull request #391 from jeffaco/jeff-comment
...
Add -comment capability to allow for duplicacy jobs to be identified with 'ps'
2018-03-28 22:10:58 -04:00
Jeff Coffler
c6e9460b7b
Add 'How to build' reference to README.md.
2018-03-28 11:22:46 -07:00
Jeff Coffler
e74ab809ae
Add new qualifier, -comment, to more easily identify specific jobs.
...
This qualifier allows specific text to be associated with a backup
job to easily associate what repository (or other context) a
duplicacy job is running on behalf of.
2018-03-28 10:16:08 -07:00
Gilbert Chen
5d2242d39d
Preserve the list of chunk hashes for the latest snapshot when cleaning local snapshot cache
2018-03-27 23:34:40 -04:00
Gilbert Chen
b99f4bffec
Follow symlinks that point to paths starting with \\
2018-03-22 22:37:09 -04:00
Gilbert Chen
be2856ebbd
Add a -vss-timeout option to set VSS creation timeout
2018-03-21 22:34:14 -04:00
Gilbert Chen
1ea615fb45
Fix the names of prune tests so they can be run all in once
2018-03-20 15:03:03 -04:00
Gilbert Chen
7d933a2576
Create two identical snapshots in prune test to catch a retrive-after-deletion bug
2018-03-20 14:37:47 -04:00
gilbertchen
13fffc2a11
Merge pull request #329 from pdf/prune_memory
...
Reduce memory consumption for prune operation
2018-03-20 14:32:12 -04:00
gilbertchen
9658463ebe
Merge pull request #331 from markfeit/master
...
Added semi-dedicated Wasabi storage module. #322
2018-03-19 12:03:31 -04:00
gilbertchen
cd77a029ea
Merge branch 'master' into master
2018-03-19 11:53:11 -04:00
Gilbert Chen
4948806d3d
Bump version to 2.1.0
v2.1.0
2018-03-09 14:43:06 -05:00
Gilbert Chen
42c317c477
Run dep ensure for release 2.1.0
2018-03-09 14:19:27 -05:00
Gilbert Chen
013eac0cf2
Use github.com/gilbertchen/azure-sdk-for-go to retry on temporary errors
2018-03-09 11:54:06 -05:00
gilbertchen
bc9ccd860f
Merge pull request #353 from gilbertchen/openstack_swift
...
Implement OpenStack Swift backend
2018-03-08 16:08:30 -05:00
gilbertchen
25935ca324
Merge pull request #364 from sergeevabc/patch-1
...
Fix some typos
2018-03-08 16:08:13 -05:00
Aleksandr Sergeev
bcace5aee2
Fix some typos
...
deriviation, specifed, acess
2018-02-22 14:57:59 +00:00
Mark Feit
8fdb399e1b
Correct handling of @ in region to be consistent with everythng else.
2018-02-11 07:51:34 -05:00
Gilbert Chen
e07226bd62
Retention policy erroneously apply to snapshots without the specified tags
2018-02-10 21:33:01 -05:00
Mark Feit
9d632c0434
Handle application/testing region string inconsistency.
2018-02-10 10:16:04 -05:00
Mark Feit
cc6e96527e
Add/rearrange returns to keep the compiler from complaining.
2018-02-10 10:15:40 -05:00
Gilbert Chen
ddf61aee9d
Implement OpenStack Swift backend
2018-02-04 13:43:00 -05:00
Gilbert Chen
52fd553bb9
Fixed 2 bugs in restoring extended attributes
2018-01-29 14:38:48 -05:00
Gilbert Chen
7230ddbef5
Clear the attributes from last snapshot after loading to save memory
2018-01-28 16:54:06 -05:00
Gilbert Chen
ffe04d691b
Convert spaces in the path only for now
2018-01-23 12:15:50 -05:00
Gilbert Chen
e0d7355494
URLEncode the file path to allow non-ascii characters in the path
2018-01-22 22:58:30 -05:00