Jump to content
We've recently updated our Privacy Statement, available here ×

js-export command not found


jasemilly

Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

If it can't find js-export,  you may need to put ./ in your path

	~$ echo $PATH	/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games	~$ PATH=$PATH:./	~$ echo $PATH	/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:./	~$

or execute the command as:

	./js-export --everything /public --output-zip backup.zip

or possibly

	./js-export.sh --everything /public --output-zip backup.zip

If this fails, post the real and complete error.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...