
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
For backup easy and fast. It works no bad and in the future I will add new features.
From this link
http://www.denisgottardello.it/BackupTo/index.php
you can donwload a Windows and Mac OSX version.
Copying algorithm improved 2 years ago
Copying algorithm improved
Copying algorithm improved 2 years ago
Copying algorithm improved
5 years ago
Now with exclusion list feature
mrdebug
7 years ago
The next step is to implement the remote ftp server.
have you got a Qt ftp component? I have heard that the ftp component has been removed from the official Qt package.
Report
patrik08
7 years ago
OTHER_FILES += qt.conf
On qt5... macdeployqt -v make a perfect job and bundle & pack all file inside..
icon BackupTo.icns not found ...
I take the png and convert on http://iconverticons.com/
setup on qmake file..
macx {
RC_FILE = BackupTo.icns
QMAKE_INFO_PLIST = Info.plist
# QTPLUGIN += qjpeg qgif qtiff
}
after build open here the mac crach report...:-(
NB. se sei su github.com magari posso contibuire a cercare errori con gdb...
Io cerco un backup remoto da da window server a linux in rete e viceversa...
Per intanto uso https://github.com/pehohlva/imq con wget...
Process: BackupTo [14344]
Path: /Users/USER/Downloads/*/BackupTo.app/Contents/MacOS/BackupTo
Identifier: com.yourcompany.BackupTo
Version: ???
Code Type: X86-64 (Native)
Parent Process: launchd [243]
Responsible: BackupTo [14344]
User ID: 505
Date/Time: 2013-12-05 02:25:18.838 +0100
OS Version: Mac OS X 10.9 (13A603)
Report Version: 11
Anonymous UUID: 2B0A1947-D1F9-9AD2-5BE0-38C50E32B461
Sleep/Wake UUID: 672C1EAE-80EF-461D-9754-0F5F90F593D8
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
abort() called
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff96467866 __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff90fb135c pthread_kill + 92
2 libsystem_c.dylib 0x00007fff8eb9dbba abort + 125
3 QtCore 0x0000000100b153d9 qt_message_fatal(QtMsgType, QMessageLogContext const&, QString const&) + 9
4 QtCore 0x0000000100b15a41 QMessageLogger::fatal(char const*, ...) const + 161
5 QtGui 0x00000001006ba0e3 QGuiApplicationPrivate::createPlatformIntegration() + 1763
6 QtGui 0x00000001006ba5bc QGuiApplicationPrivate::createEventDispatcher() + 28
7 QtCore 0x0000000100ce0ce5 QCoreApplication::init() + 101
8 QtCore 0x0000000100ce0c5a QCoreApplication::QCoreApplication(QCoreApplicationPrivate&) + 42
9 QtGui 0x00000001006b8a81 QGuiApplication::QGuiApplication(QGuiApplicationPrivate&) + 17
10 QtWidgets 0x000000010009a24e QApplication::QApplication(int&, char**, int) + 206
11 com.yourcompany.BackupTo 0x0000000100002d57 main + 39
12 com.yourcompany.BackupTo 0x0000000100002d24 start + 52
Report
donpedro69
7 years ago
Empy dirs in side B
I suggest use word "Empty", and in both cases "on side"
How to add Polish translation? Are you interested in?
Besides I would like to have icons based on my current theme, cause folders (in window "Side A") look extremly ugly :(
Report
mrdebug
7 years ago
Are you interested to send me the polish translation?
Are you speaking about all BackpTo icons? I have found them in the iconarchive website.
Report
donpedro69
7 years ago
Why window theme is not set to theme chosen in gtk+ theme or window style decoration?
Report
mrdebug
7 years ago
Report
JohnGillies
7 years ago
One suggestion - would be useful to add inclusion/exclusion filters.
This then prevents backing up junk.
Thanks for the help.
John
Report
mrdebug
7 years ago
Report
bitcrazy
7 years ago
Report
bitcrazy
7 years ago
WARNING: Failure to find: qthverify.h
Report
JohnGillies
7 years ago
A little info would be useful to us dummies.
:-)
Report
bitcrazy
7 years ago
cd BackupTo
qmake
make
copy BackupTo somewhere in your path (/usr/local/bin; $HOME/bin), copy BackupTo to /usr/share/pixmaps or another icon folder. Add it to your startmenue
done
Report
bitcrazy
7 years ago
Report