You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Earlier installing Jsnapy using PIP , created /etc/jsnapy/samples and /etc/jsnapy/testfiles directories.
Something seems to have changed and this is not reflecting in recent installations.
Setup
(Please provide relevant configs, xml snapshots and related files (Be sure to remove sensitive info).)
root@ubuntu18-04-3:~# uname -a
Linux ubuntu18-04-3 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Steps to Reproduce Issue
(Include debug logs if possible and relevant. Error trace would be helpful too)
Versions Report
(Provided by running jsnapy --version. Please also mention python version.)
root@ubuntu18-04-3:/etc/jsnapy# cat jsnapy.cfg
# This file can be overwritten
# It contains default path for
# config file, snapshots and testfiles
# If required, overwrite the path with your path
#config_file_path: path of main config file
#snapshot_path : path of snapshot file
#test_file_path: path of test file
[DEFAULT]
config_file_path= /etc/jsnapy
snapshot_path = ~/jsnapy/snapshots
test_file_path = ~/jsnapy/testfiles
root@ubuntu18-04-3:/etc/jsnapy# cat ~/jsnapy/snapshots
cat: /root/jsnapy/snapshots: No such file or directory
root@ubuntu18-04-3:/etc/jsnapy# cat ~/jsnapy/testfiles
cat: /root/jsnapy/testfiles: No such file or directory
The text was updated successfully, but these errors were encountered:
Jsnapy creates /etc/jsnapy folder as default location while installation and inside creates jsnapy.cfg and logging.yml. If it is a normal installation no snapshots or testfiles folder are created.
Snapshots or testfiles folders are created if installed with virtualenv.
Description of Issue/Question
Earlier installing Jsnapy using PIP , created /etc/jsnapy/samples and /etc/jsnapy/testfiles directories.
Something seems to have changed and this is not reflecting in recent installations.
Setup
(Please provide relevant configs, xml snapshots and related files (Be sure to remove sensitive info).)
root@ubuntu18-04-3:~# uname -a
Linux ubuntu18-04-3 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Steps to Reproduce Issue
(Include debug logs if possible and relevant. Error trace would be helpful too)
Versions Report
(Provided by running
jsnapy --version
. Please also mention python version.)root@ubuntu18-04-3:/etc/jsnapy# whoami
root
The text was updated successfully, but these errors were encountered: