about summary refs log tree commit diff stats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Update Documentation with latest changesAndinus2020-10-121-10/+6
|
* Update README, add install instructions v0.1.0Andinus2020-10-081-58/+54
|
* Document new profile behaviourAndinus2020-09-021-5/+16
|
* Add demo to READMEAndinus2020-08-311-26/+37
|
* Document new configuration in READMEAndinus2020-08-311-0/+22
|
* Change mentions of "archive" to "backup"Andinus2020-08-271-8/+12
| | | | | | | | This is a backup program now. By archive I think of something else, like I archive web pages to save them offline. And by backup I think of storing files safely somewhere so that we can restore it later. Doesn't matter.
* Add help option, update documentation to explain new profilesAndinus2020-08-271-43/+11
|
* Document dispatch table generationAndinus2020-08-271-15/+51
|
* Explain encrypt exception that was added for journalAndinus2020-08-271-0/+4
|
* Document environment variables, add example sectionAndinus2020-08-271-2/+28
|
* Document encrypt/sign, delete optionsAndinus2020-08-271-3/+24
|
* Update README, add HistoryAndinus2020-08-271-32/+24
|
* Update README, add documentationAndinus2020-08-271-3/+71
|
* Initial commitAndinus2020-07-021-0/+10
> 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404