summaryrefslogtreecommitdiffstats
path: root/draksnapshot-config
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add back Number of snapshots to keep stored, which was on our ↵Nicolas Lécureuil2020-06-021-11/+2
| | | | | | version but not on our backup git" This reverts commit 6720e3e361b89e5a425f4eb2cbb4c7edff884cb3.
* Revert "Fix add of interval_titles ( fixes previous commit)"Nicolas Lécureuil2020-06-021-8/+2
| | | | This reverts commit d4b68c2aa72b106d364f1203702e271efc2fd9b0.
* restore strict pragmaThierry Vignaud2020-06-021-1/+1
|
* make it work with strict pragmaThierry Vignaud2020-06-021-1/+1
|
* perl_checker cleanupsThierry Vignaud2020-06-021-10/+5
|
* Fix add of interval_titles ( fixes previous commit)Nicolas Lécureuil2020-06-021-3/+9
|
* Add back Number of snapshots to keep stored, which was on our version but ↵Nicolas Lécureuil2020-06-021-2/+11
| | | | not on our backup git
* Get a working interfacenic802020-06-021-21/+46
|
* Remove trailing whitespaceNicolas Lécureuil2020-06-021-1/+1
|
* Migrate to Gtk3nic802020-06-021-22/+24
|
* Add polkit featuretv@mageia.org2020-06-021-2/+0
|
* fix crash when hal is not running (#3032)blino2020-06-021-1/+1
|
* Simplify previous commitpterjan2010-08-171-1/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@270581 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* Only restore defaults when all intervals are missingpterjan2010-08-171-3/+9
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@270580 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* - fix warning : misc2010-08-161-1/+2
| | | | | | | | - default value for monthly, so there is no error for "unitialized value" - do not count the number of time a line is removed, as we do not really use the value ( since the 2nd part of the conditional take care of this ) git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@270574 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* - add strict and warnings misc2010-08-161-0/+2
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@270573 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* - clean some code misc2010-08-161-3/+2
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@270572 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* - remove dead codemisc2010-08-161-20/+2
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@270571 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* - force default config if it doesn't exist ( #58534 )misc2010-08-161-7/+10
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@270570 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* Ugly temporary fix for #58534pterjan2010-08-161-4/+6
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@270569 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (generate_cron_entry) add a standard shell shebang to the generated cron filestv2009-07-271-1/+2
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@258616 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (save_keyword) if keyword already exists but is commented, uncommenttv2008-10-071-1/+1
| | | | | | | it & set it git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@247864 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (save) set 'no_create_root' option so that we skip backuping whentv2008-10-071-0/+1
| | | | | | | devices are not mounted git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@247863 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* use regular Advanced button on 2008.1tv2008-09-301-2/+4
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@247129 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (generate_cron_entry) generate cron entries that do not send mails by defaulttv2008-09-291-1/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@247090 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* further use mygtk2tv2008-09-291-3/+2
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@247038 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* use Gtk+2's FileChooserDialog (#40717)tv2008-09-291-11/+6
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@247037 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* default to HAL mounted disc path (#39802)tv2008-09-291-1/+8
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@247031 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* do not save config when clicking "Close" (#39790)tv2008-09-291-1/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@247022 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* kill debug statements that wrongly went in in r246754 on 2008-09-26:tv2008-09-291-2/+0
| | | | | | | "enable to disable backups" git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@247019 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* reindenttv2008-09-261-47/+47
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@246757 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* pack "advanced" button at lefttv2008-09-261-2/+4
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@246756 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* make sure the banner fits now we've hidden widgettv2008-09-261-0/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@246755 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* enable to disable backupstv2008-09-261-1/+18
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@246754 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* make a couple strings more understandabletv2008-09-261-5/+5
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@246750 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* kill dead codetv2008-09-261-8/+3
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@246749 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* make advanced settings pop up like installertv2008-09-261-11/+19
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@246748 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* do not offer anymore to configure intervals (too advanced option)tv2008-09-261-2/+2
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@246742 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* generate anacron friendly cron files (#43297)tv2008-09-261-27/+18
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@246741 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* fix backup not done due to bad permissions (#39811)tv2008-06-241-1/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@243059 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* default to /media instead of /home (gtk+ default) if not configured,tv2008-05-091-0/+3
| | | | | | | where the discs will be mounted by HAL (#39802) git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@242425 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (save) exclude snapshot point from being backuped (thus preventing totv2008-05-091-1/+2
| | | | | | | recursively backup the backup directory) (#39801) git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@242424 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* (save) factorize snapshot target (needed for next commit)tv2008-05-091-1/+3
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@242423 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* use ad hoc config if "backup the whole system" is selectedtv2008-04-021-0/+5
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241751 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* indent-regiontv2008-04-021-4/+4
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241749 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* disable advanced settings if "backup the whole system" is selectedtv2008-04-021-2/+7
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241748 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* add a tooltip in order to explain what are intervals (#39509)tv2008-04-021-1/+3
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241732 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* fix position of "Backup the whole system"tv2008-04-021-1/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241727 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* use spin buttons for intervalstv2008-04-021-1/+1
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241726 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
* hide list under an "Advanced" expandertv2008-04-021-0/+4
| | | | git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241725 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94