We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should be possible to create backups without the interactive mode. This way it is possible to more easyly creat regular backups.
e.g.: Add command line options as follows:
"Backup.sh -S /media/rfs/internalsd/ -T /media/rfs/externalsd/ -C ConfigBackupPaths -M SettingsFile-D true -L true" -C Config "SettingsFilePath" -M Storage Mode: "Upperdir / PCWE / SettingsFile" -D Store DeviceData "True/False" -L Store LicenseFiles "True/False" -S SourceLocation /media/rfs/internalsd/ -T TargetLocation /media/rfs/externalsd/
The text was updated successfully, but these errors were encountered:
draft for #4
73d9523
OWarneke
No branches or pull requests
It should be possible to create backups without the interactive mode.
This way it is possible to more easyly creat regular backups.
e.g.:
Add command line options as follows:
"Backup.sh -S /media/rfs/internalsd/ -T /media/rfs/externalsd/ -C ConfigBackupPaths -M SettingsFile-D true -L true"
-C Config "SettingsFilePath"
-M Storage Mode: "Upperdir / PCWE / SettingsFile"
-D Store DeviceData "True/False"
-L Store LicenseFiles "True/False"
-S SourceLocation /media/rfs/internalsd/
-T TargetLocation /media/rfs/externalsd/
The text was updated successfully, but these errors were encountered: