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
# Remove atom packagesatom_packages_path=os.path.join(backup_path, ".atom/packages")
print(atom_packages_path)
ifos.path.isdir(atom_packages_path):
sp.run("rm -rf {}".format(atom_packages_path))
Can remove packages after they're copied like this, but I don't want to copy them at all. Maybe rsync --exclude will solve this, once #31 is taken care of.
The text was updated successfully, but these errors were encountered:
Can remove packages after they're copied like this, but I don't want to copy them at all. Maybe
rsync --exclude
will solve this, once #31 is taken care of.The text was updated successfully, but these errors were encountered: