-
Somehow the web menu at http://migas-sbackup.sourceforge.net/ seems broken.
No matter what, it only shows the "Introduction" page :-(
This is like this since month. Is this project still alive ?
Regards,
Bernard Tremblay
linux at imaginasys dot fastmail dot fm.
2009-10-09 01:37:59 UTC by imaginasys
-
Somehow the menu seems broken.
No matter what, it only shows the "Introduction" page :-S.
2009-05-09 19:02:18 UTC by nobody
-
Hey Miguel,
I made an update of simplebackup yesterday on one of our customers computers and I really like the new backup_list_on_log option. But this option brings me to a new possible feature I want to request.
What do you think about building gpg support into simplebackup? Because I don't like the fact, that a full list of all files goes over unsecure channels, when the backup report...
2007-11-30 07:46:32 UTC by nobody
-
The cmd_list Sub seems to be calling the read_write_support_file function in what i suppose is an older version's way:
I changed this in the cmd_list Sub (8573):
# attempt to read the support file
if ( read_write_support_file(\%supp_managed_data, \%supp_backup_files, \%supp_backup_files_details, \%supp_full_list, 'read', 'none', \$supp_current_session, \$supp_session_date...
2007-09-20 02:21:25 UTC by mcclanex
-
Hi, People!
First, sorry for my english, my native language is portuguese.
is it possible to create an option so when the program makes a new full backup it doesn't delete the old backups
in Incremental or differential mode?
thank's and congratulations for the project.
2007-09-13 19:13:05 UTC by daniloleke
-
I don't know if this could be included in other compressors but the '-ibck' flag seems to make rar compress in background.
This could be checked in the perl code (I can't as my perl lever is zero) and then included in the file for the windows exe.
Hope this helps.
2007-09-10 16:01:50 UTC by nobody
-
Would be wonderful if FTPS could be implemented, since most ftp-servers on wintendo doesn't support sFTP.
TiA.
2007-09-02 21:37:09 UTC by tosing
-
Hi,
i think it would be nice, if i could add filenames without path or relative, or a possibility to use global defined ones or placeholders.
I want to place the 3 db-Files and the log file in the actual folder or destination folder, not in the system-temp-folder.
I also don't want to declare a static path because i want to use these config-files on several machines.
So something like ...
2007-06-08 09:46:55 UTC by nobody
-
In simplebackup.pl the different port parameter for sftp must be uppercase:
Now (line 5569):
$sftp_expect = Expect->spawn("$sftp_command -oport=$sftp_server_port $sftp_username\@$sftp_server") or $error_flag = 3;
Should be (line 5569):
$sftp_expect = Expect->spawn("$sftp_command -oPort=$sftp_server_port $sftp_username\@$sftp_server") or $error_flag = 3;
Now (line 5576)...
2007-04-30 15:37:38 UTC by nobody
-
Anonymous committed patchset 1 of module CVSROOT to the Simplebackup CVS repository, changing 11 files.
2006-10-16 04:10:30 UTC by nobody