Skip to content

blackgiulia/Duplicity-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duplicity-UI

Intro

Duplicity-UI is a small UI application with less than 1MB size based on Qt Quick, used by myself for doing backup to Google Drive with Duplicity. The application itself doesn't include duplicity, pydrive or GPG so make sure these applications are already installed. You can check this post for how to install pydrive and duplicity on macOS.

The program will store input information to a handle.json file in the current working directory for later use so you don't need to input once again. Because the information is stored in plain text without encryption, you may NOT want to use your current gpg keys for encryption and signing, even though GPG key's passphrase is encoded before writing to file.

Whenever a full backup is performed, all backup files before this full backup will be deleted. Multiple folders are supported and you can use Select directory box to show the corresponding last backup status and do incremental backup or backup restore operations.

This program is only tested on macOS 10.13.4 with GPG 2.2.6, duplicity 0.7.17 and PyDrive 1.2.1 and depends on Boost and Qt libraries only. It should work on WINDOWS as well but not tested.

Dependencies

TODO:

  • Asynchronous backup process for different folders
  • Add PATH environment variable for running as bundle on macOS

Screenshots

start full_ing full_done laststatus incr_done restore_done

FAQ

Restore destination directory already exists. Will not overwrite.

There is already a folder with the same name in the target directory. Delete or rename that folder.

What does "Class FIFinderSyncExtensionHost is implemented in both /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit (0x7fffb4de2c90) and /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride (0x113dedcd8). One of the two will be used. Which one is undefined." mean?

As far as I know it's a macOS High Sierra issue, but it doesn't impact on the application.

Why does not this application have a progress bar?

Duplicity will do a dry run to have --progress enabled. It will waste a lot of time if the backup size is quite large.

License

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published