- support tar --no-check-device so that in cases where device numbers have changed we don't essentially do a level 0 as if it were an incremental backup. This is useful in the case of a restore to a new computer, followed by an incremental backup of said computer. Also, wsl in Windows 10 seems to change device numbers or something.
- make gpg file detection more reliable. Specifically the previous method didn't work unless the gpg key was already cached
- fix gpg decryption bug
- README update for 2.3.0
- add support for restoring backups by name from a source folder (the backup folder)
- support multiple gpg recipients with multiple -r arguments.
- use milliseconds since 1970 as backup index.
- Add --sub-folder option; see
cloud-tar -h
for more information
- More restructuring
- Restructured code into functions
- Add tests for most things
- Minor cleanup stuff
- Initial release with basic working features