lp://staging/~ryan-c-ahearn/backintime/command_line_interface
This branch will hold the new Back in Time command line interface. This will allow Back in Time to be used more easily on a headless server.
Status:
Configuration is functionally complete
run with ./backintime-config
Restore is functionally complete
run with ./backintime-
Still to do for both parts:
-add configure script for installing from source - done
-merge to trunk add features added since branch
-set backup hour for daily/weekly/etc schedules - done
-add packaging files for new backintime-cli binary package - done
-add man pages - done
-attempt to add internationaliz
-update root project README with instructions for installing cli with dependencies - done
- Get this branch:
- bzr branch lp://staging/~ryan-c-ahearn/backintime/command_line_interface
Branch merges
- Back In Time Team: Pending requested
-
Diff: 1954 lines (+1735/-5)30 files modified.bzrignore (+2/-0)
AUTHORS (+1/-0)
README (+12/-0)
cli/Makefile.template (+25/-0)
cli/backintime-config (+27/-0)
cli/backintime-restore (+27/-0)
cli/bitconfig.py (+142/-0)
cli/bitrestore.py (+131/-0)
cli/configure (+12/-0)
cli/copywidget.py (+67/-0)
cli/debian_specific/control (+10/-0)
cli/debian_specific/control.source (+14/-0)
cli/debian_specific/postrm (+3/-0)
cli/debian_specific/rules (+50/-0)
cli/excludewidget.py (+118/-0)
cli/expertwidget.py (+47/-0)
cli/generalwidget.py (+93/-0)
cli/includewidget.py (+118/-0)
cli/optionswidget.py (+45/-0)
cli/profilewidget.py (+162/-0)
cli/removesnapshot.py (+51/-0)
cli/removewidget.py (+114/-0)
cli/restorewidget.py (+107/-0)
cli/snapshotname.py (+52/-0)
cli/snapshotswidget.py (+158/-0)
cli/viewerwidget.py (+132/-0)
common/backintime.py (+1/-1)
common/logger.py (+0/-3)
makedeb.sh (+1/-1)
updateversion.sh (+13/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 691. By Ryan Ahearn
-
Fixed bug in setting the hour to run backintime for daily/weekly/
monthly backups - 685. By Ryan Ahearn
-
Uncommented the man page install lines from Makefile.template to get them installed
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 (needs bzr 0.92)