Commit Graph

16 Commits

Author SHA1 Message Date
Mark
3d9f3365ba fix bug which would show all directories in change list, even unchanged ones 2024-12-24 02:07:34 +01:00
Mark
209821820b fix display for AddDir + fix AddDir counter 2024-12-24 02:02:51 +01:00
Mark
6172ffe248 show sizes in list of changes; sort; progress bar
in the list of changes, "add file" and "add dir"
type changes now show the size of the file to be
copied or the sum of the directory content sizes.

changes are now sorted from largest to smallest

progress bar now shows the smaller and larger
progress of change-count or transferred size,
where the larger progress is before the '>'
and the smaller one is on the last '=' before
the '-'s start (which indicate larger-not-smaller)

[========---------->               ]
2024-12-24 01:37:18 +01:00
Mark
20f37de854 show sizes in GiB instead of just file count 2024-10-04 20:06:37 +02:00
Mark
e535e5fcfd display total size of added files before copying 2024-09-21 18:07:12 +02:00
Mark
6566b42697 improve messages, ... 2024-06-29 15:36:48 +02:00
Mark
7581cb24bc add example 2024-06-27 12:32:45 +02:00
Mark
0092627cff change ignore to use a custom file
instead of cli arguments
2024-06-27 10:59:04 +02:00
Mark
c9c85ea6ad Add some more cli options 2024-03-17 13:45:03 +01:00
Mark
7595d2482c Make --ignore a b c work with directories and files 2023-11-04 15:44:22 +01:00
Mark
e8e5b363ff add --ignore 2023-11-04 15:11:20 +01:00
Mark
d1cc067bef added binaries (note: these may not always be up to date with the latest commits) 2023-10-05 15:59:06 +02:00
Mark
5e03e584db when no target is specified, show an extra warning and just build an index.
with this, you can use rembackup on the `target` server to generate a new index if,
for some reason, your local index gets messed up and has to be regenerated
2023-10-05 15:57:36 +02:00
Mark
f4cd0851dd detect file/directory removal and replacing a file with a directory or a directory with a file
also change changes/actions print style for brevity
2023-10-05 15:39:33 +02:00
Mark
90f0a8ded4 ignore error when directory creation fails with AlreadyExists 2023-09-13 15:27:04 +02:00
Mark
df15ef85bd initial commit 2023-09-13 01:16:47 +02:00