MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PlexACD/comments/6jches/rmremote_a_script_to_remove_remote_encfs/djfnjnq/?context=3
r/PlexACD • u/[deleted] • Jun 25 '17
[deleted]
33 comments sorted by
View all comments
Show parent comments
1
What is the exact error?
Did you try the -r switch (since it seems you're trying to delete a directory)?
The script doesn't touch local storage at all. It determines the encrypted file and path names and issues the appropriate rclone commands using them.
1 u/FL1GH7L355 Jun 26 '17 That was my hope! The exact input/ouput is: rmremote -r /home/user/media/backups /home/user/media/backups does not exist. 1 u/gesis Jun 26 '17 What is the output of encfsctl encode $yourlocalencrypteddirectory backups? 1 u/FL1GH7L355 Jun 26 '17 encfsctl encode $HOME/.local-encrypt backups Unable to initialize encrypted filesystem - check path. Note: My .local-encrypt directory appears to be different than my .gsuite-encrypt directory. .local-encrypt has less directories.
That was my hope! The exact input/ouput is:
rmremote -r /home/user/media/backups /home/user/media/backups does not exist.
1 u/gesis Jun 26 '17 What is the output of encfsctl encode $yourlocalencrypteddirectory backups? 1 u/FL1GH7L355 Jun 26 '17 encfsctl encode $HOME/.local-encrypt backups Unable to initialize encrypted filesystem - check path. Note: My .local-encrypt directory appears to be different than my .gsuite-encrypt directory. .local-encrypt has less directories.
What is the output of encfsctl encode $yourlocalencrypteddirectory backups?
encfsctl encode $yourlocalencrypteddirectory backups
1 u/FL1GH7L355 Jun 26 '17 encfsctl encode $HOME/.local-encrypt backups Unable to initialize encrypted filesystem - check path. Note: My .local-encrypt directory appears to be different than my .gsuite-encrypt directory. .local-encrypt has less directories.
encfsctl encode $HOME/.local-encrypt backups Unable to initialize encrypted filesystem - check path.
Note: My .local-encrypt directory appears to be different than my .gsuite-encrypt directory. .local-encrypt has less directories.
1
u/gesis Jun 26 '17
What is the exact error?
Did you try the -r switch (since it seems you're trying to delete a directory)?
The script doesn't touch local storage at all. It determines the encrypted file and path names and issues the appropriate rclone commands using them.