Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rclone upload #49

Open
memnos opened this issue Mar 16, 2018 · 3 comments
Open

rclone upload #49

memnos opened this issue Mar 16, 2018 · 3 comments

Comments

@memnos
Copy link

memnos commented Mar 16, 2018

Hello,
do you know if is there the possibility to add in logs also the name of the file it has been uploaded in this line?
echo "$(date "+%d.%m.%Y %T") RCLONE UPLOAD FINISHED IN $(($(date +'%s') - $start)) SECONDS" | tee -a $LOGFILE

Tnx

@ajkis
Copy link
Owner

ajkis commented Mar 18, 2018

In this line no, but rclone log does have all upload files listed.

@memnos
Copy link
Author

memnos commented Mar 18, 2018

Can you tell me what should i add to the command line to have also file names?

@ajkis
Copy link
Owner

ajkis commented Apr 13, 2018

You could just read the folder before rclone start eg
FileList=$(find "/my upload path/" -type f -mmin +15)
and then after rclone finish just print it out in same log
echo "$FileList" | tee -a "$LogFile"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants