-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTODO
33 lines (25 loc) · 953 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Advanced:
Compress file data --compress
Don't map uid/gid values --numeric-ids
Copy hardlinks as hardlinks --hard-links
Protect remote args --protect-args
? is this require, as script quotes args?
Extra:
Execute command before rsync: [......] Halt on failure [x]
Execute command afger rsync: [.....] On rsync error only [x]
* SessionDialog
Add NOTES detailing URLs
Add help text to most pages
Always select 'Don't delete old increments' if dest is remote.
Dont allow advanced scheduling if run-as-root
If run-as-root, then cron scripts need to *not* call su
Add Adanced settings page:
Before sync:
Run: [...................] [F]
Terminate on failure [x]
After sync:
Run on success: [...............] [F]
Run on failure: [...............] [F]
Run session with admin privaleges
* Use form-layout, and BuddyLabel's, for al UI???
* Dont create backup folder if there are no changes.