This repository has been archived by the owner on Mar 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Config File Project #37
Labels
Comments
Closed
We should probably use YAML for the config file due to it being easier for people to read so it's easier for the end user to modify if necessary |
r there any bash yaml libs?
-------- Original message --------From: Noah <[email protected]> Date: 1/8/17 15:32 (GMT-05:00) To: PenguinSnail/Quick-Back <[email protected]> Cc: HaKr <[email protected]>, Author <[email protected]> Subject: Re: [PenguinSnail/Quick-Back] Config File Project (#37)
We should probably use YAML for the config file due to it being easier for people to read so it's easier for the end user to modify if necessary
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/PenguinSnail/Quick-Back","title":"PenguinSnail/Quick-Back","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/PenguinSnail/Quick-Back"}},"updates":{"snippets":[{"icon":"PERSON","message":"@PenguinSnail in #37: We should probably use YAML for the config file due to it being easier for people to read so it's easier for the end user to modify if necessary"}],"action":{"name":"View Issue","url":"#37 (comment)"}}}
|
i have found these scripts and others have said they work |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Goals: Make quickback Extensible, Versatile, and Configurable
Basic feature roadmap:
/etc/quick-back.conf
. This file shouldn't need to be edited by the user, but if it is, a .pacnew of distro-equivalent will be created by the PM on updates./etc/quick-back.d/
and read according to the number at the start of the file name, a lasystemd
quick-back.conf
may be placed in the root directory of the source filesystem/directory, a commandline option must be added to prevent security vulnerabilities if, say a root user (which we currently require) backed up home directories and a malicious user added aquickback.conf
which ran commands as root as part of a conditional_.-nd, --nodefaults
option should be rethought to make sense in this context.quick-back.conf
file.File format:
$source, $dest, $runninguser, ...
to make the script extensible as well as configurable.Branch: all development will be done in the
configfile
branch of the main repo.Milestone: v2.0
The text was updated successfully, but these errors were encountered: