Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature to allow spaces in path #21

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 16, 2018

  1. Added option OVERRIDE_BACKUP_DIRECTORIES in config file because was i…

    …n README.md, but didn't work
    Oscar65 committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    ad4633d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Configuration menu
    Copy the full SHA
    8c608df View commit details
    Browse the repository at this point in the history
  2. Add feature to allow subdirectories in BACKUP_DIRECTORIES option

    For instance, if BACKUP_DIRECTORIES="/usr/local/bin/" only will backup this subdirectory.
    Oscar65 committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    00460d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Added feature to allow backup/restore directories with spaces

    To add space in directory use the escape secuence to add space in path (backslash before). This is an example in cya.conf:
    BACKUP_DIRECTORIES="/This\ is\ one/a\ test/"
    OVERRIDE_BACKUP_DIRECTORIES="/This\ is\ other/second\ test/"
    EXCLUDE/This\ is\ other/="exclude\ me/"
    BACKUP_FILES="/This\ is\ third/test\ third/cya.test /This\ is\ third/test\ third/cya\ test\ with\ spaces"
    
    Tested save and restore. Works on directories and files with spaces. Also works on EXCLUDE directory option with spaces.
    Oscar65 committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    852c6d0 View commit details
    Browse the repository at this point in the history
  2. Updated changelog and version

    Oscar65 committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    1848dd5 View commit details
    Browse the repository at this point in the history