
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
Krsync is a GUI for rsync. You can copy/sychronize your data from source to target.
Requirements:
--------------------------------------------
- KDE 3.4 or higher with kmdr-executor or KDE 4.X with kmdr-executor
- kdesudo
- rsync 2.6.9 or higher
kommander-kde4 doesn't work!
-------------------------------------------------
run root mode:
kdesu kmdr-executor /PATH/krsync.kmdr
run user mode:
kmdr-executor /PATH/krsync.kmdr
Not all (k)rsync functions works in user mode!
Some filesystems for example fat and vfat does not support all unix/linux feature. If you have an usb-hdd with fat filesystem you can't use the options --perms, --owner and --group!
11 years ago
Version: 0.1 Alpha
- First public release
Version: 0.2 Alpha
- Add dry run mode
- Add profiles
- Add user defined options
- Add logfile option
- Add path changer
Version: 0.3 Alpha
- Add write shell script function
- Add user/root mode
- Add tool tips
- Add error messages
- Add super option
Version: 0.4 Beta
- Add local disc space check
- Add better error handling
- Add german translation
- Add install script
Version: 0.4 RC1
- Bug fix setglobal for old Kommander version
- Bug fix desktop links
Version: 0.4 RC2
- Add Italian translation
- Corrects spelling errors
Version: 0.4
- Fix root desktop link
Version 0.4.1
- Add log file rotation
Version 0.4.1.1
- Add KDE 4 support
11 years ago
Version: 0.1 Alpha
- First public release
Version: 0.2 Alpha
- Add dry run mode
- Add profiles
- Add user defined options
- Add logfile option
- Add path changer
Version: 0.3 Alpha
- Add write shell script function
- Add user/root mode
- Add tool tips
- Add error messages
- Add super option
Version: 0.4 Beta
- Add local disc space check
- Add better error handling
- Add german translation
- Add install script
Version: 0.4 RC1
- Bug fix setglobal for old Kommander version
- Bug fix desktop links
Version: 0.4 RC2
- Add Italian translation
- Corrects spelling errors
Version: 0.4
- Fix root desktop link
Version 0.4.1
- Add log file rotation
Version 0.4.1.1
- Add KDE 4 support
dequire
11 years ago
When I run the installer, I get the following error:
[email protected] ~/Downloads/krsync-0.4.1.1 $ sudo ./install_for_kde4.sh
Krsync 0.4 installer for KDE 4.X
The kommander package is required, but not yet installed.
Please use the software installer of your distribution, then restart this installer.
However, I installed kommander:
[email protected] ~/Downloads/krsync-0.4.1.1 $ sudo apt-get install kommander
Reading package lists... Done
Building dependency tree
Reading state information... Done
kommander is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 22 not upgraded.
Any ideas why I'm getting this message? According to the package manager, I have kommander-kde4 (4.4.23) installed.
Thanks.
Report
suske
11 years ago
1. I've had to remove the function word to have the script running.
2. The non root version doesn't start
3. Just testing the root one... Thank you !
I suggest you put the root version in the "system" menu in place pof the "tools" one.
Report
reaton3
12 years ago
Report
Multimedia4Linux
11 years ago
/home/user/.kde/share/config/kommanderrc
Report
mxttie
12 years ago
btw, I really like that you can see the tooltip for each option explaining which rsync option is being used!
Report
mxttie
12 years ago
thanks
Report
richb
12 years ago
Report
carlosalmonteiro
12 years ago
Report
mxttie
12 years ago
Report
nadavkav
12 years ago
if ! [ -z "$(cat /etc/lsb-release|grep -i Ubuntu)" ]; then
too...
if ! [ -z "$(lsb_release -d|grep -i Debian)" ]; then
to get it installed in my debian system.
please see if you can add cron support :-)
great great application !!!
sueper thanks :-)
Report
Multimedia4Linux
12 years ago
backup_`date +%Y-%m-%d`.log
=> backup_2008-05-07.log
Report
reaton3
13 years ago
Report
Seclorum
13 years ago
ftp://seclorum.msk.ru/etc/gentoo/portage/portage_overlay_my/x11-misc/krsync/krsync-0.4_beta.ebuild
Report
nbecker
13 years ago
Report
gassauer
13 years ago
$KDEHOME/bin/krsync
#!/bin/sh
kmdr-executor krsync.kmdr
Report
google01103
13 years ago
Report
Multimedia4Linux
13 years ago
Report
cyb3rj
13 years ago
:)
Report
Multimedia4Linux
13 years ago
Report
LocoMojo
13 years ago
What exactly do I need to put in 'User defined options'?
LocoMojo
Report
LocoMojo
13 years ago
LocoMojo
Report
Multimedia4Linux
13 years ago
Have look at the rsync man page...
Report
arch0njw
13 years ago
I can get this command to work on the command line:
rsync -avz -e ssh ./Source [email protected]:/home/Target
but I have not found how to get Krsync to do this. "Read the man page" is clearly not providing the illuminating answer that will help us here.
Can you be so kind as to provide a bit more guidance as to how we can get that command line command to work similarly in Krsync?
Report
Multimedia4Linux
13 years ago
Each option has an info.
Move the curser on the check box and wait a second!
Report
arch0njw
13 years ago
Report