mirror of
https://github.com/Dummi26/rembackup.git
synced 2025-12-21 06:06:31 +01:00
do symlinks last, fix index errors being fatal, change exit code
This commit is contained in:
@@ -14,10 +14,15 @@ use crate::{
|
||||
|
||||
#[derive(Clone, Default, Args)]
|
||||
pub struct Settings {
|
||||
/// don't sort the changes that form the backup. disables sort options.
|
||||
/// don't sort the changes that form the backup
|
||||
///
|
||||
/// disables sort options.
|
||||
/// symlinks will still be created last.
|
||||
#[arg(long)]
|
||||
pub dont_sort: bool,
|
||||
/// start with smaller directories rather than larger ones
|
||||
///
|
||||
/// symlinks will still be created last.
|
||||
#[arg(long)]
|
||||
pub smallest_first: bool,
|
||||
/// show changes in the order in which they will be applied, not reversed
|
||||
|
||||
Reference in New Issue
Block a user