Commit Graph

9 Commits

Author SHA1 Message Date
Eric Ostrowski
6c50e40614 Changed -l to --long to address issue with rclone not printing remote types. 2019-03-13 00:16:43 -05:00
Jandalf81
3adff1c9fe added check for available connection
rclone_script-install.sh
* added new configuration setting for needed connection
* changed the way commands are added to other files (from ECHO to PRINTF)

rclone_script.sh
* added new function getAvailableConnection
* changed both downloadSaves and uploadSaves so they react on that new function (check if the available connection is greater than the needed connection, else error)

rclone_script-menu.sh
* added new menu item to re-set the needed connection
2018-08-25 14:51:43 +02:00
Jandalf81
5a1591b739 (ISSUE #8)
rclone_script-menu.sh
* excluded "readme.txt" from full sync
* suppressed warning for links from full sync
2018-08-16 17:56:28 +02:00
Jandalf81
193587c43d all files
* removed NCURSES_NO_UTF8_ACS as it had no effect
2018-08-15 20:34:30 +02:00
Jandalf81
42f733e0c6 All files
* added URL to GitHub Repository
2018-08-15 16:25:30 +02:00
Jandalf81
f10b6bba58 rclone_script-menu.sh
* Extended title of menu item
rclone_script-uninstall.sh
* Fixed another spelling error
ReadMe.md
* Refreshed rundown
* added description of menu item
2018-08-15 15:57:36 +02:00
Jandalf81
df8f530923 rclone_script-install.sh
* fixed config parameter showNotifications
* added config parameter syncOnStartStop

rclone_script-menu.sh
* moved full sync here
* made parameter showNotifications toggleable
* made parameter syncOnStartStop toggleable

rclone_script.sh
* extended function showNotification
* extended function downloadSaves
* extended function uploadSaves
* removed function doFullSync
2018-08-15 14:56:36 +02:00
Jandalf81
f1293bed3f fixed syntax error 2018-08-12 14:31:16 +02:00
Jandalf81
81a75b24bd renamed rclone_sync-menu.sh to rclone_script-menu.sh 2018-08-12 14:21:29 +02:00